[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Aug 25 09:04:40 UTC 2016


The branch master has been updated
       via  5105ba5bec773883e86d8c026d1eac1f1c970669 (commit)
      from  4a7b3a7b4d01ce1208bc4465a4e7bd5be9401ad0 (commit)


- Log -----------------------------------------------------------------
commit 5105ba5bec773883e86d8c026d1eac1f1c970669
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Aug 25 10:06:55 2016 +0200

    NEWS: add a number of the types that were made opaque
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 NEWS | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index a6ac0eb..9a46c67 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,14 @@
       o Support for extended master secret
       o CCM ciphersuites
       o Reworked test suite, now based on perl, Test::Harness and Test::More
-      o *Most* libcrypto and libssl structures were made opaque including:
-        <TBA>
+      o *Most* libcrypto and libssl public structures were made opaque,
+        including:
+        BIGNUM and associated types, EC_KEY and EC_KEY_METHOD,
+        DH and DH_METHOD, DSA and DSA_METHOD, RSA and RSA_METHOD,
+        BIO and BIO_METHOD, EVP_MD_CTX, EVP_MD, EVP_CIPHER_CTX,
+        EVP_CIPHER, EVP_PKEY and associated types, HMAC_CTX,
+        X509, X509_CRL, X509_OBJECT, X509_STORE_CTX, X509_STORE,
+        X509_LOOKUP, X509_LOOKUP_METHOD
       o libssl internal structures made opaque
       o SSLv2 support removed
       o Kerberos ciphersuite support removed


More information about the openssl-commits mailing list