mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:15:38 +01:00
PK layer and X509 core refactoring in ChangeLog
This commit is contained in:
parent
2e24ca74b0
commit
45f21c7ad1
@ -12,6 +12,7 @@ Features
|
|||||||
* PSK and DHE-PSK based ciphersuites added
|
* PSK and DHE-PSK based ciphersuites added
|
||||||
* Memory allocation abstraction layer added
|
* Memory allocation abstraction layer added
|
||||||
* Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
|
* Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
|
||||||
|
* Public Key abstration layer added
|
||||||
* Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
|
* Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
|
||||||
* Parsing Elliptic Curve keys
|
* Parsing Elliptic Curve keys
|
||||||
* Parsing Elliptic Curve certificates
|
* Parsing Elliptic Curve certificates
|
||||||
@ -43,7 +44,9 @@ Changes
|
|||||||
(Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
|
(Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
|
||||||
* SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
|
* SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
|
||||||
* All RSA operations require a random generator for blinding purposes
|
* All RSA operations require a random generator for blinding purposes
|
||||||
* x509_verify() now case insensitive for cn (RFC 6125 6.4)
|
* X509 core refactored
|
||||||
|
* x509_crt_verify() now case insensitive for cn (RFC 6125 6.4)
|
||||||
|
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fixed parse error in ssl_parse_certificate_request()
|
* Fixed parse error in ssl_parse_certificate_request()
|
||||||
|
Loading…
Reference in New Issue
Block a user