Files
ayeteadoe 4180944b4d LibTLS: Use Windows-specific method to set default certificate store
test_tls in TestDNSResolver was failing to perform the TLSv12
connection due to the following error: "14430000:error:0A000086:SSL
routines:tls_post_process_server_certificate:certificate verify
failed:ssl\statem\statem_clnt.c:2124". To perform the equivalent
on Windows, we can instead load the built in OSSL_STORE for Windows
2025-08-23 18:35:45 -06:00
..