summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authordjm <djm>2012-06-29 22:34:59 +0000
committerdjm <djm>2012-06-29 22:34:59 +0000
commitefbc0c426b7cc160a8442d602dd30dd3dd8eadba (patch)
tree51090304aed8837e23ac0086c6714284edff998d /myproposal.h
parent2f2d803e5a556c85892a3e808f4e9fa17bdfb2c2 (diff)
downloadopenssh-efbc0c426b7cc160a8442d602dd30dd3dd8eadba.tar.gz
- dtucker@cvs.openbsd.org 2012/06/28 05:07:45
[mac.c myproposal.h ssh_config.5 sshd_config.5] Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus.
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/myproposal.h b/myproposal.h
index 0bc1c778..2e6a0dca 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.28 2011/08/02 01:22:11 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.29 2012/06/28 05:07:45 dtucker Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -78,9 +78,7 @@
#ifdef HAVE_EVP_SHA256
#define SHA2_HMAC_MODES \
"hmac-sha2-256," \
- "hmac-sha2-256-96," \
"hmac-sha2-512," \
- "hmac-sha2-512-96,"
#else
# define SHA2_HMAC_MODES
#endif