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
/
TLSv12.cpp
Age
Commit message (
Expand
)
Author
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
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-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
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-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
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-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