-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: smallstep/crypto
base: v0.76.0
head repository: smallstep/crypto
compare: v0.76.2
- 20 commits
- 17 files changed
- 3 contributors
Commits on Jan 26, 2026
-
chore(deps): Bump google.golang.org/api from 0.260.0 to 0.262.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.260.0 to 0.262.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](googleapis/google-api-go-client@v0.260.0...v0.262.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.262.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65d12ff - Browse repository at this point
Copy the full SHA 65d12ffView commit details
Commits on Jan 27, 2026
-
Merge pull request #940 from smallstep/dependabot/go_modules/google.g…
…olang.org/api-0.262.0 chore(deps): Bump google.golang.org/api from 0.260.0 to 0.262.0
Configuration menu - View commit details
-
Copy full SHA for bc6cd93 - Browse repository at this point
Copy the full SHA bc6cd93View commit details -
chore(deps): Bump modernc.org/sqlite from 1.44.2 to 1.44.3
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.44.2 to 1.44.3. - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.2...v1.44.3) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.44.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5f8243 - Browse repository at this point
Copy the full SHA b5f8243View commit details -
Merge pull request #941 from smallstep/dependabot/go_modules/modernc.…
…org/sqlite-1.44.3 chore(deps): Bump modernc.org/sqlite from 1.44.2 to 1.44.3
Configuration menu - View commit details
-
Copy full SHA for cd1dea7 - Browse repository at this point
Copy the full SHA cd1dea7View commit details
Commits on Jan 30, 2026
-
This commit bumps cloud.google.com/go/kms to v1.25.0. It also skips TestValidateCaviumRoot on CI, as well as adding headers so the request is not denied.
Configuration menu - View commit details
-
Copy full SHA for 2b8fd8a - Browse repository at this point
Copy the full SHA 2b8fd8aView commit details -
Merge pull request #943 from smallstep/mariano/fix-942
Bump cloud.google.com/go/kms
Configuration menu - View commit details
-
Copy full SHA for b8e369b - Browse repository at this point
Copy the full SHA b8e369bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8d451 - Browse repository at this point
Copy the full SHA 3a8d451View commit details
Commits on Jan 31, 2026
-
Merge pull request #944 from smallstep/mariano/check-expiry
Add test that checks the validity of the cavium root
Configuration menu - View commit details
-
Copy full SHA for e24445c - Browse repository at this point
Copy the full SHA e24445cView commit details
Commits on Feb 3, 2026
-
chore(deps): Bump google.golang.org/api from 0.262.0 to 0.264.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.262.0 to 0.264.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](googleapis/google-api-go-client@v0.262.0...v0.264.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.264.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c439571 - Browse repository at this point
Copy the full SHA c439571View commit details -
Merge pull request #945 from smallstep/dependabot/go_modules/google.g…
…olang.org/api-0.264.0 chore(deps): Bump google.golang.org/api from 0.262.0 to 0.264.0
Configuration menu - View commit details
-
Copy full SHA for e280060 - Browse repository at this point
Copy the full SHA e280060View commit details
Commits on Feb 10, 2026
-
chore(deps): Bump github.com/googleapis/gax-go/v2 from 2.16.0 to 2.17.0
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/googleapis/gax-go/releases) - [Commits](googleapis/gax-go@v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: github.com/googleapis/gax-go/v2 dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f87b28 - Browse repository at this point
Copy the full SHA 8f87b28View commit details -
chore(deps): Bump golang.org/x/term from 0.39.0 to 0.40.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.39.0 to 0.40.0. - [Commits](golang/term@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dd8d56 - Browse repository at this point
Copy the full SHA 6dd8d56View commit details
Commits on Feb 18, 2026
-
Load the most recent certificate
This commit changes the logic of MacKMS LoadCertificate and LoadCertificateChain to return the certificate with the newer NotBefore as long as it is before the current time.
Configuration menu - View commit details
-
Copy full SHA for 9a16877 - Browse repository at this point
Copy the full SHA 9a16877View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b3366 - Browse repository at this point
Copy the full SHA c1b3366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f012d - Browse repository at this point
Copy the full SHA 21f012dView commit details -
Merge pull request #952 from smallstep/mariano/sort-certificates
Load the most recent certificate
Configuration menu - View commit details
-
Copy full SHA for 4085a46 - Browse repository at this point
Copy the full SHA 4085a46View commit details -
Wrap when checking the ecdsa key
This commit wraps an error if the check for the ECDSA key fails
Configuration menu - View commit details
-
Copy full SHA for 04e016a - Browse repository at this point
Copy the full SHA 04e016aView commit details -
Merge pull request #953 from smallstep/mariano/wrap-error
Wrap when checking the ecdsa key
Configuration menu - View commit details
-
Copy full SHA for 1619364 - Browse repository at this point
Copy the full SHA 1619364View commit details -
Merge pull request #946 from smallstep/dependabot/go_modules/github.c…
…om/googleapis/gax-go/v2-2.17.0 chore(deps): Bump github.com/googleapis/gax-go/v2 from 2.16.0 to 2.17.0
Configuration menu - View commit details
-
Copy full SHA for 757084d - Browse repository at this point
Copy the full SHA 757084dView commit details -
Merge pull request #947 from smallstep/dependabot/go_modules/golang.o…
…rg/x/term-0.40.0 chore(deps): Bump golang.org/x/term from 0.39.0 to 0.40.0
Configuration menu - View commit details
-
Copy full SHA for 8a17bfe - Browse repository at this point
Copy the full SHA 8a17bfeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.76.0...v0.76.2