search for: dsa_method

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

Did you mean: rsa_method
2001 Nov 05
1
FYI dsa_lib.c and dh_lib.c in openssl-0.9.6b and latest snapshot
...ions I used for various code are documented in the Sun Blueprint "Building and Deploying OpenSSH for the Solaris Operating Environment" The source changes I made are below for openssl (suggested by several here): Please change line 69 in openssl-0.9.6b/crypto/dsa/dsa_lib.c from static DSA_METHOD *default_DSA_method; to static DSA_METHOD *default_DSA_method = NULL; I just found another of these beasts in crypto/dh/dh_lib.c. Change static const DH_METHOD *default_DH_method; to static const DH_METHOD *default_DH_method = NULL; -------------- next part -------------- An HTML attachmen...
2001 Nov 06
0
Sun Forte 6 Update 2 Compiler Issues Resolved!
...out changing source for openssl. I hope somebody finds this useful. I will report back on Solaris 2.6. If you still can't get things to work then you can always do the following to the openssl code (this is for 0.9.6b): Please change line 69 in openssl-0.9.6b/crypto/dsa/dsa_lib.c from static DSA_METHOD *default_DSA_method; to static DSA_METHOD *default_DSA_method = NULL; I just found another of these beasts in crypto/dh/dh_lib.c. Change static const DH_METHOD *default_DH_method; to static const DH_METHOD *default_DH_method = NULL; -------------- next part -------------- An HTML attachm...
2001 Jul 24
4
Debugging ssh-keygen dsa on Solaris8
Hello, >From the response to my original post regarding openssh, obviously the only way to resolve the problem of getting openssh to work properly under Solaris 8 with openssl 0.9.6b was to compile with debugging an analyze to core file. Let me state that I am not a developer, but maybe the following will help. I have compiled both openssh2.96p2 and openssl 0.9.6b with debugging using the Sun