diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-01-28 22:10:47 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-03-01 10:30:43 +0100 |
commit | 7932982b88f5095f60397fe727d27ddf7234f4d6 (patch) | |
tree | 791fa288ead387d06147ae627169996e093c115d /util/missingcrypto.txt | |
parent | apps/x509.c: Fix mem leaks in processing of -next_serial in print loop (diff) | |
download | openssl-7932982b88f5095f60397fe727d27ddf7234f4d6.tar.xz openssl-7932982b88f5095f60397fe727d27ddf7234f4d6.zip |
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Now handle [http[s]://][userinfo@]host[:port][/path][?query][#frag]
by optionally providing any userinfo, query, and frag components.
All usages of this function, which are client-only,
silently ignore userinfo and frag components,
while the query component is taken as part of the path.
Update and extend the unit tests and all affected documentation.
Document and deprecat OCSP_parse_url().
Fixes an issue that came up when discussing FR #14001.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14009)
Diffstat (limited to '')
-rw-r--r-- | util/missingcrypto.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 61d91b0c92..60d2572bb2 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -829,7 +829,6 @@ OCSP_crlID2_new(3) OCSP_crlID_new(3) OCSP_crl_reason_str(3) OCSP_onereq_get0_id(3) -OCSP_parse_url(3) OCSP_request_is_signed(3) OCSP_request_set1_name(3) OCSP_request_verify(3) |