ladybird/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
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
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
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