• 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évisionacc6c94a65e9b4124205096da5046ac0bdbdf9c4 (tree)
l'heure2003-02-19 21:45:18
AuteurRichard Levitte <levitte@open...>
CommiterRichard Levitte

Message de Log

All kinds of changes from 0.9.6-stable.
Time to release 0.9.6i [engine].
The tag will be OpenSSL-engine-0_9_6i.

Change Summary

Modification

--- a/FAQ
+++ b/FAQ
@@ -63,7 +63,7 @@ OpenSSL - Frequently Asked Questions
6363 * Which is the current version of OpenSSL?
6464
6565 The current version is available from <URL: http://www.openssl.org>.
66-OpenSSL 0.9.6h was released on 5 December 2002.
66+OpenSSL 0.9.7a was released on February 19, 2003.
6767
6868 In addition to the current stable release, you can also access daily
6969 snapshots of the OpenSSL development version at <URL:
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@
55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8+ Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
9+
10+ o Important security related bugfixes.
11+
812 Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
913
1014 o New configuration targets for Tandem OSS and A/UX.
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
11
2- OpenSSL 0.9.6i-dev [engine] xx XXX xxxx
2+ OpenSSL 0.9.6i [engine] Feb 19 2003
33
4- Copyright (c) 1998-2002 The OpenSSL Project
4+ Copyright (c) 1998-2003 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
66 All rights reserved.
77
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,13 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2002/12/05 22:50:27 $
3+ ______________ $Date: 2003/02/19 12:45:13 $
44
55 DEVELOPMENT STATE
66
7- o OpenSSL 0.9.7: Under development...
7+ o OpenSSL 0.9.8: Under development...
8+ o OpenSSL 0.9.7a: Released on February 19th, 2003
9+ o OpenSSL 0.9.7: Released on December 31st, 2002
10+ o OpenSSL 0.9.6i: Released on February 19th, 2003
811 o OpenSSL 0.9.6h: Released on December 5th, 2002
912 o OpenSSL 0.9.6g: Released on August 9th, 2002
1013 o OpenSSL 0.9.6f: Released on August 8th, 2002
--- 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 0x00906090L
29-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i-dev [engine] xx XXX xxxx"
28+#define OPENSSL_VERSION_NUMBER 0x0090609fL
29+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i [engine] Feb 19 2003"
3030 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3131
3232