2022-01-13 01:01:45 +01:00
|
|
|
Features
|
2022-01-21 23:50:39 +01:00
|
|
|
* The structures mbedtls_ssl_config and mbedtls_ssl_context now store
|
|
|
|
a piece of user data which is reserved for the application. The user
|
|
|
|
data can be either a pointer or an integer.
|
2022-01-13 01:05:10 +01:00
|
|
|
* Add an accessor function to get the configuration associated with
|
|
|
|
an SSL context.
|