diff src/ch/ethz/ssh2/crypto/digest/MAC.java @ 377:4226f87534f4

remove hmac-sha2-512 - fails interop w/ centos6
author Carl Byington <carl@five-ten-sg.com>
date Mon, 04 Aug 2014 14:51:38 -0700
parents 8c1451f51a5e
children
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/crypto/digest/MAC.java	Mon Aug 04 14:30:05 2014 -0700
+++ b/src/ch/ethz/ssh2/crypto/digest/MAC.java	Mon Aug 04 14:51:38 2014 -0700
@@ -20,7 +20,7 @@
     public static String[] getMacList() {
         // Higher priority (stronger) first. Added SHA-2 algorithms as in RFC 6668
         return new String[] {
-                             "hmac-sha2-512",
+                             // "hmac-sha2-512",    // fails interop w/ centos6
                              "hmac-sha2-256",
                              "hmac-sha1",
                              "hmac-sha1-96",