X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=FAQ;h=f2a383a29722176967da46f4ca3cb0524aaea037;hb=3df760b83a50191dab417661a51b480b0848fb79;hp=44bf0567edc513f3893c1c598da63ebaea1db46c;hpb=a070f0dac56e622fab79a7bca021f3d69d492aab;p=openssl.git diff --git a/FAQ b/FAQ index 44bf0567ed..f2a383a297 100644 --- a/FAQ +++ b/FAQ @@ -75,7 +75,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.8a was released on October 11th, 2005. +OpenSSL 0.9.8b was released on May 4th, 2006. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at B->C so that A signs, B and B signs C. Suppose +Consider a certificate chain A->B->C so that A signs B and B signs C. Suppose certificate C contains AKID. The purpose of this extension is to identify the authority certificate B. This @@ -440,7 +440,7 @@ name and serial number. In this latter case because it is identifying certifcate B it must contain the issuer name and serial number of B. -It is often wrongly assumed that it should contain the issuer name of C. If it +It is often wrongly assumed that it should contain the subject name of B. If it did this would be redundant information because it would duplicate the issuer name of C. @@ -699,8 +699,11 @@ libraries. If your platform is not one of these, consult the INSTALL file. Multi-threaded applications must provide two callback functions to -OpenSSL. This is described in the threads(3) manpage. - +OpenSSL by calling CRYPTO_set_locking_callback() and +CRYPTO_set_id_callback(). (For OpenSSL 0.9.9 or later, the new +function CRYPTO_set_idptr_callback() may be used in place of +CRYPTO_set_id_callback().) This is described in the threads(3) +manpage. * I've compiled a program under Windows and it crashes: why?