Clarify formulation (proposed by Bodo Moeller).
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
b2e85f9d93
commit
9efd4fb891
8
FAQ
8
FAQ
@ -627,10 +627,10 @@ SSL_CTX_set_verify() function to enable the use of client certificates.
|
|||||||
|
|
||||||
* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
|
* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
|
||||||
|
|
||||||
For OpenSSL 0.9.7 the OID table was extended and corrected. uniqueIdentifier
|
For OpenSSL 0.9.7 the OID table was extended and corrected. In earlier
|
||||||
was incorrectly used for X.509 certificates. The correct name according to
|
versions, uniqueIdentifier was incorrectly used for X.509 certificates.
|
||||||
RFC2256 (LDAP) is x500UniqueIdentifier. Change your code to use the new
|
The correct name according to RFC2256 (LDAP) is x500UniqueIdentifier.
|
||||||
name when compiling against OpenSSL 0.9.7.
|
Change your code to use the new name when compiling against OpenSSL 0.9.7.
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user