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
/
Certificate.h
Age
Commit message (
Expand
)
Author
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-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-17
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
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-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
LibTLS: Add SHA-384 as supported certificate signing algorithm
Joaquim Monteiro
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-05-19
LibTLS: Move the asn certificate parser to Certificate.cpp
DexesTTP
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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling