*** empty log message ***

This commit is contained in:
Ralf S. Engelschall 1998-12-23 12:09:47 +00:00
parent f10a5c2a96
commit 320a14cb5b
33 changed files with 35 additions and 33 deletions

View file

@ -3,6 +3,8 @@
_______________
Changes between 0.9.01c and 0.9.1d
Changes between 0.9.01b and 0.9.1c
*) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and
@ -18,7 +20,7 @@
*) Incorporated the popular no-RSA/DSA-only patches
which allow to compile a RSA-free SSLeay.
[Interrader Ldt., Ralf S. Engelschall]
[Andrew Cooke / Interrader Ldt., Ralf S. Engelschall]
*) Fixed nasty rehash problem under `make -f Makefile.ssl links'
when "ssleay" is still not found.

2
README
View file

@ -1,5 +1,5 @@
SSLeay/OpenSSL 0.9.1c 23-Dec-1998
OpenSSL 0.9.1c 23-Dec-1998
Copyright (c) 1998 The OpenSSL Project
Copyright (c) 1995-1998 Eric Young

View file

@ -69,7 +69,7 @@ static int asn1_get_length();
static void asn1_put_length();
#endif
char *ASN1_version="ASN.1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *ASN1_version="ASN.1 part of OpenSSL 0.9.1c 23-Dec-1998";
int ASN1_check_infinite_end(p,len)
unsigned char **p;

View file

@ -64,7 +64,7 @@
* CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
*/
char *BF_version="BlowFish part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *BF_version="BlowFish part of OpenSSL 0.9.1c 23-Dec-1998";
char *BF_options()
{

View file

@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "bn_lcl.h"
char *BN_version="Big Number part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *BN_version="Big Number part of OpenSSL 0.9.1c 23-Dec-1998";
/* For a 32 bit machine
* 2 - 4 == 128

View file

@ -59,7 +59,7 @@
#include "cast.h"
#include "cast_lcl.h"
char *CAST_version="CAST part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *CAST_version="CAST part of OpenSSL 0.9.1c 23-Dec-1998";
void CAST_ecb_encrypt(in, out, ks, encrypt)
unsigned char *in;

View file

@ -95,7 +95,7 @@ static CONF_VALUE *get_section();
#define scan_esc(p) ((((p)[1] == '\0')?(p++):(p+=2)),p)
char *CONF_version="CONF part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *CONF_version="CONF part of OpenSSL 0.9.1c 23-Dec-1998";
LHASH *CONF_load(h,file,line)
LHASH *h;

View file

@ -66,7 +66,7 @@ char *SSLeay_version(t)
int t;
{
if (t == SSLEAY_VERSION)
return("SSLeay/OpenSSL 0.9.1c 23-Dec-1998");
return("OpenSSL 0.9.1c 23-Dec-1998");
if (t == SSLEAY_BUILT_ON)
{
#ifdef DATE

View file

@ -60,7 +60,7 @@
#include "spr.h"
char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay";
char *DES_version="DES part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *DES_version="DES part of OpenSSL 0.9.1c 23-Dec-1998";
char *des_options()
{

View file

@ -61,7 +61,7 @@
#include "bn.h"
#include "dh.h"
char *DH_version="Diffie-Hellman part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *DH_version="Diffie-Hellman part of OpenSSL 0.9.1c 23-Dec-1998";
DH *DH_new()
{

View file

@ -64,7 +64,7 @@
#include "dsa.h"
#include "asn1.h"
char *DSA_version="DSA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *DSA_version="DSA part of OpenSSL 0.9.1c 23-Dec-1998";
DSA *DSA_new()
{

View file

@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
char *EVP_version="EVP part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *EVP_version="EVP part of OpenSSL 0.9.1c 23-Dec-1998";
void EVP_CIPHER_CTX_init(ctx)
EVP_CIPHER_CTX *ctx;

View file

@ -59,7 +59,7 @@
#include "idea.h"
#include "idea_lcl.h"
char *IDEA_version="IDEA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *IDEA_version="IDEA part of OpenSSL 0.9.1c 23-Dec-1998";
char *idea_options()
{

View file

@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
char *lh_version="lhash part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *lh_version="lhash part of OpenSSL 0.9.1c 23-Dec-1998";
/* Code for dynamic hash table routines
* Author - Eric Young v 2.0

View file

@ -61,7 +61,7 @@
#include <string.h>
#include "md2.h"
char *MD2_version="MD2 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *MD2_version="MD2 part of OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from RFC1319 The MD2 Message-Digest Algorithm
*/

View file

@ -59,7 +59,7 @@
#include <stdio.h>
#include "md5_locl.h"
char *MD5_version="MD5 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *MD5_version="MD5 part of OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from RFC1321 The MD5 Message-Digest Algorithm
*/

View file

@ -68,7 +68,7 @@
#include "des.h"
#endif
char *PEM_version="PEM part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *PEM_version="PEM part of OpenSSL 0.9.1c 23-Dec-1998";
#define MIN_LENGTH 4

View file

@ -126,7 +126,7 @@ static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
static unsigned char md[MD_DIGEST_LENGTH];
static long md_count[2]={0,0};
char *RAND_version="RAND part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RAND_version="RAND part of OpenSSL 0.9.1c 23-Dec-1998";
static void ssleay_rand_cleanup(void);
static void ssleay_rand_seed(unsigned char *buf, int num);

View file

@ -59,7 +59,7 @@
#include "rc2.h"
#include "rc2_locl.h"
char *RC2_version="RC2 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RC2_version="RC2 part of OpenSSL 0.9.1c 23-Dec-1998";
/* RC2 as implemented frm a posting from
* Newsgroups: sci.crypt

View file

@ -59,7 +59,7 @@
#include "rc4.h"
#include "rc4_locl.h"
char *RC4_version="RC4 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RC4_version="RC4 part of OpenSSL 0.9.1c 23-Dec-1998";
char *RC4_options()
{

View file

@ -59,7 +59,7 @@
#include "rc5.h"
#include "rc5_locl.h"
char *RC5_version="RC5 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RC5_version="RC5 part of OpenSSL 0.9.1c 23-Dec-1998";
void RC5_32_ecb_encrypt(in, out, ks, encrypt)
unsigned char *in;

View file

@ -59,7 +59,7 @@
#include <stdio.h>
#include "rmd_locl.h"
char *RMD160_version="RIPE-MD160 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RMD160_version="RIPE-MD160 part of OpenSSL 0.9.1c 23-Dec-1998";
#ifndef NOPROTO
# ifdef RMD160_ASM

View file

@ -63,7 +63,7 @@
#include "bn.h"
#include "rsa.h"
char *RSA_version="RSA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *RSA_version="RSA part of OpenSSL 0.9.1c 23-Dec-1998";
static RSA_METHOD *default_RSA_meth=NULL;
static int rsa_meth_num=0;

View file

@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
char *SHA1_version="SHA1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *SHA1_version="SHA1 part of OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from SHA-1 document - The Secure Hash Algorithm
*/

View file

@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
char *SHA_version="SHA part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *SHA_version="SHA part of OpenSSL 0.9.1c 23-Dec-1998";
/* Implemented from SHA-0 document - The Secure Hash Algorithm
*/

View file

@ -72,7 +72,7 @@
#undef MIN_NODES
#define MIN_NODES 4
char *STACK_version="Stack part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *STACK_version="Stack part of OpenSSL 0.9.1c 23-Dec-1998";
#ifndef NOPROTO
#define FP_ICC (int (*)(const void *,const void *))

View file

@ -66,7 +66,7 @@
#undef BUFSIZE
#define BUFSIZE 512
char *TXT_DB_version="TXT_DB part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *TXT_DB_version="TXT_DB part of OpenSSL 0.9.1c 23-Dec-1998";
TXT_DB *TXT_DB_read(in,num)
BIO *in;

View file

@ -80,7 +80,7 @@ static int null_callback();
static int internal_verify();
#endif
char *X509_version="X.509 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *X509_version="X.509 part of OpenSSL 0.9.1c 23-Dec-1998";
static STACK *x509_store_ctx_method=NULL;
static int x509_store_ctx_num=0;
#if 0

View file

@ -78,7 +78,7 @@ static int ssl23_put_cipher_by_char();
static SSL_CIPHER *ssl23_get_cipher_by_char();
#endif
char *SSL23_version_str="SSLv2/3 compatibility part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *SSL23_version_str="SSLv2/3 compatibility part of OpenSSL 0.9.1c 23-Dec-1998";
static SSL_METHOD SSLv23_data= {
TLS1_VERSION,

View file

@ -67,7 +67,7 @@ static long ssl2_default_timeout(void );
static long ssl2_default_timeout();
#endif
char *ssl2_version_str="SSLv2 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *ssl2_version_str="SSLv2 part of OpenSSL 0.9.1c 23-Dec-1998";
#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))

View file

@ -60,7 +60,7 @@
#include "objects.h"
#include "ssl_locl.h"
char *ssl3_version_str="SSLv3 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *ssl3_version_str="SSLv3 part of OpenSSL 0.9.1c 23-Dec-1998";
#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))

View file

@ -61,7 +61,7 @@
#include "lhash.h"
#include "ssl_locl.h"
char *SSL_version_str="SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *SSL_version_str="OpenSSL 0.9.1c 23-Dec-1998";
static STACK *ssl_meth=NULL;
static STACK *ssl_ctx_meth=NULL;

View file

@ -60,7 +60,7 @@
#include "objects.h"
#include "ssl_locl.h"
char *tls1_version_str="TLSv1 part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
char *tls1_version_str="TLSv1 part of OpenSSL 0.9.1c 23-Dec-1998";
#ifndef NO_PROTO
static long tls1_default_timeout(void);