Still Failing: openssl/openssl#25076 (master - 67c81ec)

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


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

Build: #25076
Status: Still Failing

Duration: 18 mins and 28 secs
Commit: 67c81ec (master)
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)

View the changeset: https://github.com/openssl/openssl/compare/36e619d70f86...67c81ec311d6

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/529707054?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/079f8943/attachment.html>


More information about the openssl-commits mailing list