search for: rsa_xxx

Displaying 1 result from an estimated 1 matches for "rsa_xxx".

Did you mean: res_xxx
2000 May 15
1
[PATCH] using openssl with no-rsa?
...st_key != NULL) key_free(sensitive_data.dsa_host_key); } The machine is an i686 using standard RedHat 6.2. It appears that the ssh binaries are doing some form of delayed linking that is allowing the program to run without all the functions defined. It appears that as long as no RSA_xxx calls are made the ssh server works. My question is - Am I doing something seriously wrong (that will definitely break at some point), or is this an acceptable fix for getting a working non-RSA ssh daemon on Linux? Am I going about this all wrong - is there a simpler method? I'm not on th...