mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 17:02:58 +00:00
Move key_usage to more that 8 bits
This commit is contained in:
@@ -6,6 +6,7 @@ Features
|
||||
* Support for DTLS 1.0 and 1.2 (RFC 6347).
|
||||
|
||||
API Changes
|
||||
* Last argument of x509_crt_check_key_usage() changed from int to unsigned.
|
||||
* test_ca_list (from certs.h) is renamed to test_cas_pem and is only
|
||||
available if POLARSSL_PEM_PARSE_C is defined (it never worked without).
|
||||
* Test certificates in certs.c are no longer guaranteed to be nul-terminated
|
||||
@@ -33,6 +34,7 @@ New deprecations
|
||||
Semi-API changes (technically public, morally private)
|
||||
* Change md_info_t into an opaque structure (use md_get_xxx() accessors).
|
||||
* 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.
|
||||
|
||||
Changes
|
||||
* Support for receiving SSLv2 ClientHello is now disabled by default at
|
||||
|
||||
Reference in New Issue
Block a user