Compiling openssl libs for arm-linux

2005-09-04 Thread Anirudh
Hi, I have to compile curl/wget with SSL support for an ipaq handheld pc (arm processor). I have the arm-linux-gcc cross compiler toolchain, but in the Configure options for os/compiler for openssl-0.9.8, I can't find this option. What do i do? Can it be done? thanks in advance, anirudh

Re: problem with d2i_X509() ??

2005-09-04 Thread Nils Larsch
Rajeshwar Singh Jenwar wrote: Hi All, I have to read x509 certificate(in .pem format) from memory. I have written two functions. Fn.1 /* get X509 structure from memory. */ extern X509 *mem2x509(vchar_t *cert) { X509 *x509; unsigned char *bp; bp = (unsigned char *) cert-v; x509 =

Re: What does Outlook 2003 look for in a S/MIME cert?

2005-09-04 Thread Jason Haar
Dr. Stephen Henson wrote: By default the PKCS#12 files OpenSSL creates should be key exchange keys unless you supply the -keysig command line argument. I Groan! Well spotted Steve! It appears we scripted calls to openssl with the -keyex option when making certs (it was specifically to stop

Re: problem with d2i_X509() ??

2005-09-04 Thread Rajeshwar Singh Jenwar
Hi Nils, U r write. That was the reason. On 9/5/05, Nils Larsch [EMAIL PROTECTED] wrote: Rajeshwar Singh Jenwar wrote: Hi All, I have to read x509 certificate(in .pem format) from memory. I have written two functions. Fn.1 /* get X509 structure from memory. */ extern X509 *mem2x509(vchar_t *cert)