Re: OpenSSL with Luna SA

2012-02-01 Thread Dr. Stephen Henson
On Wed, Feb 01, 2012, Bram Cymet wrote: > Hi Mathias, > > Thanks for the reply. I made the change however it doesn't seem to have > fixed my problem. > > I am still getting: > > 139697024018088:error:2606B08C:engine routines:ENGINE_finish:dsa not > implemented:e_lunaca3.c:710:DSO not set > 1396

Re: can't redirect console log during windows build

2012-02-01 Thread Jakob Bohm
In my experience this is your copy of Perl itself not being compatible with your remote execution system. Try adding these 6 commands before the first Perl call to confirm this: del hello1.txt del hello2.txt del hello3.txt echo Hello > hello1.txt call perl -e "print qq!Hello\n!" > hello2.txt ech

can't redirect console log during windows build

2012-02-01 Thread Eric Lordahl
I have openSSL set up as a dependency for other projects that I'm building. It builds with the following commands: call perl Configure VC-WIN64A no-zlib no-shared --prefix=. call ms\do_win64a nmake -f ms\nt.mak This works fine, but only if I'm physically at the command prompt. If I attem

Re: OpenSSL with Luna SA

2012-02-01 Thread Bram Cymet
Hi Mathias, Thanks for the reply. I made the change however it doesn't seem to have fixed my problem. I am still getting: 139697024018088:error:2606B08C:engine routines:ENGINE_finish:dsa not implemented:e_lunaca3.c:710:DSO not set 139697024018088:error:260B806D:engine routines:ENGINE_TABLE_REGIS

FW: Facing issue while compiling openssl-1.0.0c on MIPS 64 big endian architectur

2012-02-01 Thread Shivam Agarwal
Gentle Reminder Regards Shivam Agarwal From: Shivam Agarwal Sent: Tuesday, January 31, 2012 7:30 PM To: 'openssl-users@openssl.org' Subject: Facing issue while compiling openssl-1.0.0c on MIPS 64 big endian architectur Hi Team, I have picked openssl tar fr

Re: OpenSSL with Luna SA

2012-02-01 Thread Mathias Tausig
On 02/01/2012 12:59 PM, Bram Cymet wrote: > Hi, > > I am attempting to use openssl with the Luna SA HSM. I am getting the > following error: > > can't use that engine > 140064027543208:error:2606B08C:engine routines:ENGINE_finish:dsa not > implemented:e_lunaca3.c:710:DSO not set > 140064027543208

OpenSSL with Luna SA

2012-02-01 Thread Bram Cymet
Hi, I am attempting to use openssl with the Luna SA HSM. I am getting the following error: can't use that engine 140064027543208:error:2606B08C:engine routines:ENGINE_finish:dsa not implemented:e_lunaca3.c:710:DSO not set 140064027543208:error:260B806D:engine routines:ENGINE_TABLE_REGISTER:init f

Re: [openssl-users] Support for certificates other than the X509?? standard Reg.

2012-02-01 Thread Frank Morgner
Hi! > > Out of my head, there's ISO7816-6 certificates, used at least in eID > > projects (EAC passports). We built support for Card Verifiable Certificats (CV-Certificates) into OpenSSL: http://openpace.sourceforge.net/ This format is used in the EAC passports. Cheers, Frank. pgpNDVrThZ4F5.p

Re: [openssl-users] Support for certificates other than the X509 standard Reg.

2012-02-01 Thread Jakob Bohm
Just to clarify: Real PGP/gpg certs (not the X.509 certs embedded in some of them with a few software versions) are not ASN.1 based at all, but use a simpler, pure binary, encoding. I think there is an RFC for the format. On 1/31/2012 5:29 PM, Erwann Abalea wrote: Bonjour, Out of my head, the