aboutsummaryrefslogtreecommitdiff
path: root/README.mbedtls
blob: 5411f30198ee1b637b96836e7cf18e73cd63aabc (plain)
1
2
3
4
5
6
7
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.