stelar7
|
4043c89310
LibTLS: Change CertificateKeyAlgorithm from enum to struct
|
2 年之前 |
stelar7
|
e59137d4f6
LibTLS: Add RFC explanation of AlertDescription values
|
2 年之前 |
stelar7
|
5853d9642a
LibTLS: Move AlertDescription to Extensions.h
|
2 年之前 |
Fabian Dellwing
|
e78db6417a
LibTLS: Remove outdated comment about ECC
|
2 年之前 |
Fabian Dellwing
|
93232d4e6d
LibTLS: Streamline certificate loading
|
2 年之前 |
stelar7
|
d527edf0ab
LibTLS: Change Certificate parsing to use ErrorOr
|
2 年之前 |
Fabian Dellwing
|
459dee1f86
LibTLS: Refactor CA loading into central function
|
2 年之前 |
Fabian Dellwing
|
ee0ae18386
LibTLS: Check if certificate is self signed before importing it as CA
|
2 年之前 |
Fabian Dellwing
|
114a383af3
LibTLS: Add self signage information to our parsed certificates
|
2 年之前 |
Fabian Dellwing
|
12cd74495a
LibTLS+Base: Rework default system certificate parser
|
2 年之前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
leeight
|
2eb6dbd4f0
headless-browser: Add ca-certs-path options
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 年之前 |
Michiel Visser
|
fa18c283dc
LibTLS: Cleanup of verify_chain and verify_certificate_pair
|
3 年之前 |
Michiel Visser
|
7bc3b193c0
LibTLS: Add option to allow self-signed certificates
|
3 年之前 |
Michiel Visser
|
804af863b4
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
|
3 年之前 |
Michiel Visser
|
976bb715e0
LibTLS: Correct matching hostname with certificate subject
|
3 年之前 |
Michiel Visser
|
331092d25a
LibTLS: Add references to RFC5246 for the verify procedure
|
3 年之前 |
Michiel Visser
|
d78813d902
LibTLS: Simplify the way `verify_chain` is called
|
3 年之前 |
Michiel Visser
|
fea5aeda0b
LibTLS: Verify the certificate chain sent by the server
|
3 年之前 |
Michiel Visser
|
2b416e5faa
Base+LibTLS: Update CA Certificates list with actual certificates
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Sam Atkins
|
8260135d4d
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
|
3 年之前 |
Ali Mohammad Pur
|
aafc451016
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
3 年之前 |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 年之前 |
Ben Wiederhake
|
7967a8bd8c
LibTLS: Avoid implicitly copying ByteBuffer
|
3 年之前 |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |