Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 021859bf810a3614758c2f4871b9cd7202fac9b2 https://github.com/openssl/openssl/commit/021859bf810a3614758c2f4871b9cd7202fac9b2 Author: Hugo Landau <hlan...@openssl.org> Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths: M CHANGES.md M crypto/x509/by_dir.c M crypto/x509/by_store.c M crypto/x509/x509_def.c M include/internal/common.h M include/openssl/x509.h.in Log Message: ----------- Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env Fixes #18068. Reviewed-by: Richard Levitte <levi...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18070) Commit: 606e0426a148034c8c131de9f31f7d3e38be99ea https://github.com/openssl/openssl/commit/606e0426a148034c8c131de9f31f7d3e38be99ea Author: Hugo Landau <hlan...@openssl.org> Date: 2022-09-14 (Wed, 14 Sep 2022) Changed paths: M CHANGES.md M Configure M crypto/x509/by_dir.c M crypto/x509/by_store.c M crypto/x509/x509_def.c M doc/build.info A doc/man3/X509_get_default_cert_file.pod M include/internal/common.h M include/internal/e_os.h M include/openssl/x509.h.in M providers/implementations/include/prov/implementations.h M providers/implementations/storemgmt/build.info A providers/implementations/storemgmt/winstore_store.c M providers/stores.inc M util/libcrypto.num M util/missingcrypto.txt Log Message: ----------- Add support for loading root CAs from Windows crypto API Fixes #18020. Reviewed-by: Richard Levitte <levi...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18070) Compare: https://github.com/openssl/openssl/compare/eb51673e5228...606e0426a148