1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 12:05:08 +00:00
serenity/Userland/Libraries/LibTLS
Timothy Flynn 15532df83d AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Rather than the very C-like API we currently have, accepting a void* and
a length, let's take a Bytes object instead. In almost all existing
cases, the compiler figures out the length.
2023-04-03 15:53:49 +02:00
..
Certificate.cpp LibTLS: Add self signage information to our parsed certificates 2023-03-27 15:34:28 +03:30
Certificate.h LibTLS: Add self signage information to our parsed certificates 2023-03-27 15:34:28 +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 Everywhere: Remove a bunch of dead write-only variables 2022-09-16 05:39:28 +00:00
HandshakeClient.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
HandshakeServer.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
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: Check if certificate is self signed before importing it as CA 2023-03-27 15:34:28 +03:30
TLSv12.h AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00