pki: add support for sk-ecdsa and sk-ed25519
This adds server-side support for the newly introduced OpenSSH keytypes sk-ecdsa-sha2-nistp256@openssh.com and sk-ed25519@openssh.com (including their corresponding certificates), which are backed by U2F/FIDO2 tokens. Change-Id: Ib73425c572601c3002be45974e6ea051f1d7efdc Signed-off-by: Sebastian Kinne <skinne@google.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Showing
- include/libssh/libssh.h 4 additions, 0 deletionsinclude/libssh/libssh.h
- include/libssh/pki.h 6 additions, 0 deletionsinclude/libssh/pki.h
- src/pki.c 155 additions, 4 deletionssrc/pki.c
- src/pki_crypto.c 23 additions, 1 deletionsrc/pki_crypto.c
- src/pki_gcrypt.c 30 additions, 6 deletionssrc/pki_gcrypt.c
- src/pki_mbedcrypto.c 23 additions, 2 deletionssrc/pki_mbedcrypto.c
- tests/torture_key.c 4 additions, 0 deletionstests/torture_key.c
Loading
-
mentioned in merge request !91 (closed)
-
mentioned in issue #34
Please register or sign in to comment