search for: evp_ripemd160

Displaying 7 results from an estimated 7 matches for "evp_ripemd160".

2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
...quot;hmac-sha1", EVP_sha1, 0, }, - { "hmac-sha1-96", EVP_sha1, 96 }, - { "hmac-md5", EVP_md5, 0 }, - { "hmac-md5-96", EVP_md5, 96 }, - { "hmac-ripemd160", EVP_ripemd160, 0 }, - { "hmac-ripemd160 at openssh.com", EVP_ripemd160, 0 }, + { "hmac-sha1", (const EVP_MD *(*)(void)) EVP_sha1, 0, }, + { "hmac-sha1-96", (const EVP_MD *(*)(void)) EVP_sha1, 96 }, + { "hmac-md5",...
2014 Jul 15
2
missing HAVE_EVP_RIPEMD160 breaks ssh client
Hello, I've updated sources but forgot to recreate configure so I've ended without #define HAVE_EVP_RIPEMD160 1 and ssh client ended with: OpenSSH_6.7p1, OpenSSL 1.0.1h-fips 5 Jun 2014 debug1: Reading configuration data ssh.config main: mux digest failed The problem was that ssh_digest_by_alg() couldn't verify alg with an index bigger than 1 since the line with SSH_DIGEST_RIPEMD160 wasn't compil...
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
.../ssh/mac.c,v retrieving revision 1.6 diff -c -r1.6 mac.c *** mac.c 2003/09/18 13:02:21 1.6 --- mac.c 2004/11/11 01:07:03 *************** *** 45,50 **** --- 45,51 ---- { "hmac-md5-96", EVP_md5, 96 }, { "hmac-ripemd160", EVP_ripemd160, 0 }, { "hmac-ripemd160 at openssh.com", EVP_ripemd160, 0 }, + { "hmac-none", EVP_md_null, 0 }, { NULL, NULL, 0 } };
2014 Jun 21
4
[Bug 2248] New: Conditionally include RIPEMD support
https://bugzilla.mindrot.org/show_bug.cgi?id=2248 Bug ID: 2248 Summary: Conditionally include RIPEMD support Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...macs[] = { - { "hmac-sha1", SSH_EVP, EVP_sha1, 0, -1, -1 }, - { "hmac-sha1-96", SSH_EVP, EVP_sha1, 96, -1, -1 }, - { "hmac-md5", SSH_EVP, EVP_md5, 0, -1, -1 }, - { "hmac-md5-96", SSH_EVP, EVP_md5, 96, -1, -1 }, - { "hmac-ripemd160", SSH_EVP, EVP_ripemd160, 0, -1, -1 }, - { "hmac-ripemd160 at openssh.com", SSH_EVP, EVP_ripemd160, 0, -1, -1 }, - { "umac-64 at openssh.com", SSH_UMAC, NULL, 0, 128, 64 }, - { NULL, 0, NULL, 0, -1, -1 } + { "hmac-sha1", SSH_EVP, EVP_sha1, 0, -1, -1, 1 }, + { "hmac-sha1-96", SS...
2000 Jun 21
1
SSH 2.2.0
Yo All! I have been playing with SSH 2.2.0 from www.ssh.com. I can not connect to openssh 2.2.1p1 using Ver 2 protocol from ssh Ver 2.2.0. Ver 1 works fine. See below for the debug output from both ends If I force hmac-md5 (-m hmac-md5) from the sender it works! The other 3 choices fail: hmac-sha1; hmac-md5-96; and none. I have no problem connecting to this openssh host (hobbes) from
2004 Jun 05
50
[Bug 877] ssh 3.8.1p1 client cannot disable encryption with "-c none"
http://bugzilla.mindrot.org/show_bug.cgi?id=877 Summary: ssh 3.8.1p1 client cannot disable encryption with "-c none" Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: