CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/07/22 21:37:52
Modified files: usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c ssh-keygen.1 ssh-keygen.c sshkey.c sshkey.h sshsig.h Log message: Let allowed signers files used by ssh-keygen(1) signatures support key lifetimes, and allow the verification mode to specify a signature time to check at. This is intended for use by git to support signing objects using ssh keys. ok dtucker@