• 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ón2bf03f2389c44bdb40ca48fe6132343b8c71b64c (tree)
Tiempo2007-10-12 03:23:17
Autorcvs2svn <cvs2svn>
Commitercvs2svn

Log Message

This commit was manufactured by cvs2svn to create tag 'OpenSSL_0_9_8f'.

Cambiar Resumen

Diferencia incremental

--- a/FAQ
+++ b/FAQ
@@ -75,7 +75,7 @@ OpenSSL - Frequently Asked Questions
7575 * Which is the current version of OpenSSL?
7676
7777 The current version is available from <URL: http://www.openssl.org>.
78-OpenSSL 0.9.8f was released on February 23rd, 2007.
78+OpenSSL 0.9.8f was released on October 11th, 2007.
7979
8080 In addition to the current stable release, you can also access daily
8181 snapshots of the OpenSSL development version at <URL:
--- 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 0x0090806fL
28+#define OPENSSL_VERSION_NUMBER 0x00908070L
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips 11 Oct 2007"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f 11 Oct 2007"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535