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
2023-04-03
LibTLS: Refactor CA loading into central function
Fabian Dellwing
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-03-27
LibTLS: Check if certificate is self signed before importing it as CA
Fabian Dellwing
2023-03-27
LibTLS: Add self signage information to our parsed certificates
Fabian Dellwing
2023-03-16
LibTLS+Base: Rework default system certificate parser
Fabian Dellwing
2023-03-16
Meta: Download cacert.pem at build time
Fabian Dellwing
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
LibTLS: Use `AK::Stream` for serializing TLS packets
Tim Schumacher
2023-02-08
LibCrypto: Use `ErrorOr` error handling for parsing DER
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibTLS: Remove declarations for non-existent methods
Sam Atkins
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
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-12-12
LibCore: Remove `Stream::is_{readable,writable}`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
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
[next]