Addition of the migration guide entry file.
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
8476f2f30a
commit
8b223b6509
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
Turn MBEDTLS_SSL_SRV_RESPECT_CLIENT_PREFERENCE configuration option into a runtime option
|
||||
--
|
||||
|
||||
This change affects users who see the change of the SSL server vs. client
|
||||
preferred set of ciphersuites in runtime useful.
|
||||
|
||||
The `MBEDTLS_SSL_SRV_RESPECT_CLIENT_PREFERENCE` `config.h` option has been
|
||||
removed and a new function with similar functionality has been introduced into the
|
||||
SSL API.
|
||||
|
||||
This new function `mbedtls_ssl_conf_respect_client_preference()` can be used to
|
||||
change the preferred set of ciphersuites on the server to those used on the client.
|
||||
The default state is to use the server set of suites.
|
Loading…
Reference in a new issue