CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/26 14:23:35
Modified files:
usr.bin/ssh : sshsig.c
Log message:
when using RSA keys to sign messages, select the signature algorithm
based on the requested hash algorithm ("-Ohashalg=xxx").
This allows using something other than rsa-sha2-512, which may not
be supported on all signing backends, e.g. some smartcards only
support SHA256.
Patch from Morten Linderud; ok markus@
