ladybird/Userland/Libraries/LibTLS
Andrew Kaster 28d3d3c9fc LibTLS: Allow applications to provide a custom default CA Cert path
On Lagom, we also need to allow the initial load of /etc/cacert.pem to
fail.
2023-08-02 05:44:43 +02:00
..
Certificate.cpp LibTLS: Rename parse_version to parse_certificate_version 2023-07-02 16:13:37 +02:00
Certificate.h LibTLS: Allow applications to provide a custom default CA Cert path 2023-08-02 05:44:43 +02:00
CipherSuite.h LibTLS: Move CipherSuite to Extensions.h 2023-04-14 12:32:04 +01:00
CMakeLists.txt LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +03:30
Extensions.h LibTLS: Add RFC explanation of AlertDescription values 2023-04-14 12:32:04 +01:00
Handshake.cpp LibTLS: Show enum value instead of underlying value where possible 2023-04-14 12:32:04 +01:00
HandshakeCertificate.cpp LibTLS: Avoid unnecessary HashMap copies, improve const-correctness 2023-05-19 22:33:57 +02:00
HandshakeClient.cpp LibTLS: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
HandshakeServer.cpp LibTLS: Show enum value instead of underlying value where possible 2023-04-14 12:32:04 +01:00
Record.cpp LibTLS: Show enum value instead of underlying value where possible 2023-04-14 12:32:04 +01:00
Socket.cpp LibTLS: Remove unused methods 2023-07-03 23:29:28 +02:00
TLSPacketBuilder.h LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
TLSv12.cpp LibTLS: Allow applications to provide a custom default CA Cert path 2023-08-02 05:44:43 +02:00
TLSv12.h LibTLS: Remove unused methods 2023-07-03 23:29:28 +02:00