Re: Incorrect documentation

2019-12-20 Thread Weijun Wang
nderlying group > order q. The final encoded signature is the r ands concatenated as r || s, > resulting in a byte array that is exactly twice as long as the group order. > > > From: "Jiva, Azeem" > Date: Tuesday, December 17, 2019 at 3:43 PM > To: "secu

Re: Incorrect documentation

2019-12-19 Thread Jiva, Azeem
the group order. From: "Jiva, Azeem" Date: Tuesday, December 17, 2019 at 3:43 PM To: "security-dev@openjdk.java.net" Subject: Incorrect documentation Security experts, The official Java Security Standard Algorithm Names incorrectly documents the Signature.*withECDSAinP1

Re: Incorrect documentation

2019-12-17 Thread Weijun Wang
Thanks for the report. I've filed https://bugs.openjdk.java.net/browse/JDK-8236145. --Max > On Dec 18, 2019, at 7:43 AM, Jiva, Azeem wrote: > > Security experts, > The official Java Security Standard Algorithm Names incorrectly documents > the Signature.*withECDSAinP1363Format algorithms as

Incorrect documentation

2019-12-17 Thread Jiva, Azeem
Security experts, The official Java Security Standard Algorithm Names incorrectly documents the Signature.*withECDSAinP1363Format algorithms as SEQUENCE ::= { r INTEGER, s INTEGER } This is incorrect. The IEEE P1363 Format is defined as concatenating the r and s values (with no ASN.1 encodin