RFR 8215769: Java cannot probe pkcs12 files exported by Firefox
Weijun Wang
weijun.wang at oracle.com
Fri Dec 21 01:59:55 UTC 2018
An explanation of the newly added pattern:
* 30 80 02 01 03 30 80 06 09 2A 86 48 86 F7 0D 01 07 01 A0 80 24 80 04 --
Every 80 starts an element of indefinite length which will be enclosed with a end-of-content tag somewhere later. The 80 24 80 04 at the end denotes an indefinite length OCTECT string which is encoded in constructed form.
--Max
> On Dec 21, 2018, at 9:57 AM, Weijun Wang <weijun.wang at oracle.com> wrote:
>
> Please take a review at
>
> https://cr.openjdk.java.net/~weijun/8215769/webrev.00/
>
> It's currently P4 because I don't think many people import pkcs12 files from Firefox to Java, and even if so, one can always specify the storepass as a workaround. If you think this is more useful I can change it to P3 and push to JDK 12. This fix is safe.
>
> Thanks
> Max
>
More information about the security-dev
mailing list