• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revisiond26d2361624e1e2d20fd093b099a7d4f1b004a5c (tree)
Time2006-05-04 21:52:59
AuthorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

Prepare for release

Change Summary

Incremental Difference

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.7i and 0.9.7j [XX xxx XXXX]
5+ Changes between 0.9.7i and 0.9.7j [04 May 2006]
66
77 *) Adapt fipsld and the build system to link against the validated FIPS
88 module in FIPS mode.
--- a/FAQ
+++ b/FAQ
@@ -70,7 +70,7 @@ OpenSSL - Frequently Asked Questions
7070 * Which is the current version of OpenSSL?
7171
7272 The current version is available from <URL: http://www.openssl.org>.
73-OpenSSL 0.9.7i was released on October 14, 2005.
73+OpenSSL 0.9.7j was released on May 4, 2006.
7474
7575 In addition to the current stable release, you can also access daily
7676 snapshots of the OpenSSL development version at <URL:
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.7j-dev XX xxx XXXX
2+ OpenSSL 0.9.7j 04 May 2006
33
44 Copyright (c) 1998-2005 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,12 +1,14 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2005/10/14 22:15:44 $
3+ ______________ $Date: 2006/05/04 12:52:57 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.9: Under development...
8+ o OpenSSL 0.9.8b: Released on May 4th, 2006
89 o OpenSSL 0.9.8a: Released on October 11th, 2005
910 o OpenSSL 0.9.8: Released on July 5th, 2005
11+ o OpenSSL 0.9.7j: Released on May 4th, 2006
1012 o OpenSSL 0.9.7i: Released on October 14th, 2005
1113 o OpenSSL 0.9.7h: Released on October 11th, 2005
1214 o OpenSSL 0.9.7g: Released on April 11th, 2005
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
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 0x0090709fL
28+#define OPENSSL_VERSION_NUMBER 0x009070afL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-fips-dev XX xxx XXXX"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-fips 04 May 2006"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j-dev XX xxx XXXX"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7j 04 May 2006"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535