search for: evp_bf_cbc

Displaying 8 results from an estimated 8 matches for "evp_bf_cbc".

2009 Nov 24
1
Cross compiling tinc for arm platform
...ith-lzo=/usr/arm-unknown-linux-uclibc/usr/include --prefix=/ which is working fine. make will produce a binary which is running fine on arm. But when i try to establish a connection, tinc is reporting: tincd 1.0.11 (Nov 24 2009 12:10:17) starting, debug level 1 tincd: can't resolve symbol 'EVP_bf_cbc' So EVP_bf_cbc is defined in evp.h of the openssl lib and is compiled into libcrypto.so. libcrypto.so is in /usr/lib on the arm-system. So why do i get that error? Does someone have a hint what i'm doing wrong? Thanks. David
2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
...uot;, SSH_CIPHER_3DES, 8, 16, evp_ssh1_3des }, { "blowfish", 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 }, + { "blow...
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
...p_cipher_st". (ptrmismatch) { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, EVP_des_ede3_cbc }, --------------------------------------------------------^ cc: Warning: cipher.c, line 71: In the initializer for ciphers[5].evptype, the referenced type of the pointer value "EVP_bf_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) { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, EVP_bf_cbc }, -------------------------...
2002 Sep 12
0
Problems compiling openssh 3.4p1 on IRIX 6.2
...line 70: Incompatible pointer type assignment { "3des-cbc", -3 , 8, 24, EVP_des_ede3_cbc }, -------------- ------------^ cfe: Warning 709: cipher.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: Incompatib...
2005 Jun 30
1
Forcing tinc to use aes-128 cipher
...I've made some initial investigation into the source, and in net_setup.c I found a spot where EVP_get_cipherbyname was being called, and that call is being skipped, no matter what I have in the tinc.conf file. So, I changed the default a few lines down where myself->connection->cipher = EVP_bf_cbc(); to EVP_aes_128_cbc(); and I am still not getting aes ecryption. Is there any light you can shine on my problem? Thanks, Jon Howard tinc@alteredrurality.com
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
...ish", SSH_CIPHER_BLOWFISH, 8, 32, evp_ssh1_bf }, + { "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 ---...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...S, 8, 8, 0, EVP_des_cbc }, - { "3des", SSH_CIPHER_3DES, 8, 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-cb...
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: