代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/368117/9711223
c client.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/249076/12521539
makefile
#
# SSLeay/crypto/des/Makefile
#
DIR= des
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=-I$(TOP) -I../../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPR
www.eeworm.com/read/135298/13942114
h symhacks.h
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/135297/13942172
cpp cli.cpp
/* cli.cpp - Minimal ssleay client for Unix
30.9.1996, Sampo Kellomaki */
/* mangled to work with SSLeay-0.9.0b and OpenSSL 0.9.2b
Simplified to be even more minimal
12/98 -
www.eeworm.com/read/135297/13942181
cpp inetdsrv.cpp
/* inetdserv.cpp - Minimal ssleay server for Unix inetd.conf
* 30.9.1996, Sampo Kellomaki
* From /etc/inetd.conf:
* 1111 stream tcp nowait sampo /usr/users/sampo/demo/inetdserv
www.eeworm.com/read/135297/13942184
cpp serv.cpp
/* serv.cpp - Minimal ssleay server for Unix
30.9.1996, Sampo Kellomaki */
/* mangled to work with SSLeay-0.9.0b and OpenSSL 0.9.2b
Simplified to be even more minimal
12/98
www.eeworm.com/read/105274/15671888
in make.conf.in
ISHVER = @ISHVER@
host=@host@
# Bourn shell
SHELL = /bin/sh
# Extension of object files
O = @OBJEXT@
# Extension of executables
EXE = @EXEEXT@
# Path prefix for installation links
prefix = @prefix
www.eeworm.com/read/103743/15724434
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec
www.eeworm.com/read/103743/15724438
build-key-pass
#!/bin/bash
#
# Similar to build-key, but protect the private key
# with a password.
#
if test $# -ne 1; then
echo "usage: build-key-pass ";
exit 1
fi
if test $KEY_DIR; then
www.eeworm.com/read/388823/8573508
h ec.h
/* crypto/ec/ec.h */
/* ====================================================================
* Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in s