blob: 630d8f02cd359d8a708c58cb9a0d5ac98cbd2462 [file] [log] [blame]
Gilles Peskine69477b52022-01-13 01:01:45 +01001Features
Gilles Peskine80dae042022-01-21 23:50:39 +01002 * The structures mbedtls_ssl_config and mbedtls_ssl_context now store
3 a piece of user data which is reserved for the application. The user
4 data can be either a pointer or an integer.
Gilles Peskine915896f2022-01-13 01:05:10 +01005 * Add an accessor function to get the configuration associated with
6 an SSL context.