]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: allow certificate validity intervals, sshsig verification
authordjm@openbsd.org <djm@openbsd.org>
Thu, 11 Aug 2022 01:56:51 +0000 (01:56 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 11 Aug 2022 02:00:49 +0000 (12:00 +1000)
commitec1ddb72a146fd66d18df9cd423517453a5d8044
treee719fdf106901824ed54e315a7ec0777140b49b4
parent4df246ec75751da7eb925e1880498300d8bda187
upstream: allow certificate validity intervals, sshsig verification

times and authorized_keys expiry-time options to accept dates in the UTC time
zone in addition to the default of interpreting them in the system time zone.
YYYYMMDD and YYMMDDHHMM[SS] dates/times will be interpreted as UTC if
suffixed with a 'Z' character.

Also allow certificate validity intervals to be specified in raw
seconds-since-epoch as hex value, e.g. -V 0x1234:0x4567890. This
is intended for use by regress tests and other tools that call
ssh-keygen as part of a CA workflow.

bz3468 ok dtucker

OpenBSD-Commit-ID: 454db1cdffa9fa346aea5211223a2ce0588dfe13
misc.c
ssh-keygen.1
ssh-keygen.c
sshd.8