Gilles Peskine | 69477b5 | 2022-01-13 01:01:45 +0100 | [diff] [blame] | 1 | Features |
Gilles Peskine | 80dae04 | 2022-01-21 23:50:39 +0100 | [diff] [blame] | 2 | * 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 Peskine | 915896f | 2022-01-13 01:05:10 +0100 | [diff] [blame] | 5 | * Add an accessor function to get the configuration associated with |
6 | an SSL context. |