• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revision4fae868811dab819213b673fc82227d64bd6824b (tree)
Zeit2010-03-24 22:16:55
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

prepare for release

Ändern Zusammenfassung

Diff

--- a/FAQ
+++ b/FAQ
@@ -78,7 +78,7 @@ OpenSSL - Frequently Asked Questions
7878 * Which is the current version of OpenSSL?
7979
8080 The current version is available from <URL: http://www.openssl.org>.
81-OpenSSL 0.9.8m was released on Feb 25th, 2010.
81+OpenSSL 0.9.8n was released on Mar 24th, 2010.
8282
8383 In addition to the current stable release, you can also access daily
8484 snapshots of the OpenSSL development version at <URL:
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@
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.8m and OpenSSL 0.9.8n:
9+
10+ o CFB cipher definition fixes.
11+ o Fix security issues CVE-2010-0740 and CVE-2010-0433.
12+
813 Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
914
1015 o Cipher definition fixes.
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.8n-dev
2+ OpenSSL 0.9.8n
33
44 Copyright (c) 1998-2009 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: 2010/02/25 17:18:22 $
3+ ______________ $Date: 2010/03/24 13:16:54 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 1.0.0: Under development...
8+ o OpenSSL 0.9.8n: Released on March 24th, 2010
89 o OpenSSL 0.9.8m: Released on February 25th, 2010
910 o OpenSSL 0.9.8l: Released on November 5th, 2009
1011 o OpenSSL 0.9.8k: Released on March 25th, 2009
--- 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 0x009080e0L
28+#define OPENSSL_VERSION_NUMBER 0x009080efL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8n-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8n-fips 24 Mar 2010"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8n-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8n 24 Mar 2010"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535