diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-08-05 08:45:29 +1000 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-08-05 08:45:29 +1000 |
commit | 914f97eecc9166fbfdb50c2d04e2b9f9d0c52198 (patch) | |
tree | 1eb588c4623b923dcffc417a611724673eb2947e /demos | |
parent | c5b356d5d6cfca1128b35f235dfdb893f2888027 (diff) | |
download | openssl-new-914f97eecc9166fbfdb50c2d04e2b9f9d0c52198.tar.gz |
Fix provider cipher reinit after init/update with a partial update block.
The test added previously used a 16 byte block during the update which does not cause internal buffering in the provider.
Some internal variables related to the buffering were not being cleared in the init, which meant that the second
update would use the buffered data from the first update.
Added test for this scenario with exclusions for ciphers that do not support partial block updates.
Found by guidovranken.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12523)
Diffstat (limited to 'demos')
0 files changed, 0 insertions, 0 deletions