[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Wed Aug 31 19:42:20 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via 3a10218546eb4cbc83207642a6f0b191f274f7b9 (commit)
via 5b613a15d0d716c714bd7f4902c0676f1498d1f6 (commit)
via 14ee280a49793fa6db37c3c33e51aed82b07e19a (commit)
from 3c8be9c35068a283a70054ded86de7495e2e0877 (commit)
- Log -----------------------------------------------------------------
commit 3a10218546eb4cbc83207642a6f0b191f274f7b9
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Aug 31 21:19:08 2016 +0200
INSTALL: add information on option no-fuzz-test
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit 7f9ae88817ddf0aac5c6bd95d9a5af1c54ed5bbf)
commit 5b613a15d0d716c714bd7f4902c0676f1498d1f6
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Aug 31 21:18:52 2016 +0200
INSTALL: add information on the environment variable BUILDFILE
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit ed43fe73ea30eae1506f0f6618a09d6a5819fc28)
commit 14ee280a49793fa6db37c3c33e51aed82b07e19a
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Aug 31 21:17:33 2016 +0200
INSTALL: clarify OPENSSL_LOCAL_CONFIG_DIR
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit bf98d9dab5a03b59ca45333b74ba51f58f57243b)
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
diff --git a/INSTALL b/INSTALL
index 3655eb7..6dcb4a0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
@@ -770,6 +775,13 @@
AR
The name of the ar executable to use.
+ BUILDFILE
+ Use a different build file name than the platform default
+ ("Makefile" on Unixly platforms, "makefile" on native Windows,
+ "descrip.mms" on OpenVMS). This requires that there is a
+ corresponding build file template. See Configurations/README
+ for further information.
+
CC
The compiler to use. Configure will attempt to pick a default
compiler for your platform but this choice can be overridden
@@ -786,13 +798,19 @@
OPENSSL_LOCAL_CONFIG_DIR
OpenSSL comes with a database of information about how it
- should be built on different platforms. This information is
- held in ".conf" files in the Configurations directory. See the
+ should be built on different platforms as well as build file
+ templates for those platforms. The database is comprised of
+ ".conf" files in the Configurations directory. The build
+ file templates reside there as well as ".tmpl" files. See the
file Configurations/README for further information about the
- format of ".conf" files. As well as the standard ".conf" files
- it is possible to create your own ".conf" files and store them
- locally, outside the OpenSSL source tree. This environment
- variable can be set to the directory where these files are held.
+ format of ".conf" files as well as information on the ".tmpl"
+ files.
+ In addition to the standard ".conf" and ".tmpl" files, it is
+ possible to create your own ".conf" and ".tmpl" files and store
+ them locally, outside the OpenSSL source tree. This environment
+ variable can be set to the directory where these files are held
+ and will have Configure to consider them in addition to the
+ standard ones.
PERL
The name of the Perl executable to use when building OpenSSL.
More information about the openssl-commits
mailing list