Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smallstep/crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.73.0
Choose a base ref
...
head repository: smallstep/crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.74.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 3 contributors

Commits on Oct 30, 2025

  1. Get TPM instance of the tpmkms

    This commits adds a new method that allows to get the TPM instance used
    by the tpmkms.
    maraino committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    c17f3c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Add constructor to initialize tpmkms with a tpm instance

    This commit adds tpmkks.NewWithTPM that initializes the tpmkms with
    a given *tpm.TPM.
    maraino committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    9a00bef View commit details
    Browse the repository at this point in the history
  2. Remove legacy build tags

    This commit removes the legacy build tags because the latest version of
    golangci-lint show errors.
    maraino committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    2be5a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3acdd54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9e7b3c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    2ef8141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1cab7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump modernc.org/sqlite from 1.39.1 to 1.40.0

    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.39.1 to 1.40.0.
    - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.39.1...v1.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: modernc.org/sqlite
      dependency-version: 1.40.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    d176bcb View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.31.15 to 1.31.16.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@config/v1.31.15...config/v1.31.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-version: 1.31.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    52b95bb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Merge pull request #885 from smallstep/mariano/tpm-instance

    Add support for providing `*tpm.TPM` instance when creating a `TPMKMS`
    maraino authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    ed51854 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dependabot/go_modules/github.com/aws/aws-s…

    …dk-go-v2/config-1.31.16
    maraino authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    9591f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a21ead View commit details
    Browse the repository at this point in the history
  4. Merge pull request #889 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-v2/config-1.31.16
    
    chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.16
    step-ci authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    d8ff777 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms

    Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) from 1.46.2 to 1.47.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@service/rds/v1.46.2...service/s3/v1.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
      dependency-version: 1.47.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    69a85a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #888 from smallstep/dependabot/go_modules/modernc.…

    …org/sqlite-1.40.0
    
    chore(deps): Bump modernc.org/sqlite from 1.39.1 to 1.40.0
    step-ci authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    c46388c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #887 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-v2/service/kms-1.47.0
    
    chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.46.2 to 1.47.0
    step-ci authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    44f82dc View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump google.golang.org/api from 0.253.0 to 0.254.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.253.0 to 0.254.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.253.0...v0.254.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-version: 0.254.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    e5dd00c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #886 from smallstep/dependabot/go_modules/google.g…

    …olang.org/api-0.254.0
    
    chore(deps): Bump google.golang.org/api from 0.253.0 to 0.254.0
    step-ci authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    9dee231 View commit details
    Browse the repository at this point in the history
Loading