Displaying 2 results from an estimated 2 matches for "evp_md_nul".
Did you mean:
evp_md_null
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
...********
*** 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 }
};
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: