[openssl-commits] Still Failing: openssl/openssl#10450 (master - 6e64c56)
Travis CI
builds at travis-ci.org
Thu Apr 20 20:43:20 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #10450
Status: Still Failing
Duration: 20 minutes and 2 seconds
Commit: 6e64c56 (master)
Author: Adam Langley
Message: Small primes are primes too.
Previously, BN_is_prime_fasttest_ex, when doing trial-division, would
check whether the candidate is a multiple of a number of small primes
and, if so, reject it. However, three is a multiple of three yet is
still a prime number.
This change accepts small primes as prime when doing trial-division.
Reviewed-by: Kurt Roeckx <kurt at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3264)
View the changeset: https://github.com/openssl/openssl/compare/c0452248ea1a...6e64c560663f
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/224104820
--
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/20170420/3a3cbf38/attachment.html>
More information about the openssl-commits
mailing list