1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 19:37:34 +00:00
serenity/Userland/Libraries/LibTLS
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01:00
..
Certificate.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Certificate.h Everywhere: Replace AK::Singleton => Singleton 2021-08-08 00:03:45 +02:00
CipherSuite.h LibTLS: Add missing headers to CipherSuite.h 2021-10-06 23:52:40 +01:00
CMakeLists.txt LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
Handshake.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
HandshakeCertificate.cpp LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
HandshakeClient.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
HandshakeServer.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
Record.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
Socket.cpp LibTLS: Mark the socket as idle after a TLS-level disconnection 2022-01-08 13:41:31 +03:30
TLSPacketBuilder.h Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
TLSv12.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
TLSv12.h Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00