summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2013-01-17 23:00:02 +0000
committerDamien Miller <djm@cvs.openbsd.org>2013-01-17 23:00:02 +0000
commit6eefda74f445e23d20f1fa8f846addb1db8f44e5 (patch)
tree4b1aa32758c58164679ed8ed1e0ee648594b4788 /usr.bin/ssh/lib
parent97276fa6f4b87cf8e07f3f56927e2945697fce2f (diff)
add support for Key Revocation Lists (KRLs). These are a compact way to
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@
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r--usr.bin/ssh/lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index b47d439adab..c4bc546cd21 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.66 2012/12/12 16:46:10 naddy Exp $
+# $OpenBSD: Makefile,v 1.67 2013/01/17 23:00:01 djm Exp $
.PATH: ${.CURDIR}/..
.include "${.CURDIR}/../Makefile.inc"
@@ -12,7 +12,8 @@ SRCS= authfd.c authfile.c bufaux.c bufec.c bufbn.c buffer.c canohost.c \
key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
ssh-dss.c ssh-rsa.c ssh-ecdsa.c dh.c kexdh.c kexgex.c kexecdh.c \
kexdhc.c kexgexc.c kexecdhc.c msg.c progressmeter.c dns.c \
- monitor_fdpass.c umac.c addrmatch.c schnorr.c jpake.c ssh-pkcs11.c
+ monitor_fdpass.c umac.c addrmatch.c schnorr.c jpake.c ssh-pkcs11.c \
+ krl.c
SRCS+= umac128.c
CLEANFILES+= umac128.c