3.0 design: remove the SP 800-90 entropy testing entry.
[openssl-web.git] / docs / faq-6-old.txt
1 #### Older Versions and Platforms
2
3 *   What does "old" mean here?
4
5     Any OpenSSL release before 1.0.2, and any platform that is not in wide use,
6     and doesn't get full support.  Or something like that.
7
8 *   Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?
9
10     For OpenSSL 0.9.7 the OID table was extended and corrected. In earlier
11     versions, uniqueIdentifier was incorrectly used for X.509 certificates.
12     The correct name according to RFC2256 (LDAP) is x500UniqueIdentifier.
13     Change your code to use the new name when compiling against OpenSSL 0.9.7.
14