1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:18:12 +00:00
serenity/Userland/Libraries/LibTLS
stelar7 5853d9642a LibTLS: Move AlertDescription to Extensions.h
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
..
Certificate.cpp LibTLS: Rename NamedCurve to SupportedGroup 2023-04-14 12:32:04 +01:00
Certificate.h LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +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: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
Handshake.cpp LibTLS: Move AlertDescription to Extensions.h 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: Move CipherSuite to Extensions.h 2023-04-14 12:32:04 +01:00
Record.cpp LibTLS: Move AlertDescription to Extensions.h 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: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
TLSv12.h LibTLS: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00