[openssl-commits] Still Failing: openssl/openssl#9573 (master - fa013b6)

Travis CI builds at travis-ci.org
Fri Mar 17 13:19:10 UTC 2017


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

Build: #9573
Status: Still Failing

Duration: 21 minutes and 53 seconds
Commit: fa013b6 (master)
Author: Péter Budai
Message: Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.

The documentation of this function states that the password parameter
can be NULL. However, the implementation returns an error in this case
due to the inner workings of the HMAC_Init_ex() function.
With this change, NULL password will be treated as an empty string and
PKCS5_PBKDF2_HMAC() no longer fails on this input.

I have also added two new test cases that tests the handling of the
special values NULL and -1 of the password and passlen parameters,
respectively.

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

View the changeset: https://github.com/openssl/openssl/compare/9998b32cb63b...fa013b65241d

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/212108882

--

You can configure 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/20170317/2b054da8/attachment-0001.html>


More information about the openssl-commits mailing list