Re: Creating a x509 request with Whirlpool

2010-06-28 Thread Davi Tozoni
Sorry, I should give more details. First of all, I don't know if all I've done is correctly. Basically, I made up my own OID, so I can use it in my application. If you want to do this too, here is the easy steps: 1. In crypto/objects/objects.txt, I added: ecdsa-with-Specified 5: ecdsa-wi

Re: Creating a x509 request with Whirlpool

2010-06-28 Thread Jakob Bohm
So did you make up your own OID, or your own ASN structure or did you find the right OID somewhere so the rest of us can use it? On 28-06-2010 13:33, Davi Tozoni wrote: Hi, Thank you for the information. I modified some source codes in OpenSSL and achieve what I was looking for. 2010/6/7 Dr.

Re: Creating a x509 request with Whirlpool

2010-06-28 Thread Davi Tozoni
Hi, Thank you for the information. I modified some source codes in OpenSSL and achieve what I was looking for. 2010/6/7 Dr. Stephen Henson > On Mon, Jun 07, 2010, Davi Tozoni wrote: > > > Hello, > > > > I was experimenting OpenSSL 1.0.0 and I needed to create a request that > must > > be signed

Re: Creating a x509 request with Whirlpool

2010-06-07 Thread Dr. Stephen Henson
On Mon, Jun 07, 2010, Davi Tozoni wrote: > Hello, > > I was experimenting OpenSSL 1.0.0 and I needed to create a request that must > be signed with Whirlpool hash algorithm. However, when I used the command: > > openssl req -whirlpool -newkey rsa:1024 -keyout key.pem -out req.pem > > It didn't