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-15
LibTLS: Change CertificateKeyAlgorithm from enum to struct
stelar7
2023-04-14
LibTLS: Add RFC explanation of AlertDescription values
stelar7
2023-04-14
LibTLS: Show enum value instead of underlying value where possible
stelar7
2023-04-14
LibTLS: Move AlertDescription to Extensions.h
stelar7
2023-04-14
LibTLS: Move CipherSuite to Extensions.h
stelar7
2023-04-14
LibTLS: Move HashAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move SignatureAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move ECPointFormat to Extensions.h
stelar7
2023-04-14
LibTLS: Rename NamedCurve to SupportedGroup
stelar7
2023-04-14
LibTLS: Move ECCurveType to Extensions.h
stelar7
2023-04-14
LibTLS: Move NameType to Extensions.h
stelar7
2023-04-14
LibTLS: Rename HandshakeExtension to ExtensionType
stelar7
2023-04-14
LibTLS: Update HandshakeType value names to match IANA registry values
stelar7
2023-04-14
LibTLS: Rename AlertLevel Critial to FATAL
stelar7
2023-04-14
LibTLS: Rename Version to ProtocolVersion
stelar7
2023-04-14
LibTLS: Rename MessageType to ContentType
stelar7
2023-04-12
LibTLS: Remove outdated comment about ECC
Fabian Dellwing
2023-04-12
LibTLS: Streamline certificate loading
Fabian Dellwing
2023-04-12
LibTLS: Dont also include the OID when printing the RDN short name
stelar7
2023-04-06
LibTLS: Change Certificate parsing to use ErrorOr
stelar7
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
[next]