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
/
TLSv12.h
Age
Commit message (
Expand
)
Author
2021-05-19
LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipher
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
2021-05-19
LibTLS: Define cipher suite parameters and components in a macro
DexesTTP
2021-05-19
LibTLS: Move the asn certificate parser to Certificate.cpp
DexesTTP
2021-05-19
LibTLS: Move the cipher list to the CipherSuite.h header
DexesTTP
2021-05-12
LibTLS: Always send the signature_algorithms extension
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-18
LibTLS: Parse X.509 certificates with the new ASN.1 parser
AnotherTest
2021-04-10
LibTLS: Support empty SNI data in ServerHello
Jelle Raaijmakers
2021-04-03
LibTLS: Make the TLS connection options user-configurable
AnotherTest
2021-04-03
LibTLS: Remove long-outdated comment that no longer makes sense
AnotherTest
2021-04-03
LibTLS: Move TLS extensions to a separate 'extensions' struct
AnotherTest
2021-02-20
LibTLS: Replace dbgprintf() with dbgln()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling