The source project of this merge request has been removed.
win32: Use CertOpenStore instead of CertOpenSystemStore
All threads resolved!
All threads resolved!
Add a description of the new feature/bug fix. Reference any relevant bugs.
Checklist
-
Code modified for feature -
Test suite updated with functionality tests -
Test suite updated with negative tests -
Documentation updated / NEWS entry present (for non-trivial changes)
Reviewer's checklist:
-
Any issues marked for closing are addressed -
There is a test suite reasonably covering new functionality or modifications -
Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
-
This feature/change has adequate documentation added -
No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos
Merge request reports
Activity
MSDN recommends the use of
CertOpenSystemStore
, but if the latter is not available we should change to the most portable version. Can you verify that the output of both calls loads the same number of certificates?added 1 commit
- a5ccdb9f - win32: Check that CertOpenStore is behaving as CertOpenSystemStore
added 39 commits
-
a5ccdb9f...62f162f6 - 37 commits from branch
gnutls:master
- fd91542e - win32: Use CertOpenStore instead of CertOpenSystemStore
- 6449a8a4 - win32: Check that CertOpenStore is behaving as CertOpenSystemStore
-
a5ccdb9f...62f162f6 - 37 commits from branch
- Resolved by Nikos Mavrogiannopoulos
assigned to @nmav
changed milestone to %Release of GnuTLS 3.6.6
added 1 commit
- ac34af71 - win32: Check that CertOpenStore is behaving as CertOpenSystemStore
enabled an automatic merge when the pipeline for ac34af71 succeeds
mentioned in commit 5d03564c
mentioned in merge request !857 (merged)
Please register or sign in to reply