mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-24 00:05:43 +01:00
a62729888b
The ciphersuites parameter in the ssl_session structure changed from 'int *' to 'int **' and is now malloced in ssl_init() and freed in ssl_free(). The new function ssl_set_ciphersuite_for_version() sets specific entries inside this array. ssl_set_ciphersuite() sets all entries to the same value. |
||
---|---|---|
.. | ||
polarssl | ||
.gitignore | ||
CMakeLists.txt |