Integrated: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation

2024-11-28 Thread rebarbora-mckvak
On Thu, 16 Nov 2023 12:06:26 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 pe

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

2024-10-29 Thread rebarbora-mckvak
On Tue, 29 Oct 2024 19:50:46 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). >>

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

2024-10-29 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request incrementally with one additional commit since the last revision: 8313367: getti

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

2024-10-15 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request incrementally with one additional commit since the last revision: copyright fixed -

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

2024-10-15 Thread rebarbora-mckvak
On Wed, 14 Aug 2024 21:53:52 GMT, Weijun Wang wrote: >> I tried to follow the instructions to write a release note, but since this >> is my first contribution, I do not have an account on JBS. > > @rebarbora-mckvak Please put the release note here and I can create it. &g

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

2024-09-16 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request incrementally with one additional commit since the last revision: 8313367: test update

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

2024-09-16 Thread rebarbora-mckvak
On Wed, 10 Apr 2024 21:10:16 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). >>

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

2024-08-14 Thread rebarbora-mckvak
On Wed, 10 Apr 2024 21:10:16 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). >>

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

2024-04-10 Thread rebarbora-mckvak
On Wed, 10 Apr 2024 14:38:04 GMT, Weijun Wang wrote: >> rebarbora-mckvak has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8313367: signHash looks for a key in either user or machine store > > src/jd

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

2024-04-10 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request incrementally with one additional commit since the last revision: 8313367: copyrigh

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

2024-04-10 Thread rebarbora-mckvak
On Tue, 9 Apr 2024 13:47:43 GMT, Weijun Wang wrote: > But because of user privilege missing, the private key is not available and > it shows as a certificate entry. You can have applications that need a certificate (public key) only e.g. to verify signatures. This way you can use the same entr

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

2024-03-22 Thread rebarbora-mckvak
On Fri, 22 Mar 2024 22:25:47 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). >>

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

2024-03-22 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request incrementally with one additional commit since the last revision: 8313367: signHash

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 >&

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). >>

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

2024-03-19 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. 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 commi

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

2024-03-19 Thread rebarbora-mckvak
ust be granted - in a management console, select a certificate, right-click > -> All tasks... -> Manage Private Keys... -> add Full control to user. rebarbora-mckvak has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unr

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

2024-03-06 Thread rebarbora-mckvak
On Thu, 16 Nov 2023 12:06:26 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 pe

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

2024-01-25 Thread rebarbora-mckvak
On Thu, 16 Nov 2023 12:06:26 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 pe

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

2024-01-17 Thread rebarbora-mckvak
On Tue, 19 Dec 2023 11:52:01 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). >>

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

2023-12-19 Thread rebarbora-mckvak
On Thu, 16 Nov 2023 12:06:26 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 pe

RFR: 8313367: Local Computer store is opened with max. allowed permissions

2023-11-20 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 management cons