CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/19 21:30:44
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh_config.5 sshconnect.c
Log message:
add CASignatureAlgorithms option for the client, allowing it to specify
which signature algorithms may be used by CAs when signing certificates.
Useful if you want to ban RSA/SHA1; ok markus@
