wolfssl
wolfssl copied to clipboard
When comparing subject names, do not worry about case.
Fixes https://github.com/wolfSSL/wolfssl/issues/7414
Testing
Added a test case.
jenkins retest this please.
@SparkiDev please confirm X509_NAME_cmp
should use case insensitive compare. I agree with reporter that this should be case insensitive.
I agree. OpenSSL converts to all ASCII to lowercase when canonicalising for comparison.