Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faq-6-old.txt « docs - github.com/openssl/web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b0e3bd2372440969d3e7dda7568d382ca4eeef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#### Older Versions and Platforms

*   What does "old" mean here?

    Any OpenSSL release before 1.0.2, and any platform that is not in wide use,
    and doesn't get full support.  Or something like that.

*   Why does compilation fail due to an undefined symbol NID_uniqueIdentifier?

    For OpenSSL 0.9.7 the OID table was extended and corrected. In earlier
    versions, uniqueIdentifier was incorrectly used for X.509 certificates.
    The correct name according to RFC2256 (LDAP) is x500UniqueIdentifier.
    Change your code to use the new name when compiling against OpenSSL 0.9.7.