ladybird/Libraries/LibCrypto/Cipher
AnotherTest 3b432eed98 LibCrypto: Correct RFC5246 un-padding behaviour
The decrypted data is legally allowed to have any amount of padding, so
long as it is block-aligned, we should not assume that padding bytes
fall inside the same block, or that an entire block cannot be padding.

Fixes #2072
2020-05-03 11:46:40 +02:00
..
Mode LibCrypto: Correct RFC5246 un-padding behaviour 2020-05-03 11:46:40 +02:00
AES.cpp LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
AES.h LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
Cipher.h LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00