Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation [v3]

2024-03-22 Thread rebarbora-mckvak
On Wed, 20 Mar 2024 19:45:32 GMT, Weijun Wang wrote: >> rebarbora-mckvak has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains two commits: >> >> - 8313367: signHash finds a key in the local machine store >> - 8313367: Local Computer

Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation [v3]

2024-03-20 Thread Weijun Wang
On Tue, 19 Mar 2024 15:23:39 GMT, rebarbora-mckvak wrote: >> This fixes the defect described at >> https://bugs.openjdk.org/browse/JDK-8313367 >> >> If the process does not have write permissions, the store is opened as >> read-only (instead of failing). >> >> Please note that permissions to

Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation [v3]

2024-03-19 Thread rebarbora-mckvak
On Tue, 19 Mar 2024 15:23:39 GMT, rebarbora-mckvak wrote: >> This fixes the defect described at >> https://bugs.openjdk.org/browse/JDK-8313367 >> >> If the process does not have write permissions, the store is opened as >> read-only (instead of failing). >> >> Please note that permissions to

Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation [v3]

2024-03-19 Thread rebarbora-mckvak
> This fixes the defect described at https://bugs.openjdk.org/browse/JDK-8313367 > > If the process does not have write permissions, the store is opened as > read-only (instead of failing). > > Please note that permissions to use a certificate in a local machine store > must be granted - in a m