• 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ón0a0a3ea3399989ab904e8dab15aa57c0f67e5146 (tree)
Tiempo2003-09-30 21:09:13
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

Changes for release

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 0.9.6j and 0.9.6k [xx XXX 2003]
5+ Changes between 0.9.6j and 0.9.6k [30 Sep 2003]
66
77 *) Fix various bugs revealed by running the NISCC test suite:
88
--- a/FAQ
+++ b/FAQ
@@ -63,7 +63,7 @@ OpenSSL - Frequently Asked Questions
6363 * Which is the current version of OpenSSL?
6464
6565 The current version is available from <URL: http://www.openssl.org>.
66-OpenSSL 0.9.7b was released on April 10, 2003.
66+OpenSSL 0.9.7c was released on September 30, 2003.
6767
6868 In addition to the current stable release, you can also access daily
6969 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.6j and OpenSSL 0.9.6k:
9+
10+ o Security: fix various ASN1 parsing bugs.
11+ o SSL/TLS protocol fix for unrequested client certificates.
12+
813 Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
914
1015 o Security: counter the Klima-Pokorny-Rosa extension of
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.6k-dev xx XXX 2003
2+ OpenSSL 0.9.6k 30 Sep 2003
33
44 Copyright (c) 1998-2003 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/STATUS
+++ b/STATUS
@@ -1,13 +1,15 @@
11
22 OpenSSL STATUS Last modified at
3- ______________ $Date: 2003/04/10 20:21:26 $
3+ ______________ $Date: 2003/09/30 12:09:11 $
44
55 DEVELOPMENT STATE
66
77 o OpenSSL 0.9.8: Under development...
8+ o OpenSSL 0.9.7c: Released on September 30th, 2003
89 o OpenSSL 0.9.7b: Released on April 10th, 2003
910 o OpenSSL 0.9.7a: Released on February 19th, 2003
1011 o OpenSSL 0.9.7: Released on December 31st, 2002
12+ o OpenSSL 0.9.6k: Released on September 30th, 2003
1113 o OpenSSL 0.9.6j: Released on April 10th, 2003
1214 o OpenSSL 0.9.6i: Released on February 19th, 2003
1315 o OpenSSL 0.9.6h: Released on December 5th, 2002
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,8 +25,8 @@
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 0x009060b0L
29-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6k-dev xx XXX 2003"
28+#define OPENSSL_VERSION_NUMBER 0x009060bfL
29+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6k 30 Sep 2003"
3030 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3131
3232