1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 16:35:07 +00:00
serenity/Userland/Libraries/LibCrypto/PK/Code
Brian Gianforcaro 0a5321b3f9 LibCrypto: Use AK::timing_safe_compare to validate sensitive data
Addresses one FIXME in GCM, and another similar issue in EMSA_PSS.
We should be using constant time memory comparisons in all of our
crypto code.
2022-03-13 19:08:58 -07:00
..
Code.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
EMSA_PKCS1_V1_5.h LibTLS: Add signature verification for DHE and ECDHE key exchange 2022-02-23 13:20:28 +03:30
EMSA_PSS.h LibCrypto: Use AK::timing_safe_compare to validate sensitive data 2022-03-13 19:08:58 -07:00