Re: BIO_new_mem_buf - segmentation fault on Solaris 2.5.1

2002-09-25 Thread Dr. Stephen Henson
On Wed, Sep 25, 2002, Adrian Petru DIMULESCU wrote: > Hello, > > I've just installed openssl-0.9.6g on a sparc Solaris 2.5.1 > Compiler: gcc version 2.95.3 20010315 (release) > > The problem is that I keep getting a segmentation fault when calling > BIO_new_mem_buf. > > > Here's a truss of my

Re: howto create your own certificate

2002-09-25 Thread Liguo Song
Check out the Securing and Optimizing Linux Guide on www.linuxdoc.org. There are detailed description, needs minor correction, to generate your own certificate. Good luck for you. Liguo (Leo) Alexey S. Poluntchenko wrote: > using openssl X509 api ? > mb any examples exist ? > > thanks _

BIO_new_mem_buf - segmentation fault on Solaris 2.5.1

2002-09-25 Thread Adrian Petru DIMULESCU
Title: BIO_new_mem_buf - segmentation fault on Solaris 2.5.1 Hello, I've just installed openssl-0.9.6g on a sparc Solaris 2.5.1 Compiler: gcc version 2.95.3 20010315 (release) The problem is that I keep getting a segmentation fault when calling BIO_new_mem_buf. Here's a truss of my prog

Re: Openssl Engine

2002-09-25 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 24 Sep 2002 14:55:53 +0200, Michiels Olivier <[EMAIL PROTECTED]> said: olivier.michiels> Hi, olivier.michiels> Currently I've an application that creates keys, certificate requests olivier.michiels> and certificates using NFast and openssl-0.9.5. olivier.

Re: OpenSSL engine NFast

2002-09-25 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 25 Sep 2002 09:04:45 +0200, Michiels Olivier <[EMAIL PROTECTED]> said: olivier.michiels> I'm trying to uderstand how the engine object is olivier.michiels> working with openssl-engine. olivier.michiels> I'm using a NFast crypto device (chil) and when I oliv