/
niceSOFT
/
libssh
Обзор
Документация
Войти
/
niceSOFT
/
libssh
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
README.mbedtls
11 строк
411 B
Juraj Vijtiuk
pki: Add mbedTLS ECDSA key comparison support
07 мар 2018, 17:44
07 мар 2018, 17:44
d11869b
Код
Авторство
О чём код?
mbedTLS and libssh in multithreaded applications ================================================== To use libssh with mbedTLS in a multithreaded application, mbedTLS has to be built with threading support enabled. If threading support is not available and multi threading is used, ssh_init will fail. More information about building mbedTLS with threading support can be found in the mbedTLS documentation.