Re: OpenSSL for PDA's

2004-07-01 Thread Dr. Stephen Henson
On Thu, Jul 01, 2004, Frank wrote: > Has any one tried to port all or part of the Openssl libraries to any > PDA? i.e. like HP's iPAG running MS pocket PC OS 2003 or Sharps SL-6000 > running Linux/Open PDA? > > Any one think it will work or take a big effort to get it to work? I > only reall

OpenSSL for PDA's

2004-07-01 Thread Frank
Has any one tried to port all or part of the Openssl libraries to any PDA? i.e. like HP's iPAG running MS pocket PC OS 2003 or Sharps SL-6000 running Linux/Open PDA? Any one think it will work or take a big effort to get it to work? I only really need the crypto lib ported for our application

HP UX 10.20 compilations stops with error.

2004-07-01 Thread Dommeti Kishoredas
Hi all, I am trying to build openssl 0.9.7d on HPUX 10.20 using gcc 2.95.2(binutil 2.11.2 is installed) compilation stopped with following error. + /usr/ccs/bin/ld +vnocompatwarnings -b -z +s -o libcrypto.sl.0.9.7 +h libcrypto.sl.0.9.7 -Fl libcry pto.a -ldld -lc /usr/ccs/bin/ld: DP relative code

OpenSSL statically linked and Internet Explorer

2004-07-01 Thread Alain Prouté
Hi everybody ! I've experienced a curious problem with SSL when it is linked statically. I have the OpenSSL library linked with a virtual machine (executing 'virtual' programs produced by some experimental compiler). This has been used (amongh other things) as a HTTP/HTTPS server. The virtual ma

test mail

2004-07-01 Thread gsubramanian
GuruGnanam Subramanian, iNautix Technologies, Chennai, India Tel: 91-44-2254 6000 Ext: 1099 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECT

Re: Creation of PKCS7 files

2004-07-01 Thread Olaf Gellert
Dr. Stephen Henson wrote: >>If yes, how would I create a PKCS7 file containing >>a given certificate chain using OpenSSL? > > The crl2pkc7 utility will do this. Thanx Steve, sorry that I was not smart enough to figure out, that you could call crl2pkcs7 (which obviously should create pkcs7 files co