early-access version 1676
This commit is contained in:
3
externals/mbedtls/ChangeLog.d/add-missing-parenthesis.txt
vendored
Executable file
3
externals/mbedtls/ChangeLog.d/add-missing-parenthesis.txt
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
Bugfix
|
||||
* Fix a compilation error when MBEDTLS_ECP_RANDOMIZE_MXZ_ALT is
|
||||
defined. Fixes #4217.
|
3
externals/mbedtls/ChangeLog.d/aescrypt2.txt
vendored
Executable file
3
externals/mbedtls/ChangeLog.d/aescrypt2.txt
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
Changes
|
||||
* Remove the AES sample application programs/aes/aescrypt2 which shows
|
||||
bad cryptographic practice. Fix #1906.
|
5
externals/mbedtls/ChangeLog.d/bugfix_PR3616.txt
vendored
Executable file
5
externals/mbedtls/ChangeLog.d/bugfix_PR3616.txt
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
Bugfix
|
||||
* Fix premature fopen() call in mbedtls_entropy_write_seed_file which may
|
||||
lead to the seed file corruption in case if the path to the seed file is
|
||||
equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. Contributed by Victor
|
||||
Krasnoshchok in #3616.
|
4
externals/mbedtls/ChangeLog.d/dhm_min_bitlen.txt
vendored
Executable file
4
externals/mbedtls/ChangeLog.d/dhm_min_bitlen.txt
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
Bugfix
|
||||
* In a TLS client, enforce the Diffie-Hellman minimum parameter size
|
||||
set with mbedtls_ssl_conf_dhm_min_bitlen() precisely. Before, the
|
||||
minimum size was rounded down to the nearest multiple of 8.
|
2
externals/mbedtls/ChangeLog.d/dtls_sample_use_read_timeout.txt
vendored
Executable file
2
externals/mbedtls/ChangeLog.d/dtls_sample_use_read_timeout.txt
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
Changes
|
||||
* Fix the setting of the read timeout in the DTLS sample programs.
|
2
externals/mbedtls/ChangeLog.d/fix-pk-parse-key-error-code.txt
vendored
Executable file
2
externals/mbedtls/ChangeLog.d/fix-pk-parse-key-error-code.txt
vendored
Executable file
@@ -0,0 +1,2 @@
|
||||
Bugfix
|
||||
* Fix an incorrect error code when parsing a PKCS#8 private key.
|
3
externals/mbedtls/ChangeLog.d/mpi_read_negative_zero.txt
vendored
Executable file
3
externals/mbedtls/ChangeLog.d/mpi_read_negative_zero.txt
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
Bugfix
|
||||
* mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
|
||||
as equal to 0 in all cases. Fix it to produce the same object as "0".
|
Reference in New Issue
Block a user