CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/06 15:05:42
Modified files:
usr.bin/ssh : sshkey.c sshkey.h
Log message:
add a helper function to match a key type to a list of signature
algorithms. RSA keys can make signatures with multiple algorithms,
so some special handling is required.
ok markus@
