summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-10-05 11:02:39 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-10-05 11:02:39 +1000
commit427e409e99d465118fbc2f7c1ca2c5d44365f5a8 (patch)
tree13b60a8b85469f596ffef7f57f086b24ec1f4551 /myproposal.h
parent0dc283b13acdd4926dec1289b94badc3bbc7f321 (diff)
- markus@cvs.openbsd.org 2012/10/04 13:21:50
[myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c] add umac128 variant; ok djm@ at n2k12 (note: further Makefile work is required)
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h
index b9b819c0a..996c40765 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.29 2012/06/28 05:07:45 dtucker Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.30 2012/10/04 13:21:50 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -86,6 +86,7 @@
86 "hmac-md5," \ 86 "hmac-md5," \
87 "hmac-sha1," \ 87 "hmac-sha1," \
88 "umac-64@openssh.com," \ 88 "umac-64@openssh.com," \
89+ "umac-128@openssh.com," \
89 SHA2_HMAC_MODES \ 90 SHA2_HMAC_MODES \
90 "hmac-ripemd160," \ 91 "hmac-ripemd160," \
91 "hmac-ripemd160@openssh.com," \ 92 "hmac-ripemd160@openssh.com," \