summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-04-20 12:11:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-21 08:10:55 +0200
commit2d137dedb3fa266500d5b33f5cca7846e123e6a5 (patch)
treeac6437a71a6cb0c3eaa99cd9f692cec97d6bc889 /docs/KNOWN_BUGS
parent0891fe7ade45e828ca0d0fc5eb9c214a136e9580 (diff)
downloadgnurl-2d137dedb3fa266500d5b33f5cca7846e123e6a5.tar.gz
gnurl-2d137dedb3fa266500d5b33f5cca7846e123e6a5.tar.bz2
gnurl-2d137dedb3fa266500d5b33f5cca7846e123e6a5.zip
GnuTLS: Don't skip really long certificate fields
Closes #5271
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS7
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