aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30fix(deps): update module golang.org/x/crypto to v0.16.0 (#102)upstream-mainMend Renovate
2023-11-30chore(deps): update actions/checkout action to v4 (#107)Mend Renovate
2023-11-29feat: Add version API to ECP shared library. (#104)Carl Lundin
2023-11-29fix(deps): update module github.com/google/go-pkcs11 to v0.3.0 (#108)Mend Renovate
2023-11-29fix: Update softhsm_setup.sh to unblock linux CI (#112)Andy Zhao
2023-11-27feat: API name changes from go/ecp-provider-design (#111)Carl Lundin
2023-11-07feat: Add lib to Windows build (#110)Carl Lundin
2023-10-23fix: Remove assertion for private key decryption support during pkcs11 init (...upstream/v0.3.2Andy Zhao
2023-10-16feat: Add KeyType API. (#105)Carl Lundin
2023-09-22fix: Update windows github action to use go 1.20 (#100)Andy Zhao
2023-09-21doc: More certificate config file path options (#99)kevinkngo
2023-09-21fix(deps): update module golang.org/x/crypto to v0.13.0 (#85)upstream/v0.3.1Mend Renovate
2023-09-21fix: Fix go lint violations (#98)Andy Zhao
2023-09-21chore(deps): update actions/setup-go action to v4 (#70)Mend Renovate
2023-09-20fix: Update API signatures for encrypt/decrypt to conform to crypto.Decrypter...upstream/v0.3.0Andy Zhao
2023-09-08feat: add support for encryption and decryption (Linux) (#94)lcforges
2023-09-07feat: MacOS Encryption/Decryption Implementation (#93)angelahao6
2023-07-07chore: Add test case for use of explicit config filepath over env (#88)lcforges
2023-07-05feat: Updated the LoadSignerBinaryPath() function to support ~ and HOME varia...angelahao6
2023-07-05feat: support for overriding config location via environment variable GOOGLE_...lcforges
2023-06-16feat: Introduce windows-specific client (#83)upstream/v0.2.5Andy Zhao
2023-06-15fix: Add bounds check to PKCS #11 object arrays. (#82)Carl Lundin
2023-06-14feat: Introduce linux-specific client (#81)Andy Zhao
2023-06-07feat: Introduce darwin-specific client (#80)upstream/v0.2.4Andy Zhao
2023-05-18doc: Update README.md to reflect GA usage instructions (#79)Andy Zhao
2023-04-17fix: remove ecp.exe process checking/termination logic for windows (#74)arithmetic1728
2023-02-13fix: Remove EnableECPLogging logic in client (#69)upstream/v0.2.3Andy Zhao
2023-02-10chore: Add Linter step to all relevant workflows and fix lint errors. (#67)Andy Zhao
2023-02-08feat: Add ErrCredUnavailable sentinel error (#65)upstream/v0.2.2Andy Zhao
2023-02-07chore: Update license headers to be cross-compliant (#64)Andy Zhao
2023-01-27doc: Update documentation in preparation for GA (#63)Carl Lundin
2022-12-21feat: Save artifacts from PR builds (#62)Carl Lundin
2022-12-06feat: Gate ECP logs behind ENABLE_ENTERPRISE_CERTIFICATE_LOGS environment var...upstream/v0.2.1Carl Lundin
2022-12-05doc: fix broken links in README.md (#59)Shin Fan
2022-12-05chore(deps): update module go to 1.19 (#58)Mend Renovate
2022-11-17docs: fix default components location. (#55)Carl Lundin
2022-11-14doc: update README with virtual env instruction for mac users (#53)Shin Fan
2022-11-14fix: Missed error handling in PKCS #11 module. (#52)Carl Lundin
2022-11-13fix: Update Close logic and logging (#51)Andy Zhao
2022-10-19chore: Update CODEOWNERS (#49)Andy Zhao
2022-10-19feat: Add ARM64 build script (#48)Andrew Tsay
2022-10-19chore: Update CODEOWNERS (#45)Shin Fan
2022-10-19doc: fixed a broken url link in README (#44)Shin Fan
2022-10-11feat: Add optional user pin to PKCS #11 config. (#46)Carl Lundin
2022-10-03Chore: Cleanup GoLint Findings (#43)Andrew Tsay
2022-10-03docs: Minor doc update for Windows (#40)Andy Zhao
2022-09-29docs: update documentation (#39)Shin Fan
2022-09-28docs: Update the README to the latest ECP config schema. (#38)upstream/v0.2.0Carl Lundin
2022-09-27Chore: Replace any with interface{} (#37)Andy Zhao
2022-09-23refactor: ECP Config schema update (#35)Carl Lundin