mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 03:12:55 +00:00
Make struct cipher_base_t opaque
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user