]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test case for OSSL_HTTP_parse_url
authorMatt Caswell <matt@openssl.org>
Wed, 6 Dec 2023 12:51:34 +0000 (12:51 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 12 Dec 2023 16:12:32 +0000 (16:12 +0000)
commita36d10dfb7e77614c8d3da602ff3800a2e9f4989
treec51a7b9a75ef6101db214ca6ca32e1a98809d5c7
parent322517d817ecb5c1a3a8b0e7e038fa146857b4d4
Add a test case for OSSL_HTTP_parse_url

Ensure we test the case where the port value is empty in the URL.

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/22961)
test/http_test.c