代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/211899/15171201
h camellia.h
/* camellia.h ver 1.1.0
* ====================================================================
* Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
* ALL RIGHTS RESERVED.
*
* The
www.eeworm.com/read/172133/5390143
h opensslmfc.h
/*
Module : OpenSSLMfc.H
Purpose: Defines the interface for wrapper classes for the OpenSSL C variable types
Created: PJN / 24-05-2002
History: None
Copyright (c) 2002 - 2005 by PJ Naughter.
www.eeworm.com/read/171081/5398238
svn-base symhacks.h.svn-base
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/171081/5398305
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/171081/5399356
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/160303/5574267
sh genkeys.sh
#!/bin/sh
# generate the key for A
openssl genrsa -out keyA-priv.pem 512
# generate the key for B
openssl genrsa -out keyB-priv.pem 512
# now turn A into self-signed certificate
echo "Generating ce
www.eeworm.com/read/160303/5575634
resign_ca
#!/bin/sh
openssl ca -ss_cert cacert.pem -config ./openssl.cnf -days 3650 -keyfile cakey.pem -out newcacert.pem
if [ -s newcacert.pem ]
then
mv cacert.pem cacert-expired.pem
mv newcacert.pem cacer
www.eeworm.com/read/249077/12521516
makefile
#
# SSLeay/crypto/err/Makefile
#
DIR= err
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= make
www.eeworm.com/read/105867/15657073
cpp cli.cpp
/* cli.cpp - Minimal ssleay client for Unix
30.9.1996, Sampo Kellomaki */
#include
#include
#include
#include
#include
www.eeworm.com/read/105750/15659754
txt snapshot.txt
This snapshot was automatically generated on
Thu, 12 Aug 2004 23:33:46 +0200
Version: 5.0.1
Branch: HEAD
Build: Release_TS
Built-in Extensions
===========================
bcmath
calendar
com_do