index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibTLS
/
Record.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-10-03
LibTLS: Split large application data packets into chunks
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-05-19
LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipher
DexesTTP
2021-05-19
LibTLS: Replace cipher selection with a variant
DexesTTP
2021-05-19
LibTLS: Rework method names and arrangement in cpp files
DexesTTP
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
LibTLS: Remove excessive CloseNotify logging
Jelle Raaijmakers
2021-04-07
LibTLS: Hide some debug spam, use more dbgln_if and if constexpr
Linus Groh
2021-04-03
LibTLS: Make the TLS connection options user-configurable
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling