1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

pki: Add mbedTLS ECDSA key comparison support

Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Juraj Vijtiuk
2018-02-22 15:56:05 +01:00
committed by Andreas Schneider
parent 81847bf513
commit d11869bdb6
3 changed files with 28 additions and 24 deletions

View File

@ -1,15 +1,3 @@
libssh mbedTLS ECDSA support
=============================
When built with mbedTLS, libssh currently does not support ECDSA key comparison.
Since the comparison function is used during the verification of publickey
authentication requests a libssh server will not be able to deal with ECDSA
keys.
In general, if the ssh_key_cmp function is used with mbedTLS, ECDSA key
comparison won't work.
mbedTLS and libssh in multithreaded applications
==================================================