• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révision6287fa53962a88881be5b5b8939491c384e0bdd2 (tree)
l'heure2009-01-07 19:50:54
AuteurDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Message de Log

Prepare for 0.9.8j release.

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,11 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
5+ Changes between 0.9.8i and 0.9.8j [07 Jan 2009]
6+
7+ *) Properly check EVP_VerifyFinal() and similar return values
8+ (CVE-2008-5077).
9+ [Ben Laurie, Bodo Moeller, Google Security Team]
610
711 *) Properly check EVP_VerifyFinal() and similar return values
812 (CVE-2008-5077).
--- a/FAQ
+++ b/FAQ
@@ -78,7 +78,7 @@ OpenSSL - Frequently Asked Questions
7878 * Which is the current version of OpenSSL?
7979
8080 The current version is available from <URL: http://www.openssl.org>.
81-OpenSSL 0.9.8i was released on Sep 15th, 2008.
81+OpenSSL 0.9.8j was released on Jan 7th, 2009.
8282
8383 In addition to the current stable release, you can also access daily
8484 snapshots of the OpenSSL development version at <URL:
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@
55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8+ Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j:
9+
10+ o Fix security issue (CVE-2008-5077)
11+ o Merge FIPS 140-2 branch code.
12+
813 Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h:
914
1015 o CryptoAPI ENGINE support.
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.8i
2+ OpenSSL 0.9.8j
33
44 Copyright (c) 1998-2008 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: 2008/09/15 10:28:12 $
3+ ______________ $Date: 2009/01/07 10:50:54 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.9: Under development...
8+ o OpenSSL 0.9.8j: Released on January 7th, 2009
89 o OpenSSL 0.9.8i: Released on September 15th, 2008
910 o OpenSSL 0.9.8h: Released on May 28th, 2008
1011 o OpenSSL 0.9.8g: Released on October 19th, 2007
--- 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 0x009080a0L
28+#define OPENSSL_VERSION_NUMBER 0x009080afL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips 07 Jan 2009"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j 07 Jan 2009"
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 i
4+%define librev j
55 Release: 1
66
77 %define openssldir /var/ssl