代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/422785/2032736
pod dhparam.pod
=pod
=head1 NAME
dhparam - DH parameter manipulation and generation
=head1 SYNOPSIS
B
[B]
[B]
[B I]
[B I]
[B
www.eeworm.com/read/411046/2192761
makefile
# $Id: Makefile,v 1.4 2002/11/09 01:53:16 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += LIBIMAP UTIL PTHREAD PAM
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
TARGET_
www.eeworm.com/read/411046/2193012
makefile
# $Id: Makefile,v 1.20.2.2 2003/02/04 22:02:26 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += PROXYBASE SIP
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
ifeq ($(USE_PROV
www.eeworm.com/read/373903/2756826
am makefile.am
noinst_LTLIBRARIES = \
libmcopenssl.la
libmcopenssl_la_CPPFLAGS = $(MINISIP_CFLAGS)
libmcopenssl_la_SOURCES = \
aes.cxx \
cert.cxx \
hmac.cxx
libmcopenssl_la_LIBADD = $(OPENSSL_LIBS)
MAINTAI
www.eeworm.com/read/365796/2895071
build-dh
#!/bin/bash
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then
$OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_S
www.eeworm.com/read/359526/2975176
conf opencryptoki.conf
# EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
# openCryptoki (e.g., with TPM token)
# This example uses following PKCS#11 objects:
# $ pkcs11-tool --module /usr/lib/open
www.eeworm.com/read/358714/2983361
makefile
#
# OpenSSL/crypto/pkcs12/Makefile
#
DIR= pkcs12
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=
www.eeworm.com/read/358714/2983627
c fcrypt.c
/* NOCW */
#include
#ifdef _OSD_POSIX
#ifndef CHARSET_EBCDIC
#define CHARSET_EBCDIC 1
#endif
#endif
#ifdef CHARSET_EBCDIC
#include
#endif
/* This version of crypt has bee
www.eeworm.com/read/358714/2984156
pod evp.pod
=pod
=head1 NAME
evp - high-level cryptographic functions
=head1 SYNOPSIS
#include
=head1 DESCRIPTION
The EVP library provides a high-level interface to cryptographic
functions.
www.eeworm.com/read/358714/2984222
pod dsa_generate_parameters.pod
=pod
=head1 NAME
DSA_generate_parameters - generate DSA parameters
=head1 SYNOPSIS
#include
DSA *DSA_generate_parameters(int bits, unsigned char *seed,
int seed_