[test_bn] Error 2

2001-01-14 Thread Bill Wood
I am trying to install OpenSSL on a Redhat Linux box running Apache. Everything seemed to be going well until I ran "make test". I got the following error: running bc Failed! bc: /bin/sh: bc: command not found make[1]: *** [test_bn] Error 2 make[1]: Leaving directory `/home2/mercedesshop/openssl

RE: -verify option for s_client

2001-01-14 Thread Rafâa TAHAR
Hi, i didn't try to verify the depth by the openssl commandes but by some code, i'm given it to ya if u r interested and if this could help ya! the variable preverify_ok is set to 1, this assumes that i'll verify for a depth equals to 1. *** int ver

Re: overflow caused by memcpy()

2001-01-14 Thread Dr S N Henson
David Arbogast wrote: > > Dec 29 00:52:41 libsafe.so[16322]: detected an attempt to write > across stack boundary. > Dec 29 00:52:41 libsafe.so[16322]: terminating > /home/jamesb/src/openssl-0.9.6/apps/openssl > Dec 29 00:52:41 libsafe.so[16322]: overflow caused by memcpy() > > Has anyone who ha

Re: how create certificate without header?

2001-01-14 Thread Dr S N Henson
Boris wrote: > > Hello openssl-users, > > i want to create certificates without the text headers, so that there > is only a > > -BEGIN CERTIFICATE- > ... > -END CERTIFICATE- > > without the certificate informations like this: > > Certificate: > Data: > Version: 1 (0x0) > Se

Re: thread safety and info callback

2001-01-14 Thread Tony Rogvall
Cory Winter wrote: > Hi, > > On Tue, Jan 09, 2001 at 09:20:04AM -0800, Geoff Thorpe wrote: > > On Tue, 9 Jan 2001, Cory Winter wrote: > > > > > Anyway, I'm wondering if users are also expected to make the info callbacks > > > thread safe? Don't get me wrong, I realize that this may sound like a s