Skip to content

Commit

Permalink
NEWS: add a number of the types that were made opaque
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
  • Loading branch information
levitte committed Aug 25, 2016
1 parent 4a7b3a7 commit 5105ba5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5105ba5

Please sign in to comment.