ladybird/Userland/Libraries/LibTLS
Michiel Visser 495b0f2bcc LibTLS: Improve message when root certificate is invalid
Currently there is one root certificate which has expired, but it does
not have a common name, so we are simply printing "Certificate for  by
is invalid, ...", which is less than useful. Instead we just print the
complete subject now, and remove printing the issuer, as root
certificates are always self-signed.
2023-11-29 18:17:14 +03:30
..
Certificate.cpp LibTLS: Don't attempt to read past EOF when parsing TBSCertificate 2023-10-11 07:08:22 +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: Implement the extended_master_secret TLS extension 2023-11-27 09:37:25 +03:30
HandshakeCertificate.cpp LibTLS: Avoid unnecessary HashMap copies, improve const-correctness 2023-05-19 22:33:57 +02:00
HandshakeClient.cpp LibTLS: Implement the extended_master_secret TLS extension 2023-11-27 09:37:25 +03:30
HandshakeServer.cpp LibCrypto+LibTLS: Switch to the generic SECPxxxr1 implementation 2023-11-27 09:43:07 +03:30
Record.cpp LibTLS: Do not defer flushing alert packets 2023-11-10 09:02:58 +01:00
Socket.cpp LibTLS: Retry sending in TLSv12::flush() on EAGAIN or EINTR 2023-10-31 00:36:51 +03:30
TLSPacketBuilder.h LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
TLSv12.cpp LibTLS: Improve message when root certificate is invalid 2023-11-29 18:17:14 +03:30
TLSv12.h LibTLS: Add comment to cipher suite list about Mozilla recommended order 2023-11-27 15:02:04 +01:00