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.54.2
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.55.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 6 contributors

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    ae9cf3a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    493a77d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #634 from smallstep/herman/tpm-manufacturers-202411

    Add `NSING`, `WiseKey` and `SecEdge` to known manufacturers
    hslatman authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9a986b8 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/api from 0.205.0 to 0.209.0

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.205.0 to 0.209.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.205.0...v0.209.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    00caf9b View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go-v2/config from 1.28.3 to 1.28.5

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.3 to 1.28.5.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.28.3...config/v1.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2035c1f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #637 from smallstep/dependabot/go_modules/google.g…

    …olang.org/api-0.209.0
    
    Bump google.golang.org/api from 0.205.0 to 0.209.0
    step-ci authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c34f98d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #638 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-v2/config-1.28.5
    
    Bump github.com/aws/aws-sdk-go-v2/config from 1.28.3 to 1.28.5
    step-ci authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    72fa0ad View commit details
    Browse the repository at this point in the history
  7. Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.5 to 1.37.6

    Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) from 1.37.5 to 1.37.6.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/kms/v1.37.5...service/kms/v1.37.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    111c5ca View commit details
    Browse the repository at this point in the history
  8. Merge pull request #636 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-v2/service/kms-1.37.6
    
    Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.5 to 1.37.6
    step-ci authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    02b3b32 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Add max-sessions parameter on pkcs11 kms

    This commit adds the max-sessions parameter to limit the maximum number
    of open sessions that we will keep with the HSM before reusing
    a previous one. It defaults to the crypto11 default, 1024.
    maraino committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0e9bc8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #639 from smallstep/mariano/max-sessions

    Add max-sessions parameter on pkcs11 kms
    maraino authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2e3c296 View commit details
    Browse the repository at this point in the history
Loading