summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTLS/Certificate.h
AgeCommit message (Expand)Author
2023-03-27LibTLS: Add self signage information to our parsed certificatesFabian Dellwing
2023-03-16LibTLS+Base: Rework default system certificate parserFabian Dellwing
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-15headless-browser: Add ca-certs-path optionsleeight
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-17LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensionsMichiel Visser
2022-04-17LibTLS: Verify the certificate chain sent by the serverMichiel Visser
2022-04-17LibTLS: Parse Certificate signature algorithm and valueMichiel Visser
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-13LibTLS: Add SHA-384 as supported certificate signing algorithmJoaquim Monteiro
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-05-19LibTLS: Move the asn certificate parser to Certificate.cppDexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibTLS: Parse X.509 certificates with the new ASN.1 parserAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling