diff options
-rw-r--r-- | openssl/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index d71cac13..89827466 100644 --- a/openssl/README +++ b/openssl/README @@ -523,3 +523,5 @@ a single address. library does the right thing, but the CONF_VALUE->name we get back has the numeric tag ("as.0", "as.1", etc) which we're not handling. Check what other extensions (eg subjectAltName) do about this. + +Ah, we should use name_cmp() instead of strcmp(), ok. |