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.cpp
Age
Commit message (
Expand
)
Author
2023-05-19
LibTLS: Avoid unnecessary HashMap copies, improve const-correctness
Ben Wiederhake
2023-05-08
LibCrypto+LibTLS: Avoid crashing on invalid input
Ben Wiederhake
2023-05-05
LibCrypto: Store the TBS ASN.1 data on the certificate
stelar7
2023-04-28
AK+Everywhere: Disallow Error::from_string_view(FooString)
Ali Mohammad Pur
2023-04-15
LibTLS: Change CertificateKeyAlgorithm from enum to struct
stelar7
2023-04-14
LibTLS: Rename NamedCurve to SupportedGroup
stelar7
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-03-27
LibTLS: Add self signage information to our parsed certificates
Fabian Dellwing
2023-02-08
LibCrypto: Use `ErrorOr` error handling for parsing DER
Tim Schumacher
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-04-17
LibCrypto: Certificate parse IP address SAN
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: Verify the certificate chain sent by the server
Michiel Visser
2022-04-17
LibTLS: Parse Certificate signature algorithm and value
Michiel Visser
2022-04-15
LibDNS: Remove the 'DNS' prefix from the various type and class names
Tom
2022-02-13
LibTLS: Add SHA-384 as supported certificate signing algorithm
Joaquim Monteiro
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-05-19
LibTLS: Move the asn certificate parser to Certificate.cpp
DexesTTP