[3096] in WWW Security List Archive
SSL and NSAPI
daemon@ATHENA.MIT.EDU (Vikul Khosla)
Thu Sep 26 15:35:19 1996
Date: Wed, 25 Sep 1996 10:00:51 -0400
From: s5uvxk@fnma.com (Vikul Khosla)
To: uunet!ns2.rutgers.edu!www-security@uunet.uu.net,
netscape.com.!robm@uunet.uu.net
Cc: Ubiquity.com.!vikul@uunet.uu.net
Errors-To: owner-www-security@ns2.rutgers.edu
Folks,
I need to have SSL client capability from within a NSAPI plug-in. Basically,
the plug-in sets up https connection to another secure server.
I was hoping to use the built-in SSL libraries in the commerce/enterprise
servers, and used the SSL reference implementation as a starting point to
figure out the functions that needed to be called ... SSL_Create,
SSL_Handshake etc. However, I ran into unresolved references. So either
the symbols for these functions have been mangled or else the client side
functionality does not exist in these server products.
I don't know of any NSAPI functions that address this either. Is there
a NSAPI set of functions for addressing SSL related issues ?
Any ideas ? Kludges ? hacks ? how I might be able to solve this problem.
Thanks.
Vikul