Still Failing: openssl/openssl#28435 (master - 7cfa171)

Travis CI builds at travis-ci.org
Thu Sep 19 13:22:38 UTC 2019


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

Build: #28435
Status: Still Failing

Duration: 23 mins and 32 secs
Commit: 7cfa171 (master)
Author: Richard Levitte
Message: Modify providers that keep track of underlying algorithms

With some provider implementations, there are underlying ciphers,
digests and macs.  For some of them, the name was retrieved from the
method, but since the methods do not store those any more, we add
different mechanics.

For code that needs to pass on the name of a cipher or diges via
parameters, we simply locally store the name that was used when
fetching said cipher or digest.  This will ensure that any underlying
code that needs to fetch that same cipher or digest does so with the
exact same name instead of any random name from the set of names
associated with the algorithm.

For code that needs to check what kind of algorithm was passed, we
provide EVP_{type}_is_a(), that returns true if the given method has
the given name as one of its names.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9897)

View the changeset: https://github.com/openssl/openssl/compare/f8c0218f09e1...7cfa1717b812

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


More information about the openssl-commits mailing list