]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS.md: remove fixed x509asn.1 bug
authorEmanuel Krollmann <E.Krollmann@protonmail.com>
Thu, 14 May 2026 15:27:13 +0000 (17:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 May 2026 23:03:16 +0000 (01:03 +0200)
KNOWN_BUGS.md contains an entry about a CURLE_OUT_OF_MEMORY
error on a CURLOPT_CERTINFO call when using Schannel.

This bug was fixed by 137a668e8cb42dda1673bf2c79cbb24c8fe0b405.

remove the entry from KNOWN_BUGS.md.

Ref: https://github.com/curl/curl/issues/8741#issuecomment-4445486705

Closes #21611

docs/KNOWN_BUGS.md

index a3b0d37889a8df567b18a06002e62b6927d05167..70d3196b83bd8e4e2c1f66bd6224858a4ab1b708 100644 (file)
@@ -45,10 +45,6 @@ fail, resulting in error SEC_E_BUFFER_TOO_SMALL or SEC_E_MESSAGE_ALTERED.
 
 [curl issue 5488](https://github.com/curl/curl/issues/5488)
 
-## `CURLOPT_CERTINFO` results in `CURLE_OUT_OF_MEMORY` with Schannel
-
-[curl issue 8741](https://github.com/curl/curl/issues/8741)
-
 ## mbedTLS and CURLE_AGAIN handling
 
 [curl issue 15801](https://github.com/curl/curl/issues/15801)