Displaying 2 results from an estimated 2 matches for "bn_mont_ctx_set".
2001 Mar 06
3
crashing on receiving connection
...e in 5 seconds...
Mar 6 18:33:00 localhost tinc.vpn[20703]: Closing connection with home (192.168.0.4)
Mar 6 18:33:00 localhost tinc.vpn[20703]: Terminating
What is going wrong? I tried to debug this, but got following with DDD:
Program received signal SIGSEGV, Segmentation fault.
0x40075a30 in BN_MONT_CTX_set () from /usr/lib/libcrypto.so.0.9.6
Running step-for-step, I saw it crashing in the following line in
protocol.c:
/* Encrypt the random data */
if(RSA_public_encrypt(len, cl->hischallenge, buffer, cl->rsa_key, RSA_NO_PADDING) != len) /* NO_PADDING because the message size equals th...
2000 Jul 19
2
Why do I *still* need RSA?
OpenSSH Developers,
I'm researching whether or not OpenSSH is a viable commercial
alternative to F-SECURE SSH or SSH.COM's ssh, but I'm not getting the
kind of results that I expected from a "Non patent encumbered ssh
client".
When I attempt to build OpenSSH against an OpenSSL build without rc5,
idea, or rsa it bombs since OpenSSL doesn't place the header files in
the