mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
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) |
||
---|---|---|
.. | ||
common | ||
fips | ||
implementations | ||
baseprov.c | ||
build.info | ||
defltprov.c | ||
deserializers.inc | ||
legacyprov.c | ||
nullprov.c | ||
serializers.inc |