ladybird/Userland/Libraries/LibTLS
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
Certificate.cpp LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
Certificate.h Everywhere: Replace AK::Singleton => Singleton 2021-08-08 00:03:45 +02:00
CipherSuite.h LibTLS: Add DHE_RSA AES GCM cipher suites 2021-08-16 03:50:53 +04:30
CMakeLists.txt LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
Handshake.cpp LibTLS: Allow using other hash algorithms for HMAC 2021-05-29 13:29:46 +04:30
HandshakeCertificate.cpp LibTLS: Rework method names and arrangement in cpp files 2021-05-19 09:18:45 +02:00
HandshakeClient.cpp LibTLS: Implement the DHE_RSA key exchange algorithm 2021-08-16 03:50:53 +04:30
HandshakeServer.cpp LibTLS: Implement the DHE_RSA key exchange algorithm 2021-08-16 03:50:53 +04:30
Record.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
Socket.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
TLSPacketBuilder.h AK: Replace ByteBuffer::grow with resize()/ensure_capacity() 2021-05-31 14:49:00 +04:30
TLSv12.cpp Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
TLSv12.h LibTLS: Add DHE_RSA AES GCM cipher suites 2021-08-16 03:50:53 +04:30