summaryrefslogtreecommitdiff
path: root/Libraries/LibTLS
AgeCommit message (Expand)Author
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-10-30LibTLS: Also read out the Organisational Unit from the certificateAnotherTest
2020-10-30LibTLS: Move out Certificate to its own header fileAnotherTest
2020-10-26LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake...Luke
2020-10-02Everywhere: Fix typosNico Weber
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-24LibTLS: Fix some debug loggingAnotherTest
2020-08-24LibTLS: Do not process_message() the finished message twiceAnotherTest
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-12LibTLS: Re-silence a debug log Ali Mohammad Pur
2020-08-11LibTLS: Avoid extra initialisation of buffers that are initialisedAnotherTest
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-08-02LibTLS: Add (basic) support for sending client certificatesAnotherTest
2020-07-21LibTLS: Reschedule the timeout if we're too slowAnotherTest
2020-06-04LibTLS: Simplify record padding logic and ASSERT more assumptionsAnotherTest
2020-06-01LibTLS: Put a little more debug spam behind TLS_DEBUGAndreas Kling
2020-05-30LibTLS: Avoid busy-wait between ClientHello and ServerHelloAnotherTest
2020-05-30Lagom: Adjust AK, LibCore and LibTLS to build on MacOSMarcin Gasperowicz
2020-05-27LibCrypto+LibTLS: Use AK/Random.hAndreas Kling
2020-05-27LibTLS: Add more TLS 1.2 error descriptionsLuke
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-21LibTLS: Do not call on_tls_finished until the client has read app dataAnotherTest
2020-05-20LibTLS: Flush some packets as soon as more packets are writtenAnotherTest
2020-05-19LibTLS: Only try to flush data when neededAnotherTest
2020-05-18LibCore+LibTLS: Don't keep a "ready to write" notifier on all SocketsAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest
2020-05-05LibTLS: Try to disambiguate errors in case of failureAnotherTest
2020-05-03LibTLS: Put some debug spam behind an #ifdefAndreas Kling
2020-05-03LibTLS: "Properly" handle the server dropping the connectionAnotherTest
2020-05-02LibTLS: Implement build_alert()AnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibCrypto+LibTLS: Generalise the use of IV lengthAnotherTest
2020-05-02LibTLS: Make enough stuff work to have a demo runAnotherTest