代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/339586/3296666
makefile
BUILD = ../build
include $(BUILD)/Makefile.pre
PACKAGES += RESIPROCATE OPENSSL PTHREAD ARES
SRC = StatelessProxy.cxx
TARGET_LIBRARY = libstateless
TESTPROGRAMS = stateless-proxy.cxx
include $(BU
www.eeworm.com/read/339446/3307405
h md4.h
/*
* This is an OpenSSL-compatible implementation of the RSA Data Security,
* Inc. MD4 Message-Digest Algorithm.
*
* Written by Solar Designer in 2001, and placed in
* the pu
www.eeworm.com/read/338072/3325411
sh mkprovkeys.sh
#! /bin/sh
# this script generates keys and certificates for using secured
# provisioning:
VOCAL_ETC=/usr/local/vocal/etc
HOSTNAME=`hostname`
# generate the key
openssl genrsa 512/1024 > ${VOCAL_ET
www.eeworm.com/read/331534/3411358
all-wcprops
K 25
svn:wc:ra_dav:version-url
V 74
/svnroot/poco/!svn/ver/402/poco/branches/poco-1.3.2/NetSSL_OpenSSL/include
END
www.eeworm.com/read/328357/3444221
makefile
#
# OpenSSL/crypto/ripemd/Makefile
#
DIR= ripemd
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
RIP_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFL
www.eeworm.com/read/286854/4031966
c sshprime.c
/*
* Prime generation.
*/
#include
#include "ssh.h"
/*
* This prime generation algorithm is pretty much cribbed from
* OpenSSL. The algorithm is:
*
* - invent a B-bit random numbe
www.eeworm.com/read/432998/1885774
cpp sslmim.cpp
/*
* WinSSLMiM by Valgasu (valgasu@securiteinfo.com)
*
* a simple tool for HTTPS Man in the Middle
*
*/
#include
#include
#include "openssl/ssl.h"
#include "open
www.eeworm.com/read/422785/2031845
makefile
#
# OpenSSL/crypto/ripemd/Makefile
#
DIR= ripemd
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
RIP_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFL
www.eeworm.com/read/414969/2138669
msc makeinc.msc
### EDIT THESE ################################################
#OPENSSL = YES
#PERL = YES
GLIB = -IC:\Cygwin\usr\src\glib
GTK = -IC:\Cygwin\usr\src\gtk+\gtk -IC:\Cygwin\usr\src\gtk+\gdk
PERLPATH
www.eeworm.com/read/411046/2197456
sh mkprovkeys.sh
#! /bin/sh
# this script generates keys and certificates for using secured
# provisioning:
VOCAL_ETC=/usr/local/vocal/etc
HOSTNAME=`hostname`
# generate the key
openssl genrsa 512/1024 > ${VOCAL_ET