Re: RFR: 8308808: SunMSCAPI public keys returns internal key array [v2]

2023-06-15 Thread Sean Mullan
On Wed, 14 Jun 2023 20:38:18 GMT, Ben Perez wrote: >> Changed `getEncoded` for both EC and RSA to return a copy of the internal >> key array to avoid mutability issues. > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > > Changed

Re: RFR: 8308808: SunMSCAPI public keys returns internal key array [v2]

2023-06-14 Thread Ben Perez
On Wed, 14 Jun 2023 20:28:15 GMT, Sean Mullan wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Changed array copy to be more compact > > src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/CPublicKey.java > line

Re: RFR: 8308808: SunMSCAPI public keys returns internal key array [v2]

2023-06-14 Thread Ben Perez
> Changed `getEncoded` for both EC and RSA to return a copy of the internal key > array to avoid mutability issues. Ben Perez has updated the pull request incrementally with one additional commit since the last revision: Changed array copy to be more compact - Changes: - all: