Displaying 6 results from an estimated 6 matches for "evp_cast5_cbc".
2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
...wfish", SSH_CIPHER_BLOWFISH, 8, 32, evp_ssh1_bf },
- { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, EVP_des_ede3_cbc },
- { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_bf_cbc },
- { "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_cast5_cbc },
- { "arcfour", SSH_CIPHER_SSH2, 8, 16, EVP_rc4 },
+ { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, (const EVP_CIPHER *(*)(void)) EVP_des_ede3_cbc },
+ { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, (const EVP_CIPHER *(*)(void)) EVP_bf_...
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
...uct evp_cipher_st". (ptrmismatch)
{ "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_bf_cbc },
--------------------------------------------------------^
cc: Warning: cipher.c, line 72: In the initializer for ciphers[6].evptype, the
referenced type of the pointer value "EVP_cast5_cbc" is "function () returning
pointer to struct evp_cipher_st", which is not compatible with "function ()
returning pointer to const struct evp_cipher_st". (ptrmismatch)
{ "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_cast5_cbc },
----------------------...
2002 Sep 12
0
Problems compiling openssh 3.4p1 on IRIX 6.2
...er.c, line 71: Incompatible pointer type assignment
{ "blowfish-cbc", -3 , 8, 16, EVP_bf_cbc },
------------------ ------------^
cfe: Warning 709: cipher.c, line 72: Incompatible pointer type assignment
{ "cast128-cbc", -3 , 8, 16, EVP_cast5_cbc },
----------------- ------------^
cfe: Warning 709: cipher.c, line 73: Incompatible pointer type assignment
{ "arcfour", -3 , 8, 16, EVP_rc4 },
------------- ------------^
cfe: Error: cipher.c, line 706: Unacceptable operand...
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
...none2", SSH_CIPHER_SSH2, 8, 0, EVP_enc_null },
{ "3des-cbc", SSH_CIPHER_SSH2, 8, 24, EVP_des_ede3_cbc },
{ "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_bf_cbc },
{ "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_cast5_cbc },
Index: mac.c
===================================================================
RCS file: /cvs/src/usr.bin/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 ----...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...16, 0, evp_ssh1_3des },
- { "blowfish", SSH_CIPHER_BLOWFISH, 8, 32, 0, evp_ssh1_bf },
-
- { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, 0, EVP_des_ede3_cbc },
- { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, 0, EVP_bf_cbc },
- { "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, 0, EVP_cast5_cbc },
- { "arcfour", SSH_CIPHER_SSH2, 8, 16, 0, EVP_rc4 },
- { "arcfour128", SSH_CIPHER_SSH2, 8, 16, 1536, EVP_rc4 },
- { "arcfour256", SSH_CIPHER_SSH2, 8, 32, 1536, EVP_rc4 },
- { "aes128-cbc", SSH_CIPHER_SSH2, 16, 16, 0, EVP_aes_128_cbc },
- { "aes192...
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: