Document the addition of OPENSSL_LOCAL_CONFIG_DIR
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
38add2300f
commit
afce395cba
1 changed files with 7 additions and 0 deletions
7
CHANGES
7
CHANGES
|
@ -4,6 +4,13 @@
|
|||
|
||||
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
|
||||
|
||||
*) To enable users to have their own config files and build file templates,
|
||||
Configure looks in the directory indicated by the environment variable
|
||||
OPENSSL_LOCAL_CONFIG_DIR as well as the in-source Configurations/
|
||||
directory. On VMS, OPENSSL_LOCAL_CONFIG_DIR is expected to be a logical
|
||||
name and is used as is.
|
||||
[Richard Levitte]
|
||||
|
||||
*) The following datatypes were made opaque: X509_OBJECT, X509_STORE_CTX,
|
||||
X509_STORE, X509_LOOKUP, and X509_LOOKUP_METHOD. The unused type
|
||||
X509_CERT_FILE_CTX was removed.
|
||||
|
|
Loading…
Reference in a new issue