ladybird/Userland/Libraries/LibTLS
Ali Mohammad Pur 7e6341587b AK+Everywhere: Disallow Error::from_string_view(FooString)
That pattern seems to show up a lot in code written by people that
aren't intimately familiar with the lifetime model of Error and Strings.
This commit makes the compiler detect it and present a more helpful
diagnostic than "garbage string at runtime".
2023-04-28 05:55:20 +02:00
..
Certificate.cpp AK+Everywhere: Disallow Error::from_string_view(FooString) 2023-04-28 05:55:20 +02:00
Certificate.h LibTLS: Change CertificateKeyAlgorithm from enum to struct 2023-04-15 09:03:47 +03:30
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: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
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: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
TLSPacketBuilder.h LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
TLSv12.cpp LibTLS: Change CertificateKeyAlgorithm from enum to struct 2023-04-15 09:03:47 +03:30
TLSv12.h LibTLS: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00