[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Thu Sep 1 19:02:29 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via b5d60c2b8d33863c9e8dd876222aa6872a3466bc (commit)
via eed06638c74f0dc5422e7e53cbec98d172925991 (commit)
from 3a10218546eb4cbc83207642a6f0b191f274f7b9 (commit)
- Log -----------------------------------------------------------------
commit b5d60c2b8d33863c9e8dd876222aa6872a3466bc
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Sep 1 13:44:05 2016 +0200
Revert "INSTALL: add information on option no-fuzz-test"
This reverts commit 7f9ae88817ddf0aac5c6bd95d9a5af1c54ed5bbf.
Reviewed-by: Emilia Käsper <emilia at openssl.org>
(cherry picked from commit 967e831e88bc45ea32e5b3c762945859996771ff)
commit eed06638c74f0dc5422e7e53cbec98d172925991
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Sep 1 13:43:40 2016 +0200
Revert "Make it possible to disable fuzz testing"
This reverts commit eb40eaed727500bf4a15f848c99e37edd18e142e.
Reviewed-by: Emilia Käsper <emilia at openssl.org>
(cherry picked from commit a5e1f1230e09b249ff94cc48aeffd1b874cb937e)
-----------------------------------------------------------------------
Summary of changes:
Configure | 1 -
INSTALL | 5 -----
test/recipes/05-test_fuzz.t | 3 ---
3 files changed, 9 deletions(-)
diff --git a/Configure b/Configure
index 4fbce03..0a1b68a 100755
--- a/Configure
+++ b/Configure
@@ -342,7 +342,6 @@ my @disablables = (
"filenames",
"fuzz-libfuzzer",
"fuzz-afl",
- "fuzz-test",
"gost",
"heartbeats",
"hw(-.+)?",
diff --git a/INSTALL b/INSTALL
index 6dcb4a0..132b2aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -320,11 +320,6 @@
platforms and should never be used in production environments.
See the file fuzz/README.md for further details.
- no-fuzz-test
- Don't runt the fuzz test suite when testing. Use with
- caution, as those tests may be important. However, that
- suite is particularly slow, and is therefore skippable.
-
no-gost
Don't build support for GOST based ciphersuites. Note that
if this feature is enabled then GOST ciphersuites are only
diff --git a/test/recipes/05-test_fuzz.t b/test/recipes/05-test_fuzz.t
index f1ccfe3..d152925 100755
--- a/test/recipes/05-test_fuzz.t
+++ b/test/recipes/05-test_fuzz.t
@@ -15,9 +15,6 @@ use OpenSSL::Test::Utils;
setup("test_fuzz");
-plan skip_all => "Fuzz testing is disabled by this OpenSSL build"
- if disabled("fuzz-test");
-
my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509');
if (!disabled("cms")) {
push @fuzzers, 'cms';
More information about the openssl-commits
mailing list