Shared library for Solaris

2000-03-15 Thread Geeta Mahesh
Hi there, Can anybody give me direction on building openssl as a shared library for solaris? I am using openssl-0.9.4. Regards, Rajesh.

Re: Man Patch

2000-03-15 Thread Niels Poppe
Bodo Moeller wrote: Niels Poppe [EMAIL PROTECTED]: FreeBSD comes with some /usr/share/man1/man1aout/*1aout files. That's "/usr/share/man/...", presumably? Right. I'd say having an ssl extension on both directory and filename wouldn't harm, even when keeping them under

RE: [Fwd: SNACC ASN.1 Freeware (was RE: ASN.1 Notation)]

2000-03-15 Thread Salz, Rich
The folks at the Distributed Systems Technology Center is building a PKI from the ground up. They've made similar modifications to SNACC. The primary difference is that VanDyke considers their version to be frozen ("it does what we need it to do") while DSTC might still be doing some work on

Re: [Fwd: SNACC ASN.1 Freeware (was RE: ASN.1 Notation)]

2000-03-15 Thread Dr Stephen Henson
Salz, Rich wrote: The folks at the Distributed Systems Technology Center is building a PKI from the ground up. They've made similar modifications to SNACC. The primary difference is that VanDyke considers their version to be frozen ("it does what we need it to do") while DSTC might still

RE: Shared library for Solaris

2000-03-15 Thread Preston Gardner
The ultra-correct way to do it is to alter all the makefiles so that everything gets linked as a .so. Instead I have a Perl script (attached) that unarchives the .a files and then rearchives them into a .so. You might have to make alterations to this based on what version of Perl you have

[Fwd: [Eben Moglen moglen@columbia.edu] Re: US crypto export restrictionsand GNU (fwd)]

2000-03-15 Thread Ben Laurie
OK! A _real_ legal opinion! Cheers, Ben. -- SECURE HOSTING AT THE BUNKER: http://www.thebunker.net/hosting.htm http://www.apache-ssl.org/ben.html Coming to ApacheCon Europe? http://ApacheCon.Com/ On Wed, 15 March 2000, Ben Laurie wrote: The claim is that should OpenSSL (a

Re: OpenSSL's smime tool / Mutt.

2000-03-15 Thread Vadim Fedukovich
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Problem while compiling openssl

2000-03-15 Thread Pro digy
Hi all, I got error message while trying to compling openssl in E-250 sun enterprise server. Here I attached as well as printed the bug report. Kindly anyone give a solution for solving the problem ASAP. Regards, SivaKumar.V +

installation error

2000-03-15 Thread Hong Zhang
When I tried to install the OpenSSL to my linux box (kernel 2.2.13), after I typed "make", I got the following error message: == making all in crypto... make[1]: Entering directory `/usr/local/openssl-0.9.5/crypto' gcc -I.

Fw: Re: memory leaks in SSLeay_add_all_algorithms?

2000-03-15 Thread Richard Levitte - VMS Whacker
Might be a good idea... Thanks. A suggestion however? Not a top priority, but it would be nice to clean up these leaks, so that we could detect leaks in our own code. I imagine we can do already this by switching on and off the tracing, but it would be simpler to use. - Original

RE: Shared library for Solaris

2000-03-15 Thread Ramsay, Ron
Wasn't it pointed out that these 'shared' libraries do not contain position-independent code and, therefore, when linked against they cause private pages to be allocated so the data isn't 'shared' at all. A complete waste of time! Ron. -Original Message- From: Preston Gardner

Re: Fw: Re: memory leaks in SSLeay_add_all_algorithms?

2000-03-15 Thread Bodo Moeller
Richard Levitte - VMS Whacker [EMAIL PROTECTED]: Might be a good idea... From: "Richard Dykiel" [EMAIL PROTECTED] To: "Richard Levitte - VMS Whacker" [EMAIL PROTECTED] A suggestion however? Not a top priority, but it would be nice to clean up these leaks, [...] There are no known

Re: installation error

2000-03-15 Thread Bodo Moeller
Hong Zhang [EMAIL PROTECTED]: gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c -o cryptlib.o In file included from /usr/include/errno.h:36, from

Howto Programming Simple https Access client ?

2000-03-15 Thread Nagasue, Shuhei
Hi I am trying to make simple https Access client. I refer to "demos/bio/sconnect.c". that is very helpful and useful. I already succeeded to run sconnect.c inspite of needing little change. But I am now against my ignorantness about OpenSSL. In "sconnect.c", client only get 1page of sever.