ladybird/Libraries/LibTLS
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
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
OpenSSLForward.h LibTLS: Replace TLSv12 implementation with OpenSSL 2025-02-17 19:52:43 +01:00
TLSv12.cpp LibTLS: Use Windows-specific method to set default certificate store 2025-08-23 18:35:45 -06:00
TLSv12.h LibTLS: Remove blocking option and simplify Options struct 2025-06-23 17:49:21 +02:00