• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révision05ebb1e7cfd8dd7b43f306dd0356097fefaf4159 (tree)
l'heure2002-07-30 19:34:35
AuteurLutz Jänicke <jaenicke@open...>
CommiterLutz Jänicke

Message de Log

Release 0.9.6e.
Submitted by:
Reviewed by:
PR:

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.6d and 0.9.6e [XX xxx XXXX]
5+ Changes between 0.9.6d and 0.9.6e [30 Jul 2002]
66
77 *) Fix cipher selection routines: ciphers without encryption had no flags
88 for the cipher strength set and where therefore not handled correctly
--- a/FAQ
+++ b/FAQ
@@ -61,7 +61,7 @@ OpenSSL - Frequently Asked Questions
6161 * Which is the current version of OpenSSL?
6262
6363 The current version is available from <URL: http://www.openssl.org>.
64-OpenSSL 0.9.6d was released on 9 May, 2002.
64+OpenSSL 0.9.6e was released on 30 May, 2002.
6565
6666 In addition to the current stable release, you can also access daily
6767 snapshots of the OpenSSL development version at <URL:
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.6d 9 May 2002
2+ OpenSSL 0.9.6e 30 July 2002
33
44 Copyright (c) 1998-2002 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2002/05/09 23:53:01 $
3+ ______________ $Date: 2002/07/30 10:33:28 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.7: Under development...
8+ o OpenSSL 0.9.6e: Released on July 30th, 2002
89 o OpenSSL 0.9.6d: Released on May 9th, 2002
910 o OpenSSL 0.9.6c: Released on December 21st, 2001
1011 o OpenSSL 0.9.6b: Released on July 9th, 2001
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,8 +25,8 @@
2525 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
2626 * major minor fix final patch/beta)
2727 */
28-#define OPENSSL_VERSION_NUMBER 0x00906050L
29-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6e-dev XX xxx XXXX"
28+#define OPENSSL_VERSION_NUMBER 0x0090605fL
29+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6e 30 Jul 2002"
3030 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3131
3232
--- a/shlib/Makefile.hpux10-cc
+++ b/shlib/Makefile.hpux10-cc
@@ -1,6 +1,6 @@
11 # Makefile.hpux-cc
22
3-major=0.9.6d
3+major=0.9.6e
44
55 slib=libssl
66 sh_slib=$(slib).sl.$(major)
--- a/shlib/hpux10-cc.sh
+++ b/shlib/hpux10-cc.sh
@@ -60,9 +60,9 @@ mkdir /usr/local
6060 mkdir /usr/local/ssl
6161 mkdir /usr/local/ssl/lib
6262 chmod 444 lib*_pic.a
63-chmod 555 lib*.sl.0.9.6d
64-cp -p lib*_pic.a lib*.sl.0.9.6d /usr/local/ssl/lib
65-(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6d libcrypto.sl ; ln -sf libssl.sl.0.9.6d libssl.sl)
63+chmod 555 lib*.sl.0.9.6e
64+cp -p lib*_pic.a lib*.sl.0.9.6e /usr/local/ssl/lib
65+(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6e libcrypto.sl ; ln -sf libssl.sl.0.9.6e libssl.sl)
6666
6767 # Reconfigure without pic to compile the executables. Unfortunately, while
6868 # performing this task we have to recompile the library components, even