Commit Graph

3750 Commits (aa30c2c73cb7208b535e386817282ec63f962d2f)
 

Author SHA1 Message Date
Mariano Cano 848e44e5c8
Merge pull request #1345 from smallstep/asn1-functions
Upgrade go.step.sm/crypto with new ASN.1 functions
1 year ago
Mariano Cano b034c06ac8
Upgrade go.step.sm/crypto with new ASN.1 functions
This commit upgrades go.step.sm/crypto to v0.29.1. This version adds the
following template functions:
- asn1Enc
- asn1Marshal
- asn1Seq
- asn1Set
1 year ago
github-actions[bot] 38c715ca46
Merge pull request #1342 from smallstep/dependabot/go_modules/google.golang.org/api-0.116.0
Bump google.golang.org/api from 0.114.0 to 0.116.0
1 year ago
dependabot[bot] 4133e7d069
Bump google.golang.org/api from 0.114.0 to 0.116.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.114.0 to 0.116.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.114.0...v0.116.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot] 2e1e529731
Merge pull request #1343 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.8.0
Bump golang.org/x/crypto from 0.7.0 to 0.8.0
1 year ago
dependabot[bot] f3bd1d3dbd
Bump golang.org/x/crypto from 0.7.0 to 0.8.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot] 432dd7ce10
Merge pull request #1344 from smallstep/dependabot/go_modules/golang.org/x/net-0.9.0
Bump golang.org/x/net from 0.8.0 to 0.9.0
1 year ago
dependabot[bot] aeb02e280e
Bump golang.org/x/net from 0.8.0 to 0.9.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Herman Slatman 64e39cb0c9
Merge pull request #1063 from smallstep/herman/acme-da-tpm
Add ACME DA TPM attestation
2 years ago
Herman Slatman cfd65484fc
Update to `v0.29.0` of `go.step.sm/crypto` 2 years ago
Herman Slatman d9aa2c110f
Increase test coverage for AK certificate properties 2 years ago
Carl Tashian a815039283
Merge pull request #1340 from smallstep/carl/cosign-flags-update
Update cosign usage note
2 years ago
Carl Tashian b5baa55a60
Update cosign usage note 2 years ago
Herman Slatman ed1a62206e
Add additional verification of AK certificate 2 years ago
Herman Slatman 1c38e252a6
Cast `alg` to a valid `COSEAlgorithmIdentifier` 2 years ago
Herman Slatman e25acff13c
Simplify `alg` validity check 2 years ago
Herman Slatman dfc56f21b8
Merge branch 'master' into herman/acme-da-tpm 2 years ago
Herman Slatman 9cd4b362f7
Extract the `ParseSubjectAlternativeNames` function 2 years ago
github-actions[bot] b4da554aa6
Merge pull request #1337 from smallstep/dependabot/go_modules/github.com/newrelic/go-agent/v3-3.21.0
Bump github.com/newrelic/go-agent/v3 from 3.20.4 to 3.21.0
2 years ago
dependabot[bot] 6905979537
Bump github.com/newrelic/go-agent/v3 from 3.20.4 to 3.21.0
Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.20.4 to 3.21.0.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/newrelic/go-agent/compare/v3.20.4...v3.21.0)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Herman Slatman 827fcb6a06
Fix the `go.mod`
- Add comment to why we use fork of `github.com/google/go-attestation`
- Fix require and ordering of imports
2 years ago
Herman Slatman b6957358fc
Fix PR remarks
- Root CA error message improved
- Looping through intermediate certs
- Change checking unhandled extensions to using `if`
2 years ago
Mariano Cano 023491bcf2
Merge pull request #1336 from smallstep/pr-1051
Remove unused certificate validators and modifiers
2 years ago
Mariano Cano ac35f3489c
Remove unused certificate validators and modifiers
With the introduction of certificate templates some certificate
validators and modifiers are not used anymore. This commit deletes the
ones that are not used.
2 years ago
Herman Slatman 09bd7705cd
Fix linting issues 2 years ago
Herman Slatman f88ef6621f
Add `PermanentIdentifier` SAN parsing and tests 2 years ago
Herman Slatman 79cd42527e
Use newer version of forked `github.com/google/go-attestation` 2 years ago
Herman Slatman 52023d6083
Add tests for `doTPMAttestationFormat` 2 years ago
Mariano Cano 390acab7d0
Merge pull request #1335 from smallstep/fix-typo
Fix typo in flag usage
2 years ago
Mariano Cano 57a704f008
Fix typo in flag usage 2 years ago
Mariano Cano 21f14e5708
Merge pull request #1309 from rvichery/azure-envs-identity-token
Add identity token issuance for all Azure cloud environments
2 years ago
Herman Slatman ae30f6e96b
Add failing TPM simulator test 2 years ago
Herman Slatman 1cc3ad27a5
Run TPM simulator tests 2 years ago
Herman Slatman bf53b394a1
Add `tpm` format test with simulated TPM 2 years ago
Herman Slatman 720cafb69c
Merge branch 'master' into herman/acme-da-tpm 2 years ago
github-actions[bot] a3018d9db5
Merge pull request #1331 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.54.0
Bump google.golang.org/grpc from 1.53.0 to 1.54.0
2 years ago
github-actions[bot] ca108564ff
Merge pull request #1330 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.28.0
Bump go.step.sm/crypto from 0.27.0 to 0.28.0
2 years ago
dependabot[bot] 0cb5acd01c
Bump google.golang.org/grpc from 1.53.0 to 1.54.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.54.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 8ed523ea67
Bump go.step.sm/crypto from 0.27.0 to 0.28.0
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](https://github.com/smallstep/crypto/compare/v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Remi Vichery 09cbe8ba65
fixup! Add identity token for all Azure cloud environments 2 years ago
Herman Slatman 094f0521e2
Remove check for `PermanentIdentifier` from `tpm` format validation 2 years ago
Herman Slatman f91a31f9b6
Merge branch 'master' into herman/acme-da-tpm 2 years ago
Carl Tashian df2909e712
Further docker simplifications 2 years ago
Carl Tashian 25e35aa0ad
Small dockerfile refactor 2 years ago
Carl Tashian f874e31fff
Merge pull request #1329 from smallstep/carl/make-clean
Clean up Makefile and fix goreleaser deprecation
2 years ago
Carl Tashian b92f37a61d
Use cloud tag on step-kms-plugin 2 years ago
Carl Tashian 2b76d11631
Clean up Makefile and fix goreleaser deprecation 2 years ago
github-actions[bot] 897f4711df
Merge pull request #1326 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.13.0
Bump cloud.google.com/go/security from 1.12.0 to 1.13.0
2 years ago
github-actions[bot] 1b1df26864
Merge pull request #1327 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.30.0
Bump google.golang.org/protobuf from 1.29.1 to 1.30.0
2 years ago
github-actions[bot] 92e25f0f7f
Merge pull request #1328 from smallstep/dependabot/go_modules/github.com/googleapis/gax-go/v2-2.8.0
Bump github.com/googleapis/gax-go/v2 from 2.7.1 to 2.8.0
2 years ago