1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-17 23:15:08 -05:00

KNOWN_BUGS: Client cert with Issuer DN differs between backends

Closes #1411
This commit is contained in:
Daniel Stenberg 2018-04-30 10:26:26 +02:00
parent 72be6abb50
commit f022c91df6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -27,6 +27,7 @@ problems may have been fixed or changed somewhat since this was written!
2.2 DER in keychain 2.2 DER in keychain
2.3 GnuTLS backend skips really long certificate fields 2.3 GnuTLS backend skips really long certificate fields
2.4 DarwinSSL won't import PKCS#12 client certificates without a password 2.4 DarwinSSL won't import PKCS#12 client certificates without a password
2.5 Client cert handling with Issuer DN differs between backends
3. Email protocols 3. Email protocols
3.1 IMAP SEARCH ALL truncated response 3.1 IMAP SEARCH ALL truncated response
@ -226,6 +227,13 @@ problems may have been fixed or changed somewhat since this was written!
function rejects certificates that do not have a password. function rejects certificates that do not have a password.
https://github.com/curl/curl/issues/1308 https://github.com/curl/curl/issues/1308
2.5 Client cert handling with Issuer DN differs between backends
When the specified client certificate doesn't match any of the
server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
The github discussion may contain a solution.
See https://github.com/curl/curl/issues/1411
3. Email protocols 3. Email protocols