summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-20 18:11:51 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-22 00:52:31 +0100
commitd74dfafd8bfb98e77ba07c4827362836e4160e94 (patch)
tree660bf9979109d15b468700c2d4f66fc03e6d1d39 /NEWS
parentdd67493c344d9d98413d2ee7fd2b6fa9411d975c (diff)
Refresh the thinking of --prefix and --openssldir
--prefix is now exclusively used for software and manual installation. --openssldir is not exclusively used as a default location for certs, keys and the default openssl.cnf. This change is made to bring clarity, to have the two less intertwined, and to be more compatible with the usual ways of software installation. Please change your habits and scripts to use --prefix rather than --openssldir for installation location now. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1909555874..1db633c6d7 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@
o Application software can be compiled with -DOPENSSL_API_COMPAT=version
to ensure that features deprecated in that version are not exposed.
o Support for RFC6698/RFC7671 DANE TLSA peer authentication
+ o Change of Configure to use --prefix as the main installation
+ directory location rather than --openssldir. The latter becomes
+ the directory for certs, private key and openssl.cnf exclusively.
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]