Build Update for openssl/openssl
-------------------------------------

Build: #36492
Status: Errored

Duration: 11 hrs, 52 mins, and 43 secs
Commit: 914f97e (master)
Author: Shane Lontis
Message: 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 <m...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12523)

View the changeset: 
https://github.com/openssl/openssl/compare/c5b356d5d6cf...914f97eecc91

View the full build log and details: 
https://travis-ci.com/github/openssl/openssl/builds/178477933?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.

Reply via email to