mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Fixed net_bind() for specified IP addresses on little endian systems
This commit is contained in:
parent
926c8e49fe
commit
37286a573b
2 changed files with 13 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ Bugfix
|
|||
* Corrected GCM counter incrementation to use only 32-bits instead of
|
||||
128-bits (found by Yawning Angel)
|
||||
* Fixes for 64-bit compilation with MS Visual Studio
|
||||
* Fixed net_bind() for specified IP addresses on little endian systems
|
||||
|
||||
Changes
|
||||
* Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue