ladybird/Libraries/LibTLS
Andrew Kaster 21dbfd9114 LibTLS: Disable connect() on windows
Until we implement a proper TCP and UDP connect with WinSock2, this
won't be usable. Let's complain at runtime instead of link time.
2025-02-12 19:13:49 -07:00
..
CipherSuite.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt Meta: Make pthread and mman available for all libraries on Windows 2024-12-18 05:55:58 +01:00
Extensions.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Handshake.cpp LibTLS: Use Crypto::fill_with_secure_random instead of PRNG 2024-12-24 17:54:52 +01:00
HandshakeCertificate.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HandshakeClient.cpp LibCrypto: Make PKSystem methods return a ByteBuffer directly 2025-01-13 17:00:18 +01:00
HandshakeServer.cpp LibCrypto: Make SECPxxxr1Signature carry the scalar size 2025-01-27 12:24:48 +01:00
Record.cpp LibTLS: Use Crypto::fill_with_secure_random instead of PRNG 2024-12-24 17:54:52 +01:00
Socket.cpp LibTLS: Disable connect() on windows 2025-02-12 19:13:49 -07:00
TLSPacketBuilder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TLSv12.cpp LibCrypto: Make SECPxxxr1Signature carry the scalar size 2025-01-27 12:24:48 +01:00
TLSv12.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00