RE: [openssl-users] Weird not-so-self-signed certificate

2012-08-06 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Erwann Abalea > Sent: Monday, 06 August, 2012 08:06 > The given certificate is correctly self-signed, you can > manually check > it by extracting the signature block and playing with "openssl rsautl > ...", "dd ... | openssl dgst -sha1", etc.

Re: [openssl-users] Weird not-so-self-signed certificate

2012-08-06 Thread Erwann Abalea
Bonjour, The given certificate is correctly self-signed, you can manually check it by extracting the signature block and playing with "openssl rsautl ...", "dd ... | openssl dgst -sha1", etc. It fails the validation path check probably because it's not declared as a CA. There's some ongoing