1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 10:05:13 +00:00
serenity/Userland/Libraries/LibTLS
stelar7 d527edf0ab LibTLS: Change Certificate parsing to use ErrorOr
Loads of changes that are tightly connected... :/
* Change lambdas to static functions
* Add spec docs to those functions
* Keep the current scope around as a parameter
* Add wrapping classes for some Certificate members
* Parse ec and ecdsa data from certificates
2023-04-06 09:57:31 +03:30
..
Certificate.cpp LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
Certificate.h LibTLS: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
CipherSuite.h LibCrypto+LibTLS: Generalize the elliptic curve interface 2022-03-20 00:51:50 +03:30
CMakeLists.txt Meta: Download cacert.pem at build time 2023-03-16 18:54:20 +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: Change Certificate parsing to use ErrorOr 2023-04-06 09:57:31 +03:30
TLSv12.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00