RE: [openssl.org #135] Complie Error with OpenSSL 0.9.6 on HP-UX 10.20

2002-07-08 Thread
Thanks Lutz, This seems to have fixed the problem Regards Tom -Original Message- From: Lutz Jaenicke via RT [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 19:20 To: Tom Owens Cc: [EMAIL PROTECTED] Subject: [openssl.org #135] Complie Error with OpenSSL 0.9.6 on HP-UX 10.20 [[EMAIL

RE: [openssl.org #135] AutoReply: Complie Error with OpenSSL 0.9.6 on HP-UX 10.20

2002-07-08 Thread
The problem was fixed by using release 0.9.6d. Thanks for your help Regards Tom -Original Message- From: OpenSSL-Bugs [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 15:58 To: Tom Owens Subject: [openssl.org #135] AutoReply: Complie Error with OpenSSL 0.9.6 on HP-UX 10.20

new CA entry

2002-07-08 Thread Jean-Luc Cooke
Out of curiosity, if I were to run a CA service to sign SSL certs for dozens of OpenSource websites, could I have my CA cert added to your /usr/share/ssl/cert.pem list of CAs? Thank you JLC -- http://www.certainkey.com Suite 4560 CTTC 1125 Colonel By Dr. Ottawa ON, K1S 5B6 C: 613.263.2983

dynamic engine

2002-07-08 Thread Jan Tschirschwitz
Hello, I want to implement our engine in a dynamic way. I have build an dynamic engine library. When I want to load this library with this command I get an error during the engine bind process. openssl engine dynamic -pre SO_PATH:/usr/lib/dyn_cluster_labs.so -pre ID:cluster_labs -pre LOAD

[openssl.org #139] [Fwd: Bug#150260: openssl: unnecessarily chatty on stderr]

2002-07-08 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

server down?

2002-07-08 Thread Gisle Vanem
What's up with the ftp.openssl.org server? It's been unreachable all day. Gisle V. __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED]

[openssl.org #139] [Fwd: Bug#150260: openssl: unnecessarily chatty on stderr]

2002-07-08 Thread Christoph Martin via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: dynamic engine

2002-07-08 Thread Geoff Thorpe
Hi Jan, On Mon, 8 Jul 2002, Jan Tschirschwitz wrote: I want to implement our engine in a dynamic way. I have build an dynamic engine library. When I want to load this library with this command I get an error during the engine bind process. [snip] [Failure]: LOAD

univ. of Utah mirroir

2002-07-08 Thread Mehmet Musa
Hi there, I noticed that the openssl dev team has provided a binary repository of openssl 0.9.6c to the HP-UX porting center (univ of Utah) web site. I tried to look up some contact info from the web site but could not find any. Since you guys seem to have contributed to the web site, could

Re: univ. of Utah mirroir

2002-07-08 Thread Lutz Jaenicke
On Mon, Jul 08, 2002 at 07:40:26AM -0700, Mehmet Musa wrote: I noticed that the openssl dev team has provided a binary repository of openssl 0.9.6c to the HP-UX porting center (univ of Utah) web site. I tried to look up some contact info from the web site but could not find any. Since you

Re: dynamic engine

2002-07-08 Thread Jan Tschirschwitz
Hello Geoff, I'm working with an i386 platform with an RedHat installed and here is the script I use to build the dynamic engine library. __ #! /bin/sh cd crypto/engine gcc -I.. -I../.. -I../../include -fPIC

Re: dynamic engine

2002-07-08 Thread Geoff Thorpe
Hi, On Mon, 8 Jul 2002, Jan Tschirschwitz wrote: I'm working with an i386 platform with an RedHat installed and here is the script I use to build the dynamic engine library. __ #! /bin/sh cd crypto/engine gcc -I..