代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/422785/2032749
pod req.pod
=pod
=head1 NAME
req - PKCS#10 certificate request and certificate generating utility.
=head1 SYNOPSIS
B B
[B]
[B]
[B]
[B
www.eeworm.com/read/411046/2194226
makefile
# $Id: Makefile,v 1.6 2002/11/09 02:10:17 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
TARGET_LIBRARY = libsdp2
PACKAGES += UTIL PTHREAD
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
e
www.eeworm.com/read/360437/2963009
h crypto.h
/* crypto.h for openSSL */
#ifndef ysSSL_crypto_h__
#define yaSSL_crypto_h__
#ifdef YASSL_PREFIX
#include "prefix_crypto.h"
#endif
const char* SSLeay_version(int type);
#define SSLEAY_NUMBER_DEFIN
www.eeworm.com/read/358714/2983433
h bio_lcl.h
#include
#if BIO_FLAGS_UPLINK==0
/* Shortcut UPLINK calls on most platforms... */
#define UP_stdin stdin
#define UP_stdout stdout
#define UP_stderr stderr
#define UP_fprintf fprintf
#
www.eeworm.com/read/358714/2983559
makefile
#
# OpenSSL/crypto/mdc2/Makefile
#
DIR= mdc2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST= mdc2test.c
APPS=
LIB=$(TOP)/libcr
www.eeworm.com/read/358714/2984044
makefile
#
# OpenSSL/crypto/rc2/Makefile
#
DIR= rc2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=rc2test.c
APPS=
LIB=$(TOP)/libcrypto
www.eeworm.com/read/358714/2984155
pod engine.pod
=pod
=head1 NAME
engine - ENGINE cryptographic module support
=head1 SYNOPSIS
#include
ENGINE *ENGINE_get_first(void);
ENGINE *ENGINE_get_last(void);
ENGINE *ENGINE_get_nex
www.eeworm.com/read/358714/2984182
pod x509.pod
=pod
=head1 NAME
x509 - X.509 certificate handling
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
A X.509 certificate is a structured grouping of information about
an individual,
www.eeworm.com/read/358714/2984227
pod evp_bytestokey.pod
=pod
=head1 NAME
EVP_BytesToKey - password based encryption routine
=head1 SYNOPSIS
#include
int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
c
www.eeworm.com/read/358714/2984305
pod ssl_session_reused.pod
=pod
=head1 NAME
SSL_session_reused - query whether a reused session was negotiated during handshake
=head1 SYNOPSIS
#include
int SSL_session_reused(SSL *ssl);
=head1 DESCRIPTI