Re: [openssl.org #1650] signature length in ECDSA - Openssl
This is a discussion on Re: [openssl.org #1650] signature length in ECDSA - Openssl ; Hi,
This is due to the fact that the integers are stored as unsigned. So,
when the MSB of a computed value is set, the encoding adds an extra
0x00 to its ASN.1 representation.
This is normal and it explains ...
-
Re: [openssl.org #1650] signature length in ECDSA
Hi,
This is due to the fact that the integers are stored as unsigned. So,
when the MSB of a computed value is set, the encoding adds an extra
0x00 to its ASN.1 representation.
This is normal and it explains what you are experiencing.
Cheers,
Mounir IDRASSI
IDRIX - Cryptography And IT Security Experts
http://www.idrix.fr
On 3/7/08, JP Szikora via RT