Update perl-actions/install-with-cpanm version in CI
[openssl.git] / crypto / http / http_lib.c
2023-12-12 Matt CaswellFix some invalid use of sscanf
2023-09-07 Matt CaswellCopyright year updates
2023-07-14 Randall S. BeckerModified OSSL_parse_url to initialize pport_num to 0.
2023-04-28 Mukesh Bharsaklehttp proxy handling: Use ossl_safe_getenv() instead...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-05-04 Dr. David von OheimbHTTP client: Correct the use of optional proxy URL...
2021-04-22 Tomas Mrazhttp/http_lib.c: Include stdio.h for sscanf()
2021-03-31 Dr. David von OheimbOSSL_parse_url(): Improve handling of IPv6 addresses
2021-03-19 Shane LontisFix windows build compiler issue.
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Matt CaswellUpdate copyright year
2021-03-01 Dr. David von OheimbGeneralize schmeme parsing of OSSL_HTTP_parse_url(...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-17 Dr. David von OheimbFix Coverity CID 1466708 - correct pointer calculation...
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...