ladybird/Userland/Libraries/LibCrypto
Michiel Visser 000f0274e2 LibCrypto: Fix SECP384r1 verification when hash is SHA256
Some websites actually provide a SECP384 certificate which is signed
using a SHA256 hash. We assumed that SECP384 always used a SHA384 hash,
but this is not the case.
2023-11-29 18:17:14 +03:30
..
AEAD LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
ASN1
Authentication
BigFraction
BigInt
Checksum LibCrypto: Implement a generic 16-bit CRC 2023-08-12 12:25:26 -06:00
Cipher LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
Curves LibCrypto: Fix SECP384r1 verification when hash is SHA256 2023-11-29 18:17:14 +03:30
Hash LibCrypto: Add method to copy Crypto::Hash::Manager 2023-11-27 09:37:25 +03:30
NumberTheory
PK
CMakeLists.txt LibCrypto+LibTLS: Switch to the generic SECPxxxr1 implementation 2023-11-27 09:43:07 +03:30
Forward.h
Verification.h