aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-02-10chore: Add Linter step to all relevant workflows and fix lint errors. (#67)Andy Zhao
2023-02-07chore: Update license headers to be cross-compliant (#64)Andy Zhao
2022-12-06feat: Gate ECP logs behind ENABLE_ENTERPRISE_CERTIFICATE_LOGS environment var...upstream/v0.2.1Carl Lundin
2022-12-05chore(deps): update module go to 1.19 (#58)Mend Renovate
2022-11-14fix: Missed error handling in PKCS #11 module. (#52)Carl Lundin
2022-10-11feat: Add optional user pin to PKCS #11 config. (#46)Carl Lundin
2022-10-03Chore: Cleanup GoLint Findings (#43)Andrew Tsay
2022-09-27Chore: Replace any with interface{} (#37)Andy Zhao
2022-09-23refactor: ECP Config schema update (#35)Carl Lundin
2022-09-13Fix: Add assertions on Sign inputs and RSA key size (#31)Andy Zhao
2022-09-13Chore: Lint (#32)Andrew Tsay
2022-09-08Fix: Refactored code to comply with Lint (#30)Andrew Tsay
2022-09-06chore: Update module github.com/google/go-pkcs11 to v0.2.0 (#29)WhiteSource Renovate
2022-08-31Fix: Fixed comments of method signatures to be more accurate (#28)Andrew Tsay
2022-08-24Remove obsolete crypto algos (#25)Andrew Tsay
2022-08-16Add basic linux implementation of signer binary (#22)Andy Zhao
2022-06-13Add tests for client.go (#16)upstream/v0.1.0Andy Zhao
2022-05-20Add windows implementation of signer binary (#13)Andy Zhao
2022-05-18Configure Github CI tests for client, cshared, and signer/darwin (#12)Andy Zhao
2022-05-13Add darwin implementation of signer binary. (#11)Andy Zhao