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
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-04-17
LibTLS: Cleanup of verify_chain and verify_certificate_pair
Michiel Visser
2022-04-17
LibTLS: Add option to allow self-signed certificates
Michiel Visser
2022-04-17
LibTLS: Simplify the way `verify_chain` is called
Michiel Visser
2022-04-17
LibTLS: Verify the certificate chain sent by the server
Michiel Visser
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
LibHTTP+LibTLS: Better HTTPS Socket EOF detection
Florent Castelli
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: 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-02-06
LibTLS: Remove some unused/unimplemented declarations
Ali Mohammad Pur
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-16
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
Revert "LibTLS: Close the underlying socket on EOF"
Brian Gianforcaro
2021-09-15
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-08-16
LibTLS: Add DHE_RSA AES GCM cipher suites
Samuel Bowman
2021-08-16
LibTLS: Implement the DHE_RSA key exchange algorithm
Samuel Bowman
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
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-29
LibTLS: Add IANA Hex codes for all recommended cipher suites
DexesTTP
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