Displaying 2 results from an estimated 2 matches for "cryptolib".
Did you mean:
cryptlib
2000 Oct 01
0
OpenSSH-2.2.0p1 cores in openssl-0.9.6's bn_print.c
...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 machine. It cores
in BN_bn2dec in CRYPTO_malloc, all in openssl's cryptolib, but I think
it's because openssh is not initiallizing the openssl malloc machine
(there is a comment in the openssl source about calling
CRYPTO_malloc_init, but it's in the SSLEAY CHANGES. . .).
Just FYI: It's a sparc running Solaris 8.
Will provide further details upon request, but...
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
--- M...