Re: RFR: 6522064: Aliases from Microsoft CryptoAPI has bad character encoding

2022-07-08 Thread Hai-May Chao
On Wed, 8 Jun 2022 13:42:43 GMT, Weijun Wang wrote: > Switch to wide char version of `CertGetNameString` to get the non-ASCII name. Marked as reviewed by hchao (Committer). Test case looks good. - PR: https://git.openjdk.org/jdk/pull/9085

Re: RFR: 6522064: Aliases from Microsoft CryptoAPI has bad character encoding

2022-07-07 Thread Sean Coffey
On Wed, 8 Jun 2022 13:42:43 GMT, Weijun Wang wrote: > Switch to wide char version of `CertGetNameString` to get the non-ASCII name. LGTM - Marked as reviewed by coffeys (Reviewer). PR: https://git.openjdk.org/jdk/pull/9085