summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/krl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* RCD IDs help us keep portable in synchdjm2013-01-181-0/+2
|
* add support for Key Revocation Lists (KRLs). These are a compact way todjm2013-01-171-0/+1223
represent lists of revoked keys and certificates, taking as little as a single bit of incremental cost to revoke a certificate by serial number. KRLs are loaded via the existing RevokedKeys sshd_config option. feedback and ok markus@