This fixes #664
This commit is contained in:
parent
5e9f14d4d9
commit
3f1b89d251
1 changed files with 3 additions and 3 deletions
|
@ -91,9 +91,9 @@ Bugfix
|
||||||
freeing an RSA context and several MPI's without proper initialization
|
freeing an RSA context and several MPI's without proper initialization
|
||||||
beforehand.
|
beforehand.
|
||||||
* Fix setting version TLSv1 as minimal version, even if TLS 1
|
* Fix setting version TLSv1 as minimal version, even if TLS 1
|
||||||
is not enabled. Set `MBEDTLS_SSL_MIN_MAJOR_VERSION`
|
is not enabled. Set MBEDTLS_SSL_MIN_MAJOR_VERSION
|
||||||
and `MBEDTLS_SSL_MIN_MINOR_VERSION` instead
|
and MBEDTLS_SSL_MIN_MINOR_VERSION instead of
|
||||||
of `MBEDTLS_SSL_MAJOR_VERSION_3` and `MBEDTLS_SSL_MINOR_VERSION_1`
|
MBEDTLS_SSL_MAJOR_VERSION_3 and MBEDTLS_SSL_MINOR_VERSION_1. #664
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Extend cert_write example program by options to set the CRT version
|
* Extend cert_write example program by options to set the CRT version
|
||||||
|
|
Loading…
Reference in a new issue