Make struct cipher_base_t opaque

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-06 17:10:55 +01:00
parent 3a3ae3d47e
commit 5a74e8bf19
3 changed files with 58 additions and 52 deletions

View File

@@ -65,6 +65,7 @@ New deprecations
Semi-API changes (technically public, morally private)
* Changed md_info_t into an opaque structure (use md_get_xxx() accessors).
* Changed pk_info_t into an opaque structure.
* Change cipher_base_t into an opaque structure.
* Remove sig_oid2 and rename sig_oid1 to sig_oid in x509_crt and x509_crl.
* x509_crt.key_usage changed from unsigned char to unsigned int.
* Remove r and s from ecdsa_context