• 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

Revision0a0a10d127daab0ba138b6fdf746366d9247dc88 (tree)
Zeit2006-09-05 17:45:37
AutorMark J. Cox <mark@open...>
CommiterMark J. Cox

Log Message

Ready for 0.9.8c release

Ändern Zusammenfassung

Diff

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.8b and 0.9.8c [xx XXX xxxx]
5+ Changes between 0.9.8b and 0.9.8c [05 Sep 2006]
66
77 *) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
88 (CVE-2006-4339) [Ben Laurie and Google Security Team]
--- a/FAQ
+++ b/FAQ
@@ -74,7 +74,7 @@ OpenSSL - Frequently Asked Questions
7474 * Which is the current version of OpenSSL?
7575
7676 The current version is available from <URL: http://www.openssl.org>.
77-OpenSSL 0.9.8b was released on May 4th, 2006.
77+OpenSSL 0.9.8c was released on September 5th, 2006.
7878
7979 In addition to the current stable release, you can also access daily
8080 snapshots of the OpenSSL development version at <URL:
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
11
2- OpenSSL 0.9.8c-dev xx XXX xxxx
2+ OpenSSL 0.9.8c 05 Sep 2006
33
4- Copyright (c) 1998-2005 The OpenSSL Project
4+ Copyright (c) 1998-2006 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
66 All rights reserved.
77
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,17 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2006/05/04 12:46:40 $
3+ ______________ $Date: 2006/09/05 08:45:35 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.9: Under development...
8+ o OpenSSL 0.9.8c: Released on September 5th, 2006
89 o OpenSSL 0.9.8b: Released on May 4th, 2006
910 o OpenSSL 0.9.8a: Released on October 11th, 2005
1011 o OpenSSL 0.9.8: Released on July 5th, 2005
12+ o OpenSSL 0.9.7k: Released on September 5th, 2006
13+ o OpenSSL 0.9.7j: Released on May 4th, 2006
14+ o OpenSSL 0.9.7i: Released on October 14th, 2005
1115 o OpenSSL 0.9.7h: Released on October 11th, 2005
1216 o OpenSSL 0.9.7g: Released on April 11th, 2005
1317 o OpenSSL 0.9.7f: Released on March 22nd, 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 0x00908030
28+#define OPENSSL_VERSION_NUMBER 0x0090803f
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips 05 Sep 2006"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c 05 Sep 2006"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
11 %define libmaj 0
22 %define libmin 9
33 %define librel 8
4-%define librev b
4+%define librev c
55 Release: 1
66
77 %define openssldir /var/ssl