summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h
index 5e2b99857..d98f4b051 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.30 2012/10/04 13:21:50 markus Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.31 2012/12/11 22:31:18 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -83,6 +83,15 @@
83# define SHA2_HMAC_MODES 83# define SHA2_HMAC_MODES
84#endif 84#endif
85#define KEX_DEFAULT_MAC \ 85#define KEX_DEFAULT_MAC \
86 "hmac-md5-etm@openssh.com," \
87 "hmac-sha1-etm@openssh.com," \
88 "umac-64-etm@openssh.com," \
89 "umac-128-etm@openssh.com," \
90 "hmac-sha2-256-etm@openssh.com," \
91 "hmac-sha2-512-etm@openssh.com," \
92 "hmac-ripemd160-etm@openssh.com," \
93 "hmac-sha1-96-etm@openssh.com," \
94 "hmac-md5-96-etm@openssh.com," \
86 "hmac-md5," \ 95 "hmac-md5," \
87 "hmac-sha1," \ 96 "hmac-sha1," \
88 "umac-64@openssh.com," \ 97 "umac-64@openssh.com," \