search for: evp_cipher_ctx_set_app_data

Displaying 3 results from an estimated 3 matches for "evp_cipher_ctx_set_app_data".

2010 Apr 14
7
[Bug 1756] New: 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag
...0: undefined reference to `EVP_CIPHER_CTX_get_app_data' ./libssh.a(cipher-ctr.o): In function `ssh_aes_ctr_cleanup': /local/scratch/openssh-5.4p1/cipher-ctr.c:107: undefined reference to `EVP_CIPHER_CTX_get_app_data' /local/scratch/openssh-5.4p1/cipher-ctr.c:110: undefined reference to `EVP_CIPHER_CTX_set_app_data' ./libssh.a(cipher-ctr.o): In function `ssh_aes_ctr_init': /local/scratch/openssh-5.4p1/cipher-ctr.c:90: undefined reference to `EVP_CIPHER_CTX_get_app_data' /local/scratch/openssh-5.4p1/cipher-ctr.c:95: undefined reference to `EVP_CIPHER_CTX_key_length' /local/scratch/openssh-5.4p1...
2003 Dec 22
1
?? memory leak in 3des1
...data(ctx)) != NULL) { +#ifndef SSH_OLD_EVP + EVP_CIPHER_CTX_cleanup(&c->k1); + EVP_CIPHER_CTX_cleanup(&c->k2); + EVP_CIPHER_CTX_cleanup(&c->k3); +#endif memset(c, 0, sizeof(*c)); xfree(c); EVP_CIPHER_CTX_set_app_data(ctx, NULL); OK, my reading of the code may be faulty, but is it that much worse than all the sex-aid messages that make it onto the list? <openssh-unix-dev at mindrot.org>: 203.217.30.81 does not like recipient. Remote host said: 450 Client host rejected: cannot find your hostname, [206...
2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
When compiling the software it breaks with an error on the cipher.c file. Lot's of warnings and error of undeclared stuff. Snippet follows: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include -Iyes -I/usr/local/include -DSSHDIR=\"/etc\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"