search for: evp_des_ede3_cbc

Displaying 9 results from an estimated 9 matches for "evp_des_ede3_cbc".

2018 Apr 18
3
[PATCH] configure.ac/cipher.c: Check for OpenSSL with EVP_des_ede3_cbc
While compiling openssl with option `no-des', it caused the openssh build failure ... cipher.c:85:41: error: 'EVP_des_ede3_cbc' undeclared here (not in a function); ... Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com> --- cipher.c | 2 ++ configure.ac | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/cipher.c b/cipher.c index c3cd5dc..41dacfb 100644 --- a/cipher.c +++ b/ciph...
2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
..._CIPHER_DES, 8, 8, (const EVP_CIPHER *(*)(void)) EVP_des_cbc }, { "3des", 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_SSH...
2002 Jul 25
1
[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c
...struct evp_cipher_st". (ptrmismatch) { "des", SSH_CIPHER_DES, 8, 8, EVP_des_cbc }, ------------------------------------------------------^ cc: Warning: cipher.c, line 70: In the initializer for ciphers[4].evptype, the referenced type of the pointer value "EVP_des_ede3_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) { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, EVP_des_ede3_cbc }, -------------------...
2002 Sep 12
0
Problems compiling openssh 3.4p1 on IRIX 6.2
...ipher.c, line 66: Incompatible pointer type assignment { "des", 2 , 8, 8, EVP_des_cbc }, --------- ----------^ cfe: Warning 709: cipher.c, 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...
2009 Jan 20
1
OpenSSH private key encryption: time for AES?
Hi, all. So, in reviewing my OpenSSH keypairs and evaluating the size my RSA keys should be, i realized that, if i update my 2048-bit keypairs to 4096 bits, it really doesn't matter that much, because they're still only encrypted with 3DES, which provides an effective 112 bits of symmetric encryption strength: $ head -4 ~/.ssh/id_rsa -----BEGIN RSA PRIVATE KEY----- Proc-Type:
2004 Nov 11
2
patch adding none cipher/mac for ssh v2
...es", SSH_CIPHER_3DES, 8, 16, evp_ssh1_3des }, { "blowfish", 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...
2005 Aug 09
2
error compiling asterisk on solaris
...get_issuer_name' /usr/local/ssl/lib/libssl.so: undefined reference to `ASN1_put_object' /usr/local/ssl/lib/libssl.so: undefined reference to `X509_get_ext_count' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_idea_cbc' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_des_ede3_cbc' /usr/local/ssl/lib/libssl.so: undefined reference to `X509_STORE_free' /usr/local/ssl/lib/libssl.so: undefined reference to `ERR_load_crypto_strings' /usr/local/ssl/lib/libssl.so: undefined reference to `BUF_MEM_grow' /usr/local/ssl/lib/libssl.so: undefined reference to `lh_insert&...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...SSH_CIPHER_NONE, 8, 0, 0, EVP_enc_null }, - { "des", SSH_CIPHER_DES, 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 }, - { "arcfour2...
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: