-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
None
-
None
ECPrivateKey ::= SEQUENCE {
version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
privateKey OCTET STRING,
parameters [0] ECDomainParameters {{ SECGCurveNames }} OPTIONAL,
publicKey [1] BIT STRING OPTIONAL
}
We now do not care about the order of [0] and [1], allow multiple copies of them, and allow extra data.
version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
privateKey OCTET STRING,
parameters [0] ECDomainParameters {{ SECGCurveNames }} OPTIONAL,
publicKey [1] BIT STRING OPTIONAL
}
We now do not care about the order of [0] and [1], allow multiple copies of them, and allow extra data.
- duplicates
-
JDK-8244565 Accept PKCS #8 with version number 1
-
- Resolved
-
- relates to
-
JDK-8234465 Encoded elliptic curve private keys should include the public point
-
- Resolved
-