mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Make HAVE_IPV6 non-optional
This commit is contained in:
parent
43b997fee9
commit
b31424c86a
9 changed files with 2 additions and 168 deletions
|
|
@ -9,6 +9,7 @@ Features
|
|||
to override the whole module.
|
||||
|
||||
API Changes
|
||||
* Configuration option POLARSSL_HAVE_IPV6 was removed (always enabled).
|
||||
* All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
|
||||
* ecdsa_write_signature() gained an addtional md_alg argument and
|
||||
ecdsa_write_signature_det() was deprecated.
|
||||
|
|
@ -57,6 +58,7 @@ Default behavior changes
|
|||
custom config.h
|
||||
|
||||
Changes
|
||||
* The NET layer now unconditionnaly relies on getaddrinfo().
|
||||
* Remove test program o_p_test, the script compat.sh does more.
|
||||
* Remove test program ssl_test, superseded by ssl-opt.sh.
|
||||
* Remove helper script active-config.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue