From: Dr. Stephen Henson Date: Tue, 30 Mar 2010 00:58:23 +0000 (+0000) Subject: make FAQ, STATUS consistent with other branches X-Git-Tag: OpenSSL_0_9_8o~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ef1fe9094c585734a4520d78bb577805bb72fc0b;p=oweals%2Fopenssl.git make FAQ, STATUS consistent with other branches --- diff --git a/FAQ b/FAQ index f7aaede4ca..2134e3af12 100644 --- a/FAQ +++ b/FAQ @@ -70,6 +70,7 @@ OpenSSL - Frequently Asked Questions * I think I've detected a memory leak, is this a bug? * Why does Valgrind complain about the use of uninitialized data? * Why doesn't a memory BIO work when a file does? +* Where are the declarations and implementations of d2i_X509() etc? =============================================================================== @@ -78,7 +79,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.8n was released on Mar 24th, 2010. +OpenSSL 1.0.0 was released on Mar 29th, 2010. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at . +. Note that the online documents refer +to the very latest development versions of OpenSSL and may include features +not present in released versions. If in doubt refer to the documentation +that came with the version of OpenSSL you are using. For information on parts of libcrypto that are not yet documented, you might want to read Ariel Glenn's documentation on SSLeay 0.9, OpenSSL's @@ -717,8 +721,10 @@ file. Multi-threaded applications must provide two callback functions to OpenSSL by calling CRYPTO_set_locking_callback() and -CRYPTO_set_id_callback(). This is described in the threads(3) -manpage. +CRYPTO_set_id_callback(), for all versions of OpenSSL up to and +including 0.9.8[abc...]. As of version 0.9.9, CRYPTO_set_id_callback() +and associated APIs are deprecated by CRYPTO_THREADID_set_callback() +and friends. This is described in the threads(3) manpage. * I've compiled a program under Windows and it crashes: why? @@ -962,4 +968,15 @@ is needed. This must be done by calling: See the manual pages for more details. +* Where are the declarations and implementations of d2i_X509() etc? + +These are defined and implemented by macros of the form: + + + DECLARE_ASN1_FUNCTIONS(X509) and IMPLEMENT_ASN1_FUNCTIONS(X509) + +The implementation passes an ASN1 "template" defining the structure into an +ASN1 interpreter using generalised functions such as ASN1_item_d2i(). + + =============================================================================== diff --git a/STATUS b/STATUS index 48e06fdef7..26d5022293 100644 --- a/STATUS +++ b/STATUS @@ -1,10 +1,11 @@ OpenSSL STATUS Last modified at - ______________ $Date: 2010/03/24 13:16:54 $ + ______________ $Date: 2010/03/30 00:58:23 $ DEVELOPMENT STATE - o OpenSSL 1.0.0: Under development... + o OpenSSL 1.1.0: Under development... + o OpenSSL 1.0.0: Released on March 29th, 2010 o OpenSSL 0.9.8n: Released on March 24th, 2010 o OpenSSL 0.9.8m: Released on February 25th, 2010 o OpenSSL 0.9.8l: Released on November 5th, 2009