aboutsummaryrefslogtreecommitdiff
path: root/README.mbedtls
diff options
context:
space:
mode:
authorJuraj Vijtiuk <juraj.vijtiuk@sartura.hr>2018-02-22 15:56:05 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-03-07 15:44:05 +0100
commitd11869bdb6df04c76e94b1b461ea5a519dcbddf1 (patch)
tree224ea211c196f29807f502ba1c9a19fa88b7eac5 /README.mbedtls
parent81847bf5135d836000d206d559df2e27f9a00a84 (diff)
downloadlibssh-d11869bdb6df04c76e94b1b461ea5a519dcbddf1.tar.gz
libssh-d11869bdb6df04c76e94b1b461ea5a519dcbddf1.tar.xz
libssh-d11869bdb6df04c76e94b1b461ea5a519dcbddf1.zip
pki: Add mbedTLS ECDSA key comparison support
Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'README.mbedtls')
-rw-r--r--README.mbedtls12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.mbedtls b/README.mbedtls
index dd1f505d..fdf3b25d 100644
--- a/README.mbedtls
+++ b/README.mbedtls
@@ -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
==================================================