Displaying 4 results from an estimated 4 matches for "rsaglu".
Did you mean:
rsaglue
2000 Aug 17
2
OpenSSH and HP-UX
...Archive at hpux.cae.wisc.edu. GNU make is /usr/local/bin/gmake,
zlib is in /opt/zlib, OpenSSl in /opt/openssl, HP ANSI C compiler.
OpenSSH 2.2.1p4.
'configure' on this system warns that rsa is not available. I found
source at www.spinnaker.com which builds an rsaref.a library but not an
RSAglue one. So I'm stuck with the failed link of ssh. Help?
--
Stephen Walton, Professor of Physics and Astronomy,
California State University, Northridge
stephen.walton at csun.edu
1999 Dec 04
2
confusion over RSAref vul w/OpenSS[HL]
Howdy,
The string of notices on BugTraq about RSAref being vulnerable to
overflows has me concerned. After trying to sort through all the
messages, I can't figure out whether I need to update OpenSSL (a
check of their website indicates no new patches), OpenSSH, both, or
neither. I am aware there is no known exploit for it yet.
I could be a bad boy and just run all
2000 Mar 17
2
Problem with 1.2.3pre4 and RSAref
...it exists on the system (which breaks OpenSSL):
for WANTS_RSAREF in "" 1 ; do
if test -z "$WANTS_RSAREF" ; then
LIBS="$saved_LIBS -lcrypto"
else
LIBS="$saved_LIBS -lcrypto -lRSAglue -lrsaref"
fi
....
It appears that the code referenced in configure just before line 1950 works
correctly even without the RSAglue and rsaref libraries, but "in production"
work fails needing "_RSAPrivateDecrypt".
If someone wants to run a patch by me on t...
2001 Aug 18
0
installing openssh-2.9p2 after openssl-0.9.6b on freebsd-4.3-RELEASE
...XED/Makefile Sat Aug 18 21:12:53 2001
--- openssh-2.9p2/Makefile Sat Aug 18 21:34:12 2001
***************
*** 27,43 ****
CC=gcc
LD=gcc
CFLAGS=-O -pipe -Wall -I/l/ssl/include
! CPPFLAGS=-I. -I$(srcdir) $(PATHS) -DHAVE_CONFIG_H
! # -ino: Sat-18.08.01-21:02
! #LIBS=-lwrap -lz -lutil -lcrypto -lRSAglue -lrsaref -lcrypt
! LIBS=-lwrap -lz -lutil -lcrypt -L/l/ssl/lib -lcrypto -lssl -L/l/lib -lrsaref
AR=/usr/bin/ar
RANLIB=ranlib
INSTALL=/usr/bin/install -c
PERL=/usr/bin/perl5
ENT=
XAUTH_PATH=/usr/X11R6/bin/xauth
! LDFLAGS=-L. -Lopenbsd-compat/
EXEEXT=
SSH_MODE= 04711
--- 27,41...