Gilles Peskine | 69477b5 | 2022-01-13 01:01:45 +0100 | [diff] [blame] | 1 | Features |
2 | * The structures mbedtls_ssl_config and mbedtls_ssl_context have an | ||||
3 | extra field user_data which is reserved for the application. | ||||
Gilles Peskine | 915896f | 2022-01-13 01:05:10 +0100 | [diff] [blame^] | 4 | * Add an accessor function to get the configuration associated with |
5 | an SSL context. |