1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibCrypto/Cipher/Mode
AnotherTest f1578d7e9e LibCrypto: Fix issues in the Crypto stack
This commit fixes up the following:
- HMAC should not reuse a single hasher when successively updating
- AES Key should not assume its user key is valid signed char*
- Mode should have a virtual destructor
And adds a RFC5246 padding mode, which is required for TLS
2020-05-02 12:24:10 +02:00
..
CBC.h LibCrypto: Fix issues in the Crypto stack 2020-05-02 12:24:10 +02:00
Mode.h LibCrypto: Fix issues in the Crypto stack 2020-05-02 12:24:10 +02:00