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
/
HandshakeServer.cpp
Age
Commit message (
Expand
)
Author
2022-04-17
LibTLS: Add references to RFC5246 for the verify procedure
Michiel Visser
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-09
LibTLS: Add support for curve x448
stelar7
2022-02-23
LibTLS: Add signature verification for DHE and ECDHE key exchange
Michiel Visser
2022-02-23
LibTLS: ECDHE switch from FeatureNotSupported to NotUnderstood error
Michiel Visser
2022-02-23
LibTLS: Add OutOfMemory error that will send an InternalError alert
Michiel Visser
2022-02-18
LibTLS: Add Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) support
Michiel Visser
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-16
LibTLS: Implement the DHE_RSA key exchange algorithm
Samuel Bowman
2021-05-29
LibTLS: Allow using other hash algorithms for HMAC
DexesTTP
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: Rework method names and arrangement in cpp files
DexesTTP