ladybird/Libraries/LibCrypto/Cipher/Mode
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
..
CBC.h LibCrypto+LibTLS: Generalise the use of IV length 2020-05-02 12:24:10 +02:00
Mode.h LibCrypto: Correct RFC5246 un-padding behaviour 2020-05-03 11:46:40 +02:00