Re: wrong defines SN_xyz

2002-04-10 Thread Michael Bell
Lutz Jaenicke schrieb: On Tue, Apr 02, 2002 at 10:07:27PM +0200, Lutz Jaenicke wrote: On Tue, Apr 02, 2002 at 09:25:00AM +0200, Michael Bell wrote: after I found the wrong definitions of SN_surname and SN_serialNumber I looked around and find the next problems in crypto/objects/ :

Re: wrong defines SN_xyz

2002-04-10 Thread Lutz Jaenicke
On Wed, Apr 10, 2002 at 12:36:33PM +0200, Michael Bell wrote: Lutz Jaenicke schrieb: On Tue, Apr 02, 2002 at 10:07:27PM +0200, Lutz Jaenicke wrote: On Tue, Apr 02, 2002 at 09:25:00AM +0200, Michael Bell wrote: after I found the wrong definitions of SN_surname and SN_serialNumber I

Re: wrong defines SN_xyz

2002-04-10 Thread Michael Bell
Lutz Jaenicke schrieb: Doen't sound bad. I would say internetMail would fit better into the usual naming scheme... I would prefer it too. Best Regards, Michael -- --- Michael Bell Email (private): [EMAIL

Read RSA or DSA private key from certificate

2002-04-10 Thread Jan Tschirschwitz
Hello, I want to read out a private key from a *.p12 file into a structure. The private key schould be in the same unencrypted form as in the certificate file. I have tried this with the function EVP_PKEY *privat_key=NULL; privat_key = d2i_PrivateKey_fp(cert_file, NULL); but I get an error

Re: wrong defines SN_xyz

2002-04-10 Thread Lutz Jaenicke
On Wed, Apr 10, 2002 at 01:13:05PM +0200, Michael Bell wrote: Lutz Jaenicke schrieb: Doen't sound bad. I would say internetMail would fit better into the usual naming scheme... I would prefer it too. Hmm. Just had another look into RFC1700... Even though it is not yet used in

RE: VxWorks and OPEN SSL questions -

2002-04-10 Thread Praveen Dulam
Bill I am getting this error on bss_log.c file compilation. This is to do with syslog.h file. # include sys/syslog.h #elif !defined(MSDOS) /*Unix*/ # include syslog.h #endif Do I need to include any VxWorks specific includes/constants. Thanks Praveen -Original Message- From:

openssl-engine0.9.6.c error on make test and when using -engine option

2002-04-10 Thread Yanick Turcotte
Hi, i am trying to make work openssl-engine-0.9.6c with a criptoswift card. I am running on a AIX 4.3.3. This is my config command: config --prefix=/usr/local --openssldir=/usr/local/openssl -DDSO_DLFCN -DHAVE_DLFCN_H threads -D_REENTRANT I have no error on that part When i do make