Re: Sign with PKCS8

2013-06-30 Thread Lukas Haase
On 2013-06-28 1:43, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Lukas Haase >> Sent: Thursday, 27 June, 2013 04:46 > > >> I think I found the problem but I am unsure how to deal with it :-( >> >> There are two ways to create a signature: The original message can be

RE: Sign with PKCS8

2013-06-27 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Lukas Haase > Sent: Thursday, 27 June, 2013 04:46 > I think I found the problem but I am unsure how to deal with it :-( > > There are two ways to create a signature: The original message can be > part of the signature (put=true) or not (put=fa

Re: Sign with PKCS8

2013-06-27 Thread Lukas Haase
Dear Dave, Thank you for your response! On 2013-06-27 6:21, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Lukas Haase >> Sent: Tuesday, 25 June, 2013 19:13 > >> I have the public and the private key for ECDSA on secp128r1 in a file >> stored in PKCS8 format (saved wi

RE: Sign with PKCS8

2013-06-26 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Lukas Haase > Sent: Tuesday, 25 June, 2013 19:13 > I have the public and the private key for ECDSA on secp128r1 in a file > stored in PKCS8 format (saved with Crypto++; it is PKCS8 according to > the Docu). > > I can create a signature without