On Fri, 11 Feb 2022 14:58:30 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> more precise spec > > src/java.base/share/classes/java/security/cert/X509Certificate.java line 594: > >> 592: * a third entry in the list containing its {@code type-id} in >> string >> 593: * format, and a fourth entry containing the ASN.1 DER encoding of >> 594: * its {@code value} without the context-specific constructed tag > > To be very specific, I would add that the 4th entry is a byte array, ex: "and > a fourth entry as a byte array containing the ASN.1 DER encoding ..." Good idea. Fixed and updated the CSR as well. ------------- PR: https://git.openjdk.java.net/jdk/pull/7167