bin/mk-notes: correct the anchor links to the CVE descriptions
[openssl-web.git] / docs / faq-6-old.txt
index 708771af86ebcf2b141564d950908798a024c5bb..6b0e3bd2372440969d3e7dda7568d382ca4eeef6 100644 (file)
@@ -1,14 +1,14 @@
-Older Versions and Platforms
+#### Older Versions and Platforms
 
-* What does "old" mean here?
+*   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.
+    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?
+*   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.
+    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.