• 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ón47c4bb2ddf5b7de325c7637d17bfb57277e79e30 (tree)
Tiempo2006-09-28 20:32:42
AutorMark J. Cox <mark@open...>
CommiterMark J. Cox

Log Message

Prepare for 0.9.8d release

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.8c and 0.9.8d [xx XXX xxxx]
5+ Changes between 0.9.8c and 0.9.8d [28 Sep 2006]
66
77 *) Introduce limits to prevent malicious keys being able to
88 cause a denial of service. (CVE-2006-2940)
--- 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.8c was released on September 5th, 2006.
77+OpenSSL 0.9.8d was released on September 28th, 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,5 +1,5 @@
11
2- OpenSSL 0.9.8d-dev xx XXX xxxx
2+ OpenSSL 0.9.8d 28 Sep 2006
33
44 Copyright (c) 1998-2006 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,14 +1,16 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2006/09/05 08:45:35 $
3+ ______________ $Date: 2006/09/28 11:32:41 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.9: Under development...
8+ o OpenSSL 0.9.8d: Released on September 28th, 2006
89 o OpenSSL 0.9.8c: Released on September 5th, 2006
910 o OpenSSL 0.9.8b: Released on May 4th, 2006
1011 o OpenSSL 0.9.8a: Released on October 11th, 2005
1112 o OpenSSL 0.9.8: Released on July 5th, 2005
13+ o OpenSSL 0.9.7l: Released on September 28th, 2006
1214 o OpenSSL 0.9.7k: Released on September 5th, 2006
1315 o OpenSSL 0.9.7j: Released on May 4th, 2006
1416 o OpenSSL 0.9.7i: Released on October 14th, 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 0x00908040
28+#define OPENSSL_VERSION_NUMBER 0x0090804f
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips 28 Sep 2006"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d 28 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 c
4+%define librev d
55 Release: 1
66
77 %define openssldir /var/ssl