• 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

Revisionc90c41f09da5b0b0b56a3b3e1fe83f42ef590dee (tree)
Time2012-01-05 02:01:33
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 1.0.0e and 1.0.0f [xx XXX xxxx]
5+ Changes between 1.0.0e and 1.0.0f [4 Jan 2012]
66
77 *) Nadhem Alfardan and Kenny Paterson have discovered an extension
88 of the Vaudenay padding oracle attack on CBC mode encryption
--- a/FAQ
+++ b/FAQ
@@ -82,7 +82,7 @@ OpenSSL - Frequently Asked Questions
8282 * Which is the current version of OpenSSL?
8383
8484 The current version is available from <URL: http://www.openssl.org>.
85-OpenSSL 1.0.0e was released on Sep 6th, 2011.
85+OpenSSL 1.0.0f was released on Jan 4th, 2012.
8686
8787 In addition to the current stable release, you can also access daily
8888 snapshots of the OpenSSL development version at <URL:
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.0f-dev
2+ OpenSSL 1.0.0f 4 Jan 2012
33
44 Copyright (c) 1998-2011 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,11 +1,12 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2011/09/06 13:01:41 $
3+ ______________ $Date: 2012/01/04 17:01:30 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 1.1.0: Under development...
88 o OpenSSL 1.0.1: Under development...
9+ o OpenSSL 1.0.0f: Released on January 4th, 2012
910 o OpenSSL 1.0.0e: Released on September 6th, 2011
1011 o OpenSSL 1.0.0d: Released on February 8nd, 2011
1112 o OpenSSL 1.0.0c: Released on December 2nd, 2010
--- 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 0x10000060L
28+#define OPENSSL_VERSION_NUMBER 0x1000006fL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0f-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0f-fips 4 Jan 2012"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0f-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0f 4 Jan 2012"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535