• 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

Revision531c6fc8f3bc6c8413a1604562934fa77e49c39f (tree)
Zeit2012-04-19 21:17:19
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

prepare for 1.0.1a release

Ändern Zusammenfassung

Diff

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 1.0.1 and 1.0.1a [xx XXX xxxx]
5+ Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
66
77 *) Check for potentially exploitable overflows in asn1_d2i_read_bio
88 BUF_mem_grow and BUF_mem_grow_clean. Refuse attempts to shrink buffer
--- 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.1 was released on Mar 14th, 2012.
85+OpenSSL 1.0.1a was released on Apr 19th, 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.1a-dev
2+ OpenSSL 1.0.1a 19 Apr 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,10 +1,11 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2012/03/14 12:14:06 $
3+ ______________ $Date: 2012/04/19 12:17:17 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 1.1.0: Under development...
8+ o OpenSSL 1.0.1a: Released on April 19th, 2012
89 o OpenSSL 1.0.1: Released on March 14th, 2012
910 o OpenSSL 1.0.0h: Released on March 12th, 2012
1011 o OpenSSL 1.0.0g: Released on January 18th, 2012
--- 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 0x10001010L
28+#define OPENSSL_VERSION_NUMBER 0x1000101fL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a-fips 19 Apr 2012"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a 19 Apr 2012"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535