Fix version stuff:
authorRalf S. Engelschall <rse@openssl.org>
Thu, 31 Dec 1998 09:36:40 +0000 (09:36 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 31 Dec 1998 09:36:40 +0000 (09:36 +0000)
1. The already released version was 0.9.1c and not 0.9.1b

2. The next release should be 0.9.2 and not 0.9.1d, because
   first the changes are already too large, second we should avoid any more
   0.9.1x confusions and third, the Apache version semantics of
   VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
   .2 is already just a patchlevel and not major change).
tVS: ----------------------------------------------------------------------

35 files changed:
CHANGES
README
STATUS
crypto/asn1/asn1_lib.c
crypto/bf/bf_ecb.c
crypto/bn/bn_lib.c
crypto/cast/c_ecb.c
crypto/conf/conf.c
crypto/crypto.h
crypto/cversion.c
crypto/des/ecb_enc.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/evp/evp_enc.c
crypto/idea/i_ecb.c
crypto/lhash/lhash.c
crypto/md2/md2_dgst.c
crypto/md5/md5_dgst.c
crypto/pem/pem_lib.c
crypto/rand/md_rand.c
crypto/rc2/rc2_ecb.c
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_ecb.c
crypto/ripemd/rmd_dgst.c
crypto/rsa/rsa_lib.c
crypto/sha/sha1dgst.c
crypto/sha/sha_dgst.c
crypto/stack/stack.c
crypto/txt_db/txt_db.c
crypto/x509/x509_vfy.c
ssl/s23_lib.c
ssl/s2_lib.c
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/t1_lib.c

diff --git a/CHANGES b/CHANGES
index 89350243e9a80c834a02ee755cf405d977712eca..1f1ddd1f621d41c4b3f88b43d3d30e86f6032abe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@
  _______________
 
 
- Changes between 0.9.1c and 0.9.1d
+ Changes between 0.9.1c and 0.9.2
 
   *) Enhanced the err-ins.pl script so it makes the error library number 
      global and can add a library name. This is needed for external ASN1 and
diff --git a/README b/README
index d232fc4fce3c530e486a5ec9596433c19041ecb3..c8c94f94517bc5863999a7d3e70a421250d68ccf 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.1c 23-Dec-1998
+ OpenSSL 0.9.2 31-Dec-1998
 
  Copyright (c) 1998 The OpenSSL Project
  Copyright (c) 1995-1998 Eric Young
diff --git a/STATUS b/STATUS
index 915d47fecc938352e2d999815cadc9adc00b2ac2..bb21443514c1b92a11bfb101a20e376aa247be4c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,11 +1,11 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1998/12/30 09:08:05 $
+  ______________                           $Date: 1998/12/31 09:36:11 $
 
   DEVELOPMENT STATE
 
     o  OpenSSL 0.9.2:  Under development.
-    o  OpenSSL 0.9.1b: Released on December 23th, 1998
+    o  OpenSSL 0.9.1c: Released on December 23th, 1998
 
   RELEASE SHOWSTOPPERS
 
index f7e2008dc95489fb79c412c2735ba17516e6078b..9c0080e3bfd491a97154ec5306ca8bcfab471ea2 100644 (file)
@@ -69,7 +69,7 @@ static int asn1_get_length();
 static void asn1_put_length();
 #endif
 
-char *ASN1_version="ASN.1 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *ASN1_version="ASN.1 part of OpenSSL 0.9.2 31-Dec-1998";
 
 int ASN1_check_infinite_end(p,len)
 unsigned char **p;
index 0f1da33d167c225a0566f654e83a3a4f08d385a3..0af1405c0690ab17a0f6e41f7b15421b1040f4da 100644 (file)
@@ -64,7 +64,7 @@
  * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
  */
 
-char *BF_version="BlowFish part of OpenSSL 0.9.1c 23-Dec-1998";
+char *BF_version="BlowFish part of OpenSSL 0.9.2 31-Dec-1998";
 
 char *BF_options()
        {
index 0719514c720adf7d9e0113803ce494024a9cd103..c027d0b03e250b9775f9beca9f01676f6b3acc47 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include "bn_lcl.h"
 
-char *BN_version="Big Number part of OpenSSL 0.9.1c 23-Dec-1998";
+char *BN_version="Big Number part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* For a 32 bit machine
  * 2 -   4 ==  128
index aefc7baabd8047958743ebc1bc244363f68b9701..660bc691d7b946003f1956c3d2e0ff974c5c11f8 100644 (file)
@@ -59,7 +59,7 @@
 #include "cast.h"
 #include "cast_lcl.h"
 
-char *CAST_version="CAST part of OpenSSL 0.9.1c 23-Dec-1998";
+char *CAST_version="CAST part of OpenSSL 0.9.2 31-Dec-1998";
 
 void CAST_ecb_encrypt(in, out, ks, encrypt)
 unsigned char *in;
index cd7eac610bb46ee596ea0e39a62abf3a2194147a..861043c08df2511ca913d4ff90989a48c9350a0c 100644 (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 OpenSSL 0.9.1c 23-Dec-1998";
+char *CONF_version="CONF part of OpenSSL 0.9.2 31-Dec-1998";
 
 LHASH *CONF_load(h,file,line)
 LHASH *h;
index 5f9c43edde067da823cc8481418e91792ebab6e6..4641604b48854b3f092af3b77fc382aad751ebc2 100644 (file)
@@ -65,7 +65,7 @@ extern "C" {
 
 #include "stack.h"
 
-#define OPENSSL_VERSION_NUMBER 0x0913  /* Version 0.9.1c is 0913 */
+#define OPENSSL_VERSION_NUMBER 0x0920  /* Version 0.9.1c is 0913 */
 
 /* Backward compatibility to SSLeay */
 /* This is more to be used to check the correct DLL is being used
index 3ba926696b65846b631516087c55060104f26237..121bd1dcb5b72593da5762debfbc56b10e2b1b21 100644 (file)
@@ -66,7 +66,7 @@ char *SSLeay_version(t)
 int t;
        {
        if (t == SSLEAY_VERSION)
-               return("OpenSSL 0.9.1c 23-Dec-1998");
+               return("OpenSSL 0.9.2 31-Dec-1998");
        if (t == SSLEAY_BUILT_ON)
                {
 #ifdef DATE
index 7785c5cb463138e7dc3030401fced8a66de148aa..6c79d57561ed69c8f8d624b56fb9e0d503f74661 100644 (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 OpenSSL 0.9.1c 23-Dec-1998";
+char *DES_version="DES part of OpenSSL 0.9.2 31-Dec-1998";
 
 char *des_options()
        {
index 2dc9e6fd84554f560d728909a33731e91f738137..a83c97287e13109fe5b8c1158bed106c81de20b2 100644 (file)
@@ -61,7 +61,7 @@
 #include "bn.h"
 #include "dh.h"
 
-char *DH_version="Diffie-Hellman part of OpenSSL 0.9.1c 23-Dec-1998";
+char *DH_version="Diffie-Hellman part of OpenSSL 0.9.2 31-Dec-1998";
 
 DH *DH_new()
        {
index 9f120ad80a11742f527866defe7faf6663eccc21..fb91ef2a6e6cf8e9f2ce874ee0d998cfad25cf99 100644 (file)
@@ -64,7 +64,7 @@
 #include "dsa.h"
 #include "asn1.h"
 
-char *DSA_version="DSA part of OpenSSL 0.9.1c 23-Dec-1998";
+char *DSA_version="DSA part of OpenSSL 0.9.2 31-Dec-1998";
 
 DSA *DSA_new()
        {
index 94c81b76173e386a11a0143dfb8937dedfae42b3..759cc1fb11f77377a2df6724e78686b706d89335 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include "evp.h"
 
-char *EVP_version="EVP part of OpenSSL 0.9.1c 23-Dec-1998";
+char *EVP_version="EVP part of OpenSSL 0.9.2 31-Dec-1998";
 
 void EVP_CIPHER_CTX_init(ctx)
 EVP_CIPHER_CTX *ctx;
index 431f112c3dc855bc2f9dc60e59f2897b9d4d30ca..557e76fbc58ae367bf3e4665def17f47f4ac2275 100644 (file)
@@ -59,7 +59,7 @@
 #include "idea.h"
 #include "idea_lcl.h"
 
-char *IDEA_version="IDEA part of OpenSSL 0.9.1c 23-Dec-1998";
+char *IDEA_version="IDEA part of OpenSSL 0.9.2 31-Dec-1998";
 
 char *idea_options()
        {
index e36524a1f0efe9edeebcf4a5f3a85f0764b67003..c8c29a8d305d1806423a16c8edb85adc9241a2bd 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-char *lh_version="lhash part of OpenSSL 0.9.1c 23-Dec-1998";
+char *lh_version="lhash part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* Code for dynamic hash table routines
  * Author - Eric Young v 2.0
index 147fd7d6eb8bcfb686f7843ec1fae806b0944b69..89e62dcd19a28b88bd5241d73d5984652168f2f4 100644 (file)
@@ -61,7 +61,7 @@
 #include <string.h>
 #include "md2.h"
 
-char *MD2_version="MD2 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *MD2_version="MD2 part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* Implemented from RFC1319 The MD2 Message-Digest Algorithm
  */
index 028d41744786160fb5d3fa26d559b011f1a165e0..ffc870284bc3a3628188778767ee673f841556b6 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "md5_locl.h"
 
-char *MD5_version="MD5 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *MD5_version="MD5 part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* Implemented from RFC1321 The MD5 Message-Digest Algorithm
  */
index 1d6b4dbf3319e90c612155df11722a6648396e4e..f668f7ea6192a2a2d05ad9d8e04b520eabb330b0 100644 (file)
@@ -68,7 +68,7 @@
 #include "des.h"
 #endif
 
-char *PEM_version="PEM part of OpenSSL 0.9.1c 23-Dec-1998";
+char *PEM_version="PEM part of OpenSSL 0.9.2 31-Dec-1998";
 
 #define MIN_LENGTH     4
 
index c2230b10f44c32534d3e3a8909de41b571d1abef..e5ecc6e3657bd80499ebe585e0a0b7657d228bbb 100644 (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 OpenSSL 0.9.1c 23-Dec-1998";
+char *RAND_version="RAND part of OpenSSL 0.9.2 31-Dec-1998";
 
 static void ssleay_rand_cleanup(void);
 static void ssleay_rand_seed(unsigned char *buf, int num);
index 040477368b9b85fa9109ff1d1d74e65e6e4fc27d..60a32809cdbe8a12b3516892c5445b9093e0879c 100644 (file)
@@ -59,7 +59,7 @@
 #include "rc2.h"
 #include "rc2_locl.h"
 
-char *RC2_version="RC2 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *RC2_version="RC2 part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* RC2 as implemented frm a posting from
  * Newsgroups: sci.crypt
index 7a8694c34f9652a8a6a583a586c0069aabd78a8c..c80811c430cc2a63aa72beb1426b7490fa88e569 100644 (file)
@@ -59,7 +59,7 @@
 #include "rc4.h"
 #include "rc4_locl.h"
 
-char *RC4_version="RC4 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *RC4_version="RC4 part of OpenSSL 0.9.2 31-Dec-1998";
 
 char *RC4_options()
        {
index c495ee37aab820d4a0880fce0897a94088d00372..9b43b1c8a15daeca5aefeb1c937452f376682f91 100644 (file)
@@ -59,7 +59,7 @@
 #include "rc5.h"
 #include "rc5_locl.h"
 
-char *RC5_version="RC5 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *RC5_version="RC5 part of OpenSSL 0.9.2 31-Dec-1998";
 
 void RC5_32_ecb_encrypt(in, out, ks, encrypt)
 unsigned char *in;
index 3f7ae206e26495ff0b9a6c8cb280de407bc4eaa2..99418f58a20d2f98f19bf8ec38b0d150cd6880de 100644 (file)
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include "rmd_locl.h"
 
-char *RMD160_version="RIPE-MD160 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *RMD160_version="RIPE-MD160 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NOPROTO
 #  ifdef RMD160_ASM
index dc996fc4f1764c0488dc71ff27200a5d87e1b17a..27cd8ae8bff4f12cf48c6c4f0fc81ad42e0dd786 100644 (file)
@@ -63,7 +63,7 @@
 #include "bn.h"
 #include "rsa.h"
 
-char *RSA_version="RSA part of OpenSSL 0.9.1c 23-Dec-1998";
+char *RSA_version="RSA part of OpenSSL 0.9.2 31-Dec-1998";
 
 static RSA_METHOD *default_RSA_meth=NULL;
 static int rsa_meth_num=0;
index b0bb4b91cbdb272cac1222a199d929a05f0b2701..558175d216cbb268522d21485e4409c59b280b7e 100644 (file)
@@ -63,7 +63,7 @@
 #include "sha.h"
 #include "sha_locl.h"
 
-char *SHA1_version="SHA1 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *SHA1_version="SHA1 part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* Implemented from SHA-1 document - The Secure Hash Algorithm
  */
index b215e4ce938929378f1aef66ff6121159c719677..fcca22b011fc9f38548849ff360156eb4acba47c 100644 (file)
@@ -63,7 +63,7 @@
 #include "sha.h"
 #include "sha_locl.h"
 
-char *SHA_version="SHA part of OpenSSL 0.9.1c 23-Dec-1998";
+char *SHA_version="SHA part of OpenSSL 0.9.2 31-Dec-1998";
 
 /* Implemented from SHA-0 document - The Secure Hash Algorithm
  */
index 1c0a8bdda828d1536ae0389a90ff307080bd952a..7b96326156a7a1e9e65dbe74c4beef0d625887ed 100644 (file)
@@ -72,7 +72,7 @@
 #undef MIN_NODES
 #define MIN_NODES      4
 
-char *STACK_version="Stack part of OpenSSL 0.9.1c 23-Dec-1998";
+char *STACK_version="Stack part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NOPROTO
 #define        FP_ICC  (int (*)(const void *,const void *))
index ebd7bf27911417fa62ba8f50b55906d30d9b79b6..e4259d976853c61f27f17300a6001e9fa50e2558 100644 (file)
@@ -66,7 +66,7 @@
 #undef BUFSIZE
 #define BUFSIZE        512
 
-char *TXT_DB_version="TXT_DB part of OpenSSL 0.9.1c 23-Dec-1998";
+char *TXT_DB_version="TXT_DB part of OpenSSL 0.9.2 31-Dec-1998";
 
 TXT_DB *TXT_DB_read(in,num)
 BIO *in;
index 23994d1bb45fd6c9602190bdd0a5f409d88358e5..f8c0865743de87edf2bcd28fdbbdcc85b79e5a59 100644 (file)
@@ -80,7 +80,7 @@ static int null_callback();
 static int internal_verify();
 #endif
 
-char *X509_version="X.509 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *X509_version="X.509 part of OpenSSL 0.9.2 31-Dec-1998";
 static STACK *x509_store_ctx_method=NULL;
 static int x509_store_ctx_num=0;
 #if 0
index b6def8219af27a49c08be025b9eba390c23a4651..37e98abf79be2cbc5579a5b0e5a10c7d23fc3e33 100644 (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 OpenSSL 0.9.1c 23-Dec-1998";
+char *SSL23_version_str="SSLv2/3 compatibility part of OpenSSL 0.9.2 31-Dec-1998";
 
 static SSL_METHOD SSLv23_data= {
        TLS1_VERSION,
index d11673ee907591fcc4bef28306b91f566dac3eee..51f686128f3ac476f48869a8f39e73e4f2cac67c 100644 (file)
@@ -67,7 +67,7 @@ static long ssl2_default_timeout(void );
 static long ssl2_default_timeout();
 #endif
 
-char *ssl2_version_str="SSLv2 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *ssl2_version_str="SSLv2 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
 
index a6cda3c8f0ffeadf6bc4c6a9367a7f71036ec4a0..a523207a9f754c262797faba7373f6cb8c5b50f1 100644 (file)
@@ -60,7 +60,7 @@
 #include "objects.h"
 #include "ssl_locl.h"
 
-char *ssl3_version_str="SSLv3 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *ssl3_version_str="SSLv3 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #define SSL3_NUM_CIPHERS       (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
 
index edd623afc640c1fca8a3fa307d53b8adf312753b..a4bbe53fa0fdf755f3d206e4d0633870c6cdb680 100644 (file)
@@ -61,7 +61,7 @@
 #include "lhash.h"
 #include "ssl_locl.h"
 
-char *SSL_version_str="OpenSSL 0.9.1c 23-Dec-1998";
+char *SSL_version_str="OpenSSL 0.9.2 31-Dec-1998";
 
 static STACK *ssl_meth=NULL;
 static STACK *ssl_ctx_meth=NULL;
index 89f6d13230603b16805e31d8de3d4f731aeae25f..a1f1a486938ebfb7322375de8b7a156b1e16265a 100644 (file)
@@ -60,7 +60,7 @@
 #include "objects.h"
 #include "ssl_locl.h"
 
-char *tls1_version_str="TLSv1 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *tls1_version_str="TLSv1 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NO_PROTO
 static long tls1_default_timeout(void);