1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/Libraries/LibTLS
Ali Mohammad Pur 2a7cb4fe42 LibTLS: Ensure that on_tls_finished is called only once
Connection state changes when the logical transport is closed should
not trigger tls_finished.
2021-06-28 16:35:04 +02:00
..
Certificate.cpp LibTLS: Move the asn certificate parser to Certificate.cpp 2021-05-19 09:18:45 +02:00
Certificate.h LibTLS: Move the asn certificate parser to Certificate.cpp 2021-05-19 09:18:45 +02:00
CipherSuite.h LibTLS: Use a more precise KeyExchangeAlgorithm enum 2021-05-29 13:29:46 +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 Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
HandshakeServer.cpp LibTLS: Allow using other hash algorithms for HMAC 2021-05-29 13:29:46 +04:30
Record.cpp LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipher 2021-05-19 09:18:45 +02:00
Socket.cpp LibTLS: Ensure that on_tls_finished is called only once 2021-06-28 16:35:04 +02:00
TLSPacketBuilder.h AK: Replace ByteBuffer::grow with resize()/ensure_capacity() 2021-05-31 14:49:00 +04:30
TLSv12.cpp LibTLS: Allow using other hash algorithms for HMAC 2021-05-29 13:29:46 +04:30
TLSv12.h Everywhere: Replace the multiple impls of print_buffer() with :hex-dump 2021-06-17 18:44:00 +04:30