ladybird/Libraries/LibCrypto/Cipher
Ben Wiederhake 1c60ea235e LibCrypto: Do not silently ignore key size mismatch
Before, when the actually passed key was too long, the extra bytes were silently
ignored. This can lead to all sorts of trouble, so ... don't do that.

The original intention was maybe to support non-integer amounts of key bytes.
But that doesn't happen anyway with AES.
2020-08-28 11:36:57 +02:00
..
Mode LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
AES.cpp LibCrypto: Do not silently ignore key size mismatch 2020-08-28 11:36:57 +02:00
AES.h LibCrypto: Call bytes() explicitly instead of implicitly. 2020-08-17 00:00:14 +02:00
Cipher.h LibCrypto: Call bytes() explicitly instead of implicitly. 2020-08-17 00:00:14 +02:00