mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 22:30:51 +02:00
36fb4e2f2d
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.