Tim Ledbetter
|
e6d9bb0774
LibTLS: Don't attempt to read past EOF when parsing TBSCertificate
|
1 年之前 |
stelar7
|
77080fbade
LibTLS: Rename parse_version to parse_certificate_version
|
2 年之前 |
Ben Wiederhake
|
2bb2a7097d
LibTLS: Avoid unnecessary HashMap copies, improve const-correctness
|
2 年之前 |
Ben Wiederhake
|
ac5cef1b66
LibCrypto+LibTLS: Avoid crashing on invalid input
|
2 年之前 |
stelar7
|
0b70314379
LibCrypto: Store the TBS ASN.1 data on the certificate
|
2 年之前 |
Ali Mohammad Pur
|
7e6341587b
AK+Everywhere: Disallow Error::from_string_view(FooString)
|
2 年之前 |
stelar7
|
4043c89310
LibTLS: Change CertificateKeyAlgorithm from enum to struct
|
2 年之前 |
stelar7
|
a4855aef17
LibTLS: Rename NamedCurve to SupportedGroup
|
2 年之前 |
stelar7
|
e4481baef9
LibTLS: Dont also include the OID when printing the RDN short name
|
2 年之前 |
stelar7
|
d527edf0ab
LibTLS: Change Certificate parsing to use ErrorOr
|
2 年之前 |
Fabian Dellwing
|
114a383af3
LibTLS: Add self signage information to our parsed certificates
|
2 年之前 |
Tim Schumacher
|
f5fb1396e8
LibCrypto: Use `ErrorOr` error handling for parsing DER
|
2 年之前 |
Timothy Flynn
|
0ddc2e1f50
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Nico Weber
|
daeaefad17
Everywhere: Clean up "the the" comment typos
|
2 年之前 |
Michiel Visser
|
be654dad8a
LibCrypto: Certificate parse IP address SAN
|
3 年之前 |
Michiel Visser
|
804af863b4
LibCrypto+LibTLS: Implement Key Usage and Basic Constraints extensions
|
3 年之前 |
Michiel Visser
|
a6e465fba2
LibCrypto: Implement custom BitStringView for ASN.1 decoder
|
3 年之前 |
Michiel Visser
|
fea5aeda0b
LibTLS: Verify the certificate chain sent by the server
|
3 年之前 |
Michiel Visser
|
d5cef41bb6
LibTLS: Parse Certificate signature algorithm and value
|
3 年之前 |
Tom
|
49de4d5f33
LibDNS: Remove the 'DNS' prefix from the various type and class names
|
3 年之前 |
Joaquim Monteiro
|
3243091c0d
LibTLS: Add SHA-384 as supported certificate signing algorithm
|
3 年之前 |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 年之前 |
Idan Horowitz
|
005d75656e
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
|
4 年之前 |
DexesTTP
|
17a1f51579
LibTLS: Move the asn certificate parser to Certificate.cpp
|
4 年之前 |