Still Failing: openssl/openssl#25677 (master - f0efeea)

Travis CI builds at travis-ci.org
Tue Jun 11 11:39:03 UTC 2019


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

Build: #25677
Status: Still Failing

Duration: 22 mins and 23 secs
Commit: f0efeea (master)
Author: Shane Lontis
Message: PBKDF2 updates to conform to SP800-132

The existing code used PKCS5 specifications.
SP800-132 adds the following additional constraints for:
  - the range of the key length.
  - the minimum iteration count (1000 recommended).
  - salt length (at least 128 bits).
These additional constraints may cause errors (in scrypt, and
some PKCS5 related test vectors). To disable the new
constraints use the new ctrl string "pkcs5".
For backwards compatability, the checks are only enabled by
default for fips mode.

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

View the changeset: https://github.com/openssl/openssl/compare/83b4a24384e6...f0efeea29eca

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/544172262?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/20190611/73438e70/attachment.html>


More information about the openssl-commits mailing list