Displaying 3 results from an estimated 3 matches for "bio_s_fil".
Did you mean:
bio_s_file
2000 Aug 02
1
load_private_key hell
...nning I checked that the arguments to
load_private_key were identical in ssh and my test program for both times
they are called. I continued checking like this for every function call
inside load_private_key. The first difference I noticed was in
load_private_key_dsa. After it calls: in = BIO_new(BIO_s_file()); The
"in" stucture in my test program and ssh are identical except for
in->ex_data->dummy which is 0 in ssh and 1886999597 in my program!?! I
don't know how that happens, since that function takes no arguments. I'm
guessing some sort of global variable? Also with the...
2001 Sep 27
4
ssh2 key passphrase problems in 2.9.9 on Linux
I've just compiled and installed openssh-2.9.9p2 (compiled against
openssl-0.9.6b using gcc-3.0.0) on a Slackware 7-based Linux machine
(kernel 2.4.6ac2). The previously installed version was 2.9p2, compiled
against openssl-0.9.6a, also with gcc-3.0.0, but with a different build of
gcc-3.0.0.
Everything seems to work fine except for one problem: passphrase matching
for ssh2 keys
2005 Aug 09
2
error compiling asterisk on solaris
...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'
/usr/local/ssl/lib/libssl.so: undefined reference to `BIO_snprintf'
/usr/local/ssl/lib/libssl.so: undefined reference to `d2i_RSAPrivateKey_bio'
/usr/local/ssl/lib/libssl.so: undefined reference to `ASN1_dup&...