Displaying 4 results from an estimated 4 matches for "librsaglue".
Did you mean:
libgssglue
2000 Mar 06
1
openssl and rsa
The openssl list does not seem to respond to this, so let me ask you
here:
my librsaref.a is in /space/local/lib. How do I tell about this to
openssl's config/make?
Also, how do I tell config/make to use /usr/ccs/bin/ld instead of the
default (gnu linker has problems on Solaris).
Thx,
Mate
2000 Mar 13
2
rsaref test
Is it true that configure tests for the existence of librsaref.a, and
if it finds it, it assumes that that rsaref is supposed to be used---*even
if openssl was not built with rsaref support* ?
Mate
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
I've attached two patches. The first just changes the output of "ssh -V"
to print that it was built against rsaref if libRSAglue (which is built
as part of openssl only when it is built against rsaref) is present at
build-time. The second adds appropriate calls to pam_setcred() in sshd.
Without them, our systems can't access AFS because the PAM modules only
get tokens at a pam_setcred() or pam_open_session() call.
Chee...
2000 Mar 10
2
problems running configure
I am trying to run the configure script under SuSE 6.3 and get the same
error message that others have seen being unable to find working openssl
libraries. I tried the patch to configure.in suggested in this list but it
did not solve my problem.
openssl(latest version) compiled and installed with no problems in
/usr/local/ssl. I then installed the ssl mods for apache and the
compilation,