1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 08:15:07 +00:00
serenity/Userland/Libraries/LibTLS
Fabian Dellwing 93232d4e6d LibTLS: Streamline certificate loading
Some refactoring of our root ca loading process:

- Remove duplicate code
- Remove duplicate calls to `parse_root_ca`
- Load user imported certificates in Browser/RequestServer
2023-04-12 11:40:06 +03:30
..
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
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: Streamline certificate loading 2023-04-12 11:40:06 +03:30
TLSv12.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00