代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/355697/3049059
makefile
#
# OpenSSL/crypto/cast/Makefile
#
DIR= cast
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDE
www.eeworm.com/read/355697/3049489
makefile
#
# OpenSSL/crypto/blowfish/Makefile
#
DIR= bf
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKE
www.eeworm.com/read/355697/3049981
makefile
#
# OpenSSL/fips-1.0/hmac/Makefile
#
DIR= hmac
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)
www.eeworm.com/read/355697/3049986
makefile
#
# OpenSSL/fips-1.0/rand/Makefile
#
DIR= rand
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)
www.eeworm.com/read/186238/8950490
cpp serv.cpp
/* serv.cpp - Minimal ssleay server for Unix
30.9.1996, Sampo Kellomaki */
/* mangled to work with SSLeay-0.9.0b and OpenSSL 0.9.2b
Simplified to be even more minimal
12/98
www.eeworm.com/read/276339/10745756
c ck_ssl.c
char *cksslv = "SSL/TLS support, 8.0.221, 26 Feb 2004";
/*
C K _ S S L . C -- OpenSSL Interface for C-Kermit
Copyright (C) 1985, 2004,
Trustees of Columbia University in the City of New York
www.eeworm.com/read/126641/6015706
cpp serv.cpp
/* serv.cpp - Minimal ssleay server for Unix
30.9.1996, Sampo Kellomaki */
/* mangled to work with SSLeay-0.9.0b and OpenSSL 0.9.2b
Simplified to be even more minimal
12/98
www.eeworm.com/read/101042/6259306
cpp serv.cpp
/* serv.cpp - Minimal ssleay server for Unix
30.9.1996, Sampo Kellomaki */
/* mangled to work with SSLeay-0.9.0b and OpenSSL 0.9.2b
Simplified to be even more minimal
12/98
www.eeworm.com/read/100419/6269714
in makefile.crt.in
##
## Makefile to keep the hash symlinks in SSLCACertificatePath up to date
## Copyright (c) 1998-1999 Ralf S. Engelschall, All Rights Reserved.
##
SSL_PROGRAM=@OPENSSL@
update: clean
-@ssl_prog
www.eeworm.com/read/130385/14196188
c decrypt.c
/* frontend to IBE_decrypt() in ibe_lib.cc
* (performs decryption)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#