1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 18:52:26 +00:00
serenity/Userland/Libraries/LibTLS
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +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
CipherSuite.h
CMakeLists.txt
Extensions.h
Handshake.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
HandshakeCertificate.cpp
HandshakeClient.cpp
HandshakeServer.cpp
Record.cpp
Socket.cpp
TLSPacketBuilder.h
TLSv12.cpp
TLSv12.h LibTLS: Reorder supported ciphers 2023-10-06 22:32:07 +02:00