RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v10]

Sean Mullan mullan at openjdk.org
Thu May 18 12:53:59 UTC 2023


On Wed, 17 May 2023 21:54:20 GMT, Kevin Driver <kdriver at openjdk.org> wrote:

>> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985)
>
> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
> 
>   rework based upon code review comments

src/java.base/share/classes/sun/security/ssl/CertificateRequest.java line 738:

> 736:             try {
> 737:                 chc.peerSupportedAuthorities = crm.getAuthorities();
> 738:             }

Move the `catch` line up to line 738.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13466#discussion_r1197776053



More information about the security-dev mailing list