代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/439958/7696649
cpp netclient.cpp
#include "netClient.h"
/*
1 userLog
2 userReg
3 upLoad
4 downLoad
*/
netClient::netClient(const char* server):serverIP(server)
{
SSL_library_init();
OpenSSL_add_all_algorithms();
SSL
www.eeworm.com/read/150409/5692795
java alltests.java
package org.bouncycastle.openssl.test;
import java.security.Security;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.bouncycastle.util.test.SimpleTestResult;
import junit.fra
www.eeworm.com/read/101042/6259212
pl selftest.pl
#!/usr/local/bin/perl -w
#
# Run the test suite and generate a report
#
if (! -f "Configure") {
print "Please run perl util/selftest.pl in the OpenSSL directory.\n";
exit 1;
}
my $report="te
www.eeworm.com/read/123453/14631198
c wtls_pdusupport.c
/*
* wtls_support.c: pack and unpack WTLS packets
*
* Support functions for packing and unpacking PDUs
*
*/
#include "gwlib/gwlib.h"
#if (HAVE_WTLS_OPENSSL)
#include "wtls_pdu.h"
#include "w
www.eeworm.com/read/123453/14632026
c wtls_pdusupport.c
/*
* wtls_support.c: pack and unpack WTLS packets
*
* Support functions for packing and unpacking PDUs
*
*/
#include "gwlib/gwlib.h"
#if (HAVE_WTLS_OPENSSL)
#include "wtls_pdu.h"
#include "w
www.eeworm.com/read/211903/15171146
readme
---
This is a Crypto engine for Camellia.
Licence: OpenSSL
version: 1.2.0
For inquires regarding of Camellia, please access here.
http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
---
Su
www.eeworm.com/read/211899/15171200
readme
---
This is a Crypto engine for Camellia.
Licence: OpenSSL
version: 1.1.0
For inquires regarding of Camellia, please access here.
http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
---
Su
www.eeworm.com/read/489717/1210915
makefile
#
# OpenSSL/crypto/lhash/Makefile
#
DIR= lhash
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=
APPS=
LIB=$(TOP)/libcrypto.a
LI
www.eeworm.com/read/489717/1211011
makefile
#
# OpenSSL/crypto/md4/Makefile
#
DIR= md4
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefil
www.eeworm.com/read/489717/1211634
makefile
#
# OpenSSL/crypto/stack/Makefile
#
DIR= stack
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=
APPS=
LIB=$(TOP)/libcrypto.a
LI