• 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

Revisión76474e519fac0584bda39c8d7bbe0a1128239fa4 (tree)
Tiempo2010-12-03 03:29:04
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

prepare for release

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 1.0.0b and 1.0.0c [xx XXX xxxx]
5+ Changes between 1.0.0b and 1.0.0c [2 Dec 2010]
66
77 *) Disable code workaround for ancient and obsolete Netscape browsers
88 and servers: an attacker can use it in a ciphersuite downgrade attack.
--- 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.0b was released on Nov 16th, 2010.
85+OpenSSL 1.0.0c was released on Dec 2nd, 2010.
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.0c-dev
2+ OpenSSL 1.0.0c 2 Dec 2010
33
44 Copyright (c) 1998-2010 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/11/16 13:35:08 $
3+ ______________ $Date: 2010/12/02 18:29:03 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 1.1.0: Under development...
8+ o OpenSSL 1.0.0c: Released on December 2nd, 2010
89 o OpenSSL 1.0.0b: Released on November 16th, 2010
910 o OpenSSL 1.0.0a: Released on June 1st, 2010
1011 o OpenSSL 1.0.0: Released on March 29th, 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 0x10000030
28+#define OPENSSL_VERSION_NUMBER 0x1000003f
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c-fips 2 Dec 2010"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c 2 Dec 2010"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535