From efbc0c426b7cc160a8442d602dd30dd3dd8eadba Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 29 Jun 2012 22:34:59 +0000 Subject: - 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. --- myproposal.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'myproposal.h') 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 -- cgit v1.2.1