Still Failing: openssl/openssl#25077 (OpenSSL_1_1_1-stable - b48e3be)

Travis CI builds at travis-ci.org
Wed May 8 10:41:33 UTC 2019


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

Build: #25077
Status: Still Failing

Duration: 28 mins and 14 secs
Commit: b48e3be (OpenSSL_1_1_1-stable)
Author: Tobias Nießen
Message: Allow specifying the tag after AAD in CCM mode

This change allows to pass the authentication tag after specifying
the AAD in CCM mode. This is already true for the other two supported
AEAD modes (GCM and OCB) and it seems appropriate to match the
behavior.

GCM and OCB also support to set the tag at any point before the call
to `EVP_*Final`, but this won't work for CCM due to a restriction
imposed by section 2.6 of RFC3610: The tag must be set before
actually decrypting data.

This commit also adds a test case for setting the tag after supplying
plaintext length and AAD.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7243)

(cherry picked from commit 67c81ec311d696464bdbf4c6d6f8a887a3ddf9f8)

View the changeset: https://github.com/openssl/openssl/compare/8f5062740299...b48e3be947dd

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

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20190508/1c3f47c9/attachment-0001.html>


More information about the openssl-commits mailing list