diff options
author | Emil Engler <me@emilengler.com> | 2020-04-20 12:11:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-21 08:10:55 +0200 |
commit | 2d137dedb3fa266500d5b33f5cca7846e123e6a5 (patch) | |
tree | ac6437a71a6cb0c3eaa99cd9f692cec97d6bc889 /docs | |
parent | 0891fe7ade45e828ca0d0fc5eb9c214a136e9580 (diff) | |
download | curl-2d137dedb3fa266500d5b33f5cca7846e123e6a5.tar.gz |
GnuTLS: Don't skip really long certificate fields
Closes #5271
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 1cbc76514..93cb36902 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -25,7 +25,6 @@ problems may have been fixed or changed somewhat since this was written! 2. TLS 2.1 CURLINFO_SSL_VERIFYRESULT has limited support 2.2 DER in keychain - 2.3 GnuTLS backend skips really long certificate fields 2.4 DarwinSSL won't import PKCS#12 client certificates without a password 2.5 Client cert handling with Issuer DN differs between backends 2.6 CURL_GLOBAL_SSL @@ -209,12 +208,6 @@ problems may have been fixed or changed somewhat since this was written! Curl doesn't recognize certificates in DER format in keychain, but it works with PEM. https://curl.haxx.se/bug/view.cgi?id=1065 -2.3 GnuTLS backend skips really long certificate fields - - libcurl calls gnutls_x509_crt_get_dn() with a fixed buffer size and if the - field is too long in the cert, it'll just return an error and the field will - be displayed blank. - 2.4 DarwinSSL won't import PKCS#12 client certificates without a password libcurl calls SecPKCS12Import with the PKCS#12 client certificate, but that |