diff options
author | Rich Salz <rsalz@openssl.org> | 2016-04-15 05:59:26 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-15 19:21:43 +0200 |
commit | f0e0fd51fd8307f6eae64862ad9aaea113f1177a (patch) | |
tree | b00de87cb2fd4dc437de5994d3c8028dd9262460 /CHANGES | |
parent | Don't use a default for --with-zlib-lib on Windows with option 'zlib' (diff) | |
download | openssl-f0e0fd51fd8307f6eae64862ad9aaea113f1177a.tar.xz openssl-f0e0fd51fd8307f6eae64862ad9aaea113f1177a.zip |
Make many X509_xxx types opaque.
Make X509_OBJECT, X509_STORE_CTX, X509_STORE, X509_LOOKUP,
and X509_LOOKUP_METHOD opaque.
Remove unused X509_CERT_FILE_CTX
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ Changes between 1.0.2g and 1.1.0 [xx XXX xxxx] + *) 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. + [Rich Salz] + *) "shared" builds are now the default. To create only static libraries use the "no-shared" Configure option. [Matt Caswell] |