CertToStore v1.0.3
What's Changed
- Update go.mod and add go.sum by @copybara-service in #45
- Add tests for getPropertyStr by @copybara-service in #44
- Use bytes.ReplaceAll instead of strings.Replace for getPropertyStr. by @copybara-service in #46
- Update certtostore tests to Go 1.18. by @copybara-service in #43
- Specify full path on icacls due to golang/go#53536 by @copybara-service in #48
- Small fix to previous error checking by @copybara-service in #49
- Define a certtostore interface for certtostore_windows to enable testing by @copybara-service in #54
- Migrate certtostore logging from github.com/google/logger to github.com/google/deck. by @copybara-service in #58
- Implement OpenWinCertStoreCurrentUser constructor by @n-canter in #57
- Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 by @dependabot in #60
- Respect currentUser/localMachine flags in certificate operations by @n-canter in #61
- Export removeCert, add StoreWithDisposition by @n-canter in #62
New Contributors
Full Changelog: v1.0.2...v1.0.3