ladybird/Userland/Libraries/LibTLS
Fabian Dellwing e78db6417a LibTLS: Remove outdated comment about ECC
PR #18166 introduced the ability to parse ECC certificates. If we
now fail here the reason is mostlikely something new and we should
prevent this rabbit hole from happening.
2023-04-12 11:40:06 +03:30
..
Certificate.cpp LibTLS: Dont also include the OID when printing the RDN short name 2023-04-12 11:36:54 +03:30
Certificate.h LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +03:30
CipherSuite.h LibCrypto+LibTLS: Generalize the elliptic curve interface 2022-03-20 00:51:50 +03:30
CMakeLists.txt LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +03:30
Handshake.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
HandshakeCertificate.cpp LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
HandshakeClient.cpp LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
HandshakeServer.cpp LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
Record.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
Socket.cpp AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
TLSPacketBuilder.h AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
TLSv12.cpp LibTLS: Remove outdated comment about ECC 2023-04-12 11:40:06 +03:30
TLSv12.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00