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
/
HandshakeClient.cpp
Age
Commit message (
Expand
)
Author
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-17
LibTLS: Add references to RFC5246 for the verify procedure
Michiel Visser
2022-04-17
LibTLS: Simplify the way `verify_chain` is called
Michiel Visser
2022-04-17
LibTLS: Add certificate chain validation to DHE and ECDHE key exchange
Michiel Visser
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-09
LibTLS: Add support for curve x448
stelar7
2022-02-18
LibTLS: Add Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) support
Michiel Visser
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-10-01
Libraries: Fix typos
Nico Weber
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-08-16
LibTLS: Implement the DHE_RSA key exchange algorithm
Samuel Bowman
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-29
LibTLS: Use a more precise KeyExchangeAlgorithm enum
DexesTTP
2021-05-19
LibTLS: Use RSA key exchange based on the cipher
DexesTTP
2021-05-19
LibTLS: Generate cipher variants based on the 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