代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/212393/4936348
cpp opensslmfc.cpp
/*
Module : OpenSSLMfc.cpp
Purpose: Implementation for wrapper classes for the OpenSSL C variable types
Created: PJN / 24-05-2002
History: PJN / 29-12-2004 1. Updated to suit new layout of CWSocke
www.eeworm.com/read/177353/5328365
makefile
top_builddir=../../..
include $(top_builddir)/Makefile.config
INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS)
OBJS = ssl.o socket.o
include $(top_srcdir)/Makefile.lib
www.eeworm.com/read/175705/5342635
java readertest.java
package org.bouncycastle.openssl.test;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream
www.eeworm.com/read/172133/5390148
cpp opensslmfc.cpp
/*
Module : OpenSSLMfc.cpp
Purpose: Implementation for wrapper classes for the OpenSSL C variable types
Created: PJN / 24-05-2002
History: PJN / 29-12-2004 1. Updated to suit new layout of CWSocke
www.eeworm.com/read/338072/3325214
makefile
# $Id: Makefile,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# names of programs
www.eeworm.com/read/338072/3325225
makefile~
# $Id: Makefile~,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# testServer.
www.eeworm.com/read/338072/3325896
makefile
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL PTHREAD LIBXML
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
# names of programs (e.g. test programs) t
www.eeworm.com/read/328357/3443975
makefile
#
# OpenSSL/crypto/store/Makefile
#
DIR= store
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
#TEST= s
www.eeworm.com/read/328357/3444071
makefile
#
# OpenSSL/crypto/dsa/Makefile
#
DIR= dsa
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=dsatest
www.eeworm.com/read/328357/3444124
makefile
#
# OpenSSL/crypto/bio/Makefile
#
DIR= bio
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=
APPS=