RFC rfc 3537 Key Wrapping

2007-05-14 Thread Rafa Marin Lopez
Hi all, is there any implementation of RFC 3537 in openssl? Thanks. -- -- Rafael Marin Lopez Depto. Ing. de la Info. y las Comunicaciones Faculty of Computer Science-University of Murcia 30100 Murcia - Spain Telf: +34968398501e-mail:

CRL management pb

2007-05-14 Thread jfhuynh
Hello everybody, I try to build a SSL server which performs client authentication and CRL management. To manage this: First, with X509_STORE_add_cert, I add the certificate coming from trustees.pem file to verify the client certificate Then I read the CRL file and get the corresponding

Re: CRL management pb

2007-05-14 Thread Dr. Stephen Henson
On Mon, May 14, 2007, [EMAIL PROTECTED] wrote: Hello everybody, I try to build a SSL server which performs client authentication and CRL management. To manage this: First, with X509_STORE_add_cert, I add the certificate coming from trustees.pem file to verify the client certificate

%OSVERSION% is not defined at util/pl/VC-32.pl line 41.

2007-05-14 Thread Joe Flowers
Hello All- I can't remember getting this error the last time I built OpenSSL from source. I saw a recent archived post where Steve said that this is caused by the MS VC++ v6.0 SP6 environment not being setup correctly, but I'm not sure this is the case here. This is my second development

Re: %OSVERSION% is not defined at util/pl/VC-32.pl line 41.

2007-05-14 Thread Dr. Stephen Henson
On Mon, May 14, 2007, Joe Flowers wrote: Hello All- I can't remember getting this error the last time I built OpenSSL from source. I saw a recent archived post where Steve said that this is caused by the MS VC++ v6.0 SP6 environment not being setup correctly, but I'm not sure this is

Re: %OSVERSION% is not defined at util/pl/VC-32.pl line 41.

2007-05-14 Thread Joe Flowers
Dr. Stephen Henson wrote: Note that the two errors are produced when generating the WinCE makefiles which aren't used so they can be safely ignored. Steve, Yeah, I noticed the ce warning messages too and tried to continue on to the next step (nmake -f ms\ntdll.mak) but it failed repeatedly