aboutsummaryrefslogtreecommitdiff
path: root/README.mbedtls
diff options
context:
space:
mode:
Diffstat (limited to 'README.mbedtls')
-rw-r--r--README.mbedtls7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.mbedtls b/README.mbedtls
new file mode 100644
index 00000000..5411f301
--- /dev/null
+++ b/README.mbedtls
@@ -0,0 +1,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.