diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-31 21:19:08 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-31 21:19:19 +0200 |
commit | 7f9ae88817ddf0aac5c6bd95d9a5af1c54ed5bbf (patch) | |
tree | 59d3e18e1aba348234d29d065fd5a0faa8bd022c /INSTALL | |
parent | ed43fe73ea30eae1506f0f6618a09d6a5819fc28 (diff) | |
download | openssl-new-7f9ae88817ddf0aac5c6bd95d9a5af1c54ed5bbf.tar.gz |
INSTALL: add information on option no-fuzz-test
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -320,6 +320,11 @@ 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 |