1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/Libraries/LibCrypto
Michiel Visser b16b61f6bc LibCrypto: Fix inverted boolean decoded error in ASN.1
ASN.1 encodes booleans as false is zero and true is non-zero. The
decoder currently returned true when the boolean was zero.

Since this decoder was barely used it did not cause any problems,
however for support of other certificate extensions the correct version
is required.
2022-04-17 10:10:19 +04:30
..
ASN1 LibCrypto: Fix inverted boolean decoded error in ASN.1 2022-04-17 10:10:19 +04:30
Authentication LibCrypto: Add Poly1305 2022-04-08 14:02:02 +04:30
BigInt Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Checksum Libraries: Use default constructors/destructors in LibCrypto 2022-03-10 18:04:26 -08:00
Cipher LibCrypto: Add ChaCha20 2022-04-13 09:13:17 +04:30
Curves LibCrypto: Move all elliptic curve private methods into .cpp 2022-03-20 00:51:50 +03:30
Hash Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
NumberTheory Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PK Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibCrypto: Add ChaCha20 2022-04-13 09:13:17 +04:30
Forward.h LibCrypto: Add the BigInteger concept 2021-12-22 11:27:31 +01:00
Verification.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00