CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/06/20 23:08:32
Modified files: usr.bin/ssh : ssh.1 ssh.c Log message: make `ssh -Q CASignatureAlgorithms` only list signature algorithms that are valid for CA signing. Previous behaviour was to list all signing algorithms, including certificate algorithms (OpenSSH certificates do not support CA chains). part of bz3577; ok dtucker@