index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibTLS
Age
Commit message (
Expand
)
Author
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-24
LibTLS: Fix some debug logging
AnotherTest
2020-08-24
LibTLS: Do not process_message() the finished message twice
AnotherTest
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-12
LibTLS: Re-silence a debug log
Ali Mohammad Pur
2020-08-11
LibTLS: Avoid extra initialisation of buffers that are initialised
AnotherTest
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-08-02
LibTLS: Add (basic) support for sending client certificates
AnotherTest
2020-07-21
LibTLS: Reschedule the timeout if we're too slow
AnotherTest
2020-06-04
LibTLS: Simplify record padding logic and ASSERT more assumptions
AnotherTest
2020-06-01
LibTLS: Put a little more debug spam behind TLS_DEBUG
Andreas Kling
2020-05-30
LibTLS: Avoid busy-wait between ClientHello and ServerHello
AnotherTest
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-27
LibCrypto+LibTLS: Use AK/Random.h
Andreas Kling
2020-05-27
LibTLS: Add more TLS 1.2 error descriptions
Luke
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-21
LibTLS: Do not call on_tls_finished until the client has read app data
AnotherTest
2020-05-20
LibTLS: Flush some packets as soon as more packets are written
AnotherTest
2020-05-19
LibTLS: Only try to flush data when needed
AnotherTest
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-07
LibTLS: Verify server certificate expiry date
AnotherTest
2020-05-05
LibTLS: Try to disambiguate errors in case of failure
AnotherTest
2020-05-03
LibTLS: Put some debug spam behind an #ifdef
Andreas Kling
2020-05-03
LibTLS: "Properly" handle the server dropping the connection
AnotherTest
2020-05-02
LibTLS: Implement build_alert()
AnotherTest
2020-05-02
LibTLS: Split TLSv12 to sensible categorical files
AnotherTest
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibCrypto+LibTLS: Generalise the use of IV length
AnotherTest
2020-05-02
LibTLS: Make enough stuff work to have a demo run
AnotherTest