Skip to content

Releases: google/certtostore

v1.0.6

02 Sep 15:29
ee4ff6f

Choose a tag to compare

What's Changed

  • Use standard errors package for error handling by @apurv15 in #87

Full Changelog: v1.0.5...v1.06

What's Changed

  • Use standard errors package for error handling by @apurv15 in #87

Full Changelog: v1.0.5...v1.06

v1.0.5

25 Aug 15:48
b2a18cc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

CertToStore v1.0.4

03 Dec 22:29

Choose a tag to compare

What's Changed

  • Support PSS padding. by @copybara-service in #64
  • Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #68
  • update certtostore tests to go 1.22 by @copybara-service in #70
  • Add ECDH AlgorithmGroup name and magic numbers. by @copybara-service in #71
  • Change wmi to the github.com/yusufpapurcu/wmi fork. by @ItsMattL in #75
  • Fix cert finding logic and ensure context cleanup for windows by @gehhilfe in #76
  • Use less aggressive filtering for pulling ac addresses since Intel BE200s don't show up as physical adapters. The PCI filter should accomplish the same thing. Intel says the BE200 not showing up as a physical adapter in WMI is WAI and won't be changed. by @copybara-service in #77

New Contributors

Full Changelog: v1.0.3...v1.0.4

CertToStore v1.0.3

11 Aug 14:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

CertToStore v1.0.2

09 Nov 18:30

Choose a tag to compare

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

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

CertToStore v1.0.1

03 Nov 16:27

Choose a tag to compare

CertToStore 1.0.1 improves ECDSA support, Windows context handling and support for working with multiple Windows crypto providers, among other bug fixes and improvements.

What's Changed

Full Changelog: 1.0.0...v1.0.1

1.0.0

24 Feb 17:31

Choose a tag to compare

Initial release.