]> git.ipfire.org Git - thirdparty/openssl.git/commit
http_client.c: fix redirection in OSSL_HTTP_REQ_CTX_nbio() when non-ASN.1 content...
authorDr. David von Oheimb <dev@ddvo.net>
Wed, 15 Jan 2025 17:24:09 +0000 (18:24 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 11 Feb 2025 21:10:43 +0000 (22:10 +0100)
commit6de09ebe13b99bc9f97e8616a10b121ee99d36c3
tree5baff01ad79c81fb928d6487eb5bdc3ae3075e32
parent920dd8a72ecb854319c9ea5536a61a55841ca58c
http_client.c: fix redirection in OSSL_HTTP_REQ_CTX_nbio() when non-ASN.1 content is expected

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25541)
crypto/http/http_client.c
test/http_test.c