Skip to content

CertToStore v1.0.2

Compare
Choose a tag to compare
@ItsMattL ItsMattL released this 09 Nov 18:30
· 37 commits to master since this release

CertToStore v1.0.2 makes some changes to certificate store file handles on Windows. These changes are aimed at preventing possible leakage of file handles in some situations. Users will need to ensure they call the Close() functions to release handles to the store after use.

What's Changed

  • Use CertWithContext() for Cert() by @copybara-service in #41
  • Refactor cert store handling. by @copybara-service in #42

Full Changelog: v1.0.1...v1.0.2