add CASignatureAlgorithms option for the client, allowing it to specify
authordjm <djm@openbsd.org>
Thu, 20 Sep 2018 03:30:44 +0000 (03:30 +0000)
committerdjm <djm@openbsd.org>
Thu, 20 Sep 2018 03:30:44 +0000 (03:30 +0000)
commitf5c8fbd7b569e65cc3411c51424fc28cc964fc97
tree199490d569d536ec7d7ed06b3d45e01c385b08f9
parenta75ddd917977bbe3899c54bd4030d368fec432a1
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@
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh_config.5
usr.bin/ssh/sshconnect.c