mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 18:22:20 +01:00
performs the decrypt in the old manner before a particular bug was fixed. The old method didn't add padding when the data to encrypt was multiple of the block_size in length. The decrypt happened to ignore the error returned by checkPad.