1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Libraries/LibTLS
stelar7 ca6b8bfe7f LibTLS: Rename Version to ProtocolVersion
This matches the wording used in the TLS RFC
Also define GREASE values as specified in RFC8701
2023-04-14 12:32:04 +01:00
..
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
Extensions.h LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
Handshake.cpp LibTLS: Rename MessageType to ContentType 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: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
HandshakeServer.cpp LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00
Record.cpp LibTLS: Rename MessageType to ContentType 2023-04-14 12:32:04 +01:00
Socket.cpp LibTLS: Rename MessageType to ContentType 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: Remove outdated comment about ECC 2023-04-12 11:40:06 +03:30
TLSv12.h LibTLS: Rename Version to ProtocolVersion 2023-04-14 12:32:04 +01:00