CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 17:27:04
Modified files:
usr.bin/ssh : ssh-keygen.c
Log message:
when signing a certificate with an RSA key, default to a safe signature
algorithm (rsa-sha-512) if not is explicitly specified by the user;
ok markus@
