Andrew Kaster
|
080aa567a5
RequestServer+LibTLS: Allow applications to specify multiple root certs
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Michiel Visser
|
495b0f2bcc
LibTLS: Improve message when root certificate is invalid
|
1 year ago |
Michiel Visser
|
bc9cdd4394
LibCrypto+LibTLS: Switch to the generic `SECPxxxr1` implementation
|
1 year ago |
Michiel Visser
|
927dc1f02a
LibTLS: Add support for SECP384r1
|
1 year ago |
Andrew Kaster
|
f9386737a6
LibTLS: Add certificate verification for ECDSA with SECP256r1 curves
|
1 year ago |
Andrew Kaster
|
28d3d3c9fc
LibTLS: Allow applications to provide a custom default CA Cert path
|
1 year ago |
Andrew Kaster
|
6266976e7a
LibTLS: Move singleton for DefaultRootCACertificates out of line
|
1 year ago |
Ben Wiederhake
|
2bb2a7097d
LibTLS: Avoid unnecessary HashMap copies, improve const-correctness
|
2 years ago |
stelar7
|
2d2d2539b4
LibTLS: Use the TBS ASN.1 data when verifying certificates
|
2 years ago |
stelar7
|
4043c89310
LibTLS: Change CertificateKeyAlgorithm from enum to struct
|
2 years ago |
stelar7
|
e59137d4f6
LibTLS: Add RFC explanation of AlertDescription values
|
2 years ago |
stelar7
|
5853d9642a
LibTLS: Move AlertDescription to Extensions.h
|
2 years ago |
Fabian Dellwing
|
e78db6417a
LibTLS: Remove outdated comment about ECC
|
2 years ago |
Fabian Dellwing
|
93232d4e6d
LibTLS: Streamline certificate loading
|
2 years ago |
stelar7
|
d527edf0ab
LibTLS: Change Certificate parsing to use ErrorOr
|
2 years ago |
Fabian Dellwing
|
459dee1f86
LibTLS: Refactor CA loading into central function
|
2 years ago |
Fabian Dellwing
|
ee0ae18386
LibTLS: Check if certificate is self signed before importing it as CA
|
2 years ago |
Fabian Dellwing
|
114a383af3
LibTLS: Add self signage information to our parsed certificates
|
2 years ago |
Fabian Dellwing
|
12cd74495a
LibTLS+Base: Rework default system certificate parser
|
2 years ago |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
leeight
|
2eb6dbd4f0
headless-browser: Add ca-certs-path options
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 years ago |
Michiel Visser
|
fa18c283dc
LibTLS: Cleanup of verify_chain and verify_certificate_pair
|
3 years ago |
Michiel Visser
|
7bc3b193c0
LibTLS: Add option to allow self-signed certificates
|
3 years ago |
Michiel Visser
|
804af863b4
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
|
3 years ago |
Michiel Visser
|
976bb715e0
LibTLS: Correct matching hostname with certificate subject
|
3 years ago |
Michiel Visser
|
331092d25a
LibTLS: Add references to RFC5246 for the verify procedure
|
3 years ago |