>The 5.0 version of the SDK (which is the one you can find the source code
for on
>mozilla) is built using dynamic libraries (for NSS & NSPR). I'm in the
process
>of pushing the binaries to www.iplanet.com so you should be able to pick
them up
>shortly.
I fixed the symbol conflict of original OpenSSL and Netscape SDK. But I
still have problem when I used my own crypto lib. WHERE and WHEN I can
download the SDK 5.0? I am kind of in hurry for doing this. Does 5.0 use
same crypto lib as other version (4.x, 3.x).
>It has all of the C SDK code. You should be able (with some luck) to
compile
>it. It depends on NSS and NSPR ofcourse......but all of the source is
there so
>you should be able to make it do what you want.
I download and built C SDK source code. It doesn't contain ldap_ssl.h. Is
this file generated by compiling the SDK or I should download it from
somewhere else.
Thanks ELwin
> -----Original Message-----
> From: Michael Hein [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 02, 2001 12:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: LDAP SDK name conflict with Openssl
>
> "HO,ELWIN , HP-Cupertino,ex1" wrote:
>
> > Hi,
> >
> > I have a project about authenticate user to access web resource by using
> > Apache web server and aut_ldap.
> >
> > I build the LDAP Apache module(auth_ldap) with Netscape LDAP SDK 4.1.
(Our
> > Apache built with OpenSSL 0.96a) There aren't problems to build the
> module,
> > but the web server cannot start after I add the module to the web
server.
> > The answer I got from the module author is that Openssl have name
conflict
> > with Netscape LDAP SDK.
> >
>
> Can you please provide the details as to what conflict you have and your
> assessment as to why it is a LDAP SDK issue and not an Openssl issue. The
> latest source code for the C SDK can be found at
> http://www.mozilla.org/directory/csdk.html
>
> Michael
>
> >
> > My questions are
> > 1. Are there any fixed for this?
> > 2. Where I can get the entire Netscape LDAP SDK source code
(Include
> > security part)?
> > 3. Does Netscape LDAP SDK use PKCS #12 for encryption?
> > 4. Can I change pkcs to Bsafe?
> >
> > Thanks
> > Elwin Ho