Displaying 2 results from an estimated 2 matches for "cryptolibs".
Did you mean:
crypt_libs
2000 Oct 01
0
OpenSSH-2.2.0p1 cores in openssl-0.9.6's bn_print.c
The bug is pretty simple: bn_print.c in openssl-0.9.6's crypto lib
says you must use OPENSSL_free on the return value from Bn_bn2dec, yet
key.c simply calls free on the buffer.
I changed it, but it didn't fix the problem I'm seeing. I don't know
if what I'm seeing is a known bug (didn't see it anywhere on the web
site).
I get a core dump when trying to connect to another
2007 Mar 24
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
Hi all.
Now that we have SSHDLIBS for the libraries required by sshd only, it's
possible to remove some of the single-purpose variables from Makefile.
If this is worth doing, the next step would probably be to move the
OpenSSL libs into CRYPTOLIBS since binaries such as scp and sftp don't
need to be linked with libcrypto.
Index: Makefile.in
===================================================================
RCS file: /usr/local/src/security/openssh/cvs/openssh/Makefile.in,v
retrieving revision 1.283
diff -u -p -r1.283 Makefile.in
--- Ma...