mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Minor modifications after PR review
1. Move ChangLog entry to correct location 2. Move point formats outside the ECP_ALT check, as it's part of the RFC
This commit is contained in:
parent
810e650c70
commit
bf027e736a
2 changed files with 7 additions and 7 deletions
|
|
@ -54,6 +54,9 @@ Changes
|
|||
Wilson #481
|
||||
* Improve the documentation of mbedtls_net_accept(). Contributed by Ivan
|
||||
Krylov.
|
||||
* Put the Cryptographic API outside of the XXX_ALT macro check, so
|
||||
alternative header file will not need to redefined the same API,
|
||||
and to force alternative implementer to use the same API.
|
||||
|
||||
= mbed TLS 2.8.0 branch released 2018-03-16
|
||||
|
||||
|
|
@ -135,9 +138,6 @@ Changes
|
|||
* Clarify the documentation of mbedtls_ssl_setup.
|
||||
* Use (void) when defining functions with no parameters. Contributed by
|
||||
Joris Aerts. #678
|
||||
* Put the Cryptographic API outside of the XXX_ALT macro check, so
|
||||
alternative header file will not need to redefined the same API,
|
||||
and to force alternative implementer to use the same API.
|
||||
|
||||
= mbed TLS 2.7.0 branch released 2018-02-03
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue