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
Age
Commit message (
Expand
)
Author
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-04-17
LibTLS: Cleanup of verify_chain and verify_certificate_pair
Michiel Visser
2022-04-17
LibCrypto: Certificate parse IP address SAN
Michiel Visser
2022-04-17
LibTLS: Add option to allow self-signed certificates
Michiel Visser
2022-04-17
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
Michiel Visser
2022-04-17
LibCrypto: Implement custom BitStringView for ASN.1 decoder
Michiel Visser
2022-04-17
LibTLS: Correct matching hostname with certificate subject
Michiel Visser
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: Verify the certificate chain sent by the server
Michiel Visser
2022-04-17
LibTLS: Parse Certificate signature algorithm and value
Michiel Visser
2022-04-17
Base+LibTLS: Update CA Certificates list with actual certificates
Michiel Visser
2022-04-17
LibTLS: Add certificate chain validation to DHE and ECDHE key exchange
Michiel Visser
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-15
LibDNS: Remove the 'DNS' prefix from the various type and class names
Tom
2022-04-09
LibTLS: Mark the underlying stream as nonblock
Ali Mohammad Pur
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: 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-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-13
LibTLS: Add SHA-384 as supported certificate signing algorithm
Joaquim Monteiro
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
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-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-08
LibTLS: Mark the socket as idle after a TLS-level disconnection
Ali Mohammad Pur
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-08
LibTLS: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
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-10
LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line()
Ali Mohammad Pur
2021-10-06
LibTLS: Add missing headers to CipherSuite.h
Ben Wiederhake
2021-10-03
LibTLS: Split large application data packets into chunks
Ali Mohammad Pur
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-28
LibTLS: Mark the connection as finished and disconnected on TLS error
Ali Mohammad Pur
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
[next]