[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Support for SHA2 HMAC algorithms
[Thread Prev] | [Thread Next]
- Subject: Support for SHA2 HMAC algorithms
- From: Dirkjan Bussink <d.bussink@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 10 Apr 2014 14:35:55 +0200
- To: libssh@xxxxxxxxxx
Hi all, I’ve written a patch that adds support to libssh for SHA2 HMAC algorithms. Newer versions of OpenSSH are disabling SHA1 as the default, so it would be good to be prepared here for this future. http://www.openssh.com/cgi-bin/man.cgi?query=sshd_config The default is: umac-64-etm@xxxxxxxxxxx,umac-128-etm@xxxxxxxxxxx, hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx, umac-64@xxxxxxxxxxx,umac-128@xxxxxxxxxxx, hmac-sha2-256,hmac-sha2-512 If this patch needs any changes to be accepted, please let me know. — Dirkjan Bussink
Attachment:
0001-Add-support-for-SHA2-algorithms.patch
Description: Binary data
Re: Support for SHA2 HMAC algorithms | Andreas Schneider <asn@xxxxxxxxxxxxxx> |