1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 17:45:08 +00:00
serenity/Userland/Libraries/LibTLS
AnotherTest 2020176f0f LibTLS: Make the TLS connection options user-configurable
The user may now request specific cipher suites, the use of SNI, and
whether we should validate certificates (not that we're doing a good job
of that).
2021-04-03 11:22:01 +02:00
..
Certificate.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ClientHandshake.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Exchange.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
Handshake.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
Record.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
Socket.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
TLSPacketBuilder.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TLSv12.cpp LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00
TLSv12.h LibTLS: Make the TLS connection options user-configurable 2021-04-03 11:22:01 +02:00