search for: evp_rc4

Displaying 6 results from an estimated 6 matches for "evp_rc4".

2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
...;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_cbc }, + { "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, (con...
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
...evp_cipher_st". (ptrmismatch) { "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_cast5_cbc }, --------------------------------------------------------^ cc: Warning: cipher.c, line 73: In the initializer for ciphers[7].evptype, the referenced type of the pointer value "EVP_rc4" is "function () returning pointer to struct evp_cipher_st", which is not compatible with "function () returning pointer to const struct evp_cipher_st". (ptrmismatch) { "arcfour", SSH_CIPHER_SSH2, 8, 16, EVP_rc4 }, ----------------------------...
2002 Sep 12
0
Problems compiling openssh 3.4p1 on IRIX 6.2
...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 of == or != if (c->evptype == EVP_rc4) { ---------------^ cfe: Error: cipher.c, line 721: Unacceptable operand of == or != if (c->evptype == EVP_rc4) { -...
2002 Sep 29
0
[Bug 371] OpenSSH fails to build on Alpha True64 in cipher.c
http://bugzilla.mindrot.org/show_bug.cgi?id=371 ------- Additional Comments From dtucker at zip.com.au 2002-09-29 17:58 ------- Created an attachment (id=152) --> (http://bugzilla.mindrot.org/attachment.cgi?id=152&action=view) Cast EVP_rc4 to void * for comparison Try this patch. I don't have a Tru64 box so I can't test it but it suppresses the warning from gcc, so you might be lucky. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
..., 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-cbc", SSH_CIPHER_SSH2, 16, 24, 0, EVP_aes_192_cbc }, - {...
2005 Aug 09
2
error compiling asterisk on solaris
...ce to `HMAC_Final' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_md5' /usr/local/ssl/lib/libssl.so: undefined reference to `ASN1_object_size' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_get_cipherbyname' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_rc4' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_add_cipher' /usr/local/ssl/lib/libssl.so: undefined reference to `ASN1_get_object' /usr/local/ssl/lib/libssl.so: undefined reference to `BIO_s_file' /usr/local/ssl/lib/libssl.so: undefined reference to `COMP_expand_block'...