OCSP troubles

2007-01-10 Thread Arrakis
Greetings, I am having some issue with ocsp under a win32 environment. I am trying to get CACert to verify the status of a server certificate it issued to me. I don't think this error is CACert's fault. I run openssl, but keep getting bad responses: openssl ocsp -host ocsp.cacert.org:2560 -issu

Extended Validated (EV) SSl cert

2007-01-10 Thread Ritesh Rekhi
Hello Gurus, Can anyone of you shed some light on how to generate EV cert using openssl . I know how to generate normal cert but don't know what other extensions are needed for EV cert. Thanks in advance Ritesh

RE: Compiling on Unisys SVR4

2007-01-10 Thread Kelly Price
On this system, there is no such thing as a "long long". This OS is staunchly 32-bit, so I probably need to disable any 64-bit accesses. Using this now, based on what Perl 5.004_05 asked: ./Configure no-sha512 -DNO_STRINGS_H -I/usr/include -I/usr/ucbinclude \ -L/usr/ccs/lib -L/usr/ucblib -lsocke

Re: openssl version 0.9.8b : cannot read the private key

2007-01-10 Thread Kaushalye Kapuruge
Folks, I found another way to get this job done. And it is working on all the versions mentioned. Instead of using PEM_read_bio_PrivateKey() we used d2i_PrivateKey_bio(). Now the key is not NULL. Cheers, Kaushalye Kaushalye Kapuruge wrote: Hi folks, I was trying to read a private key (EVP_PKEY

Re: speed test with cavium engine

2007-01-10 Thread Marek Marcola
Hello, > > I am trying to compare the performance benefits in using hardware > accelerator, and am experimenting the CAVIUM SSL card. > > I am comparing the results between 'speed' and 'speed -engine cavium', > and i do not see any difference in numbers. > I do see the message 'cavium engine set

RE: Compiling on Unisys SVR4

2007-01-10 Thread Marek Marcola
Hello, > Even removing it doesn't solve the issue. SHA512 performs its calculation on eight 64-bit long state variables. This variables are defined in structure SHA512_CTX of SHA_LONG64 type (h vector). Type SHA_LONG64 is machine dependent and should be defianed as unsigned EXACTLY 64-bit long. Fo