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.38.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.39.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 4, 2023

  1. Bump github.com/aws/aws-sdk-go from 1.48.7 to 1.48.12

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.48.7 to 1.48.12.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.48.7...v1.48.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ff3af02 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #380 from smallstep/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-1.48.12
    
    Bump github.com/aws/aws-sdk-go from 1.48.7 to 1.48.12
    github-actions[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d9eda02 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Support for signing CSRs with challengePassword

    This commit adds the ChallengePassword field to the
    `x509util.CertificateRequest` struct. If this one is added, the method
    GetCertificateRequest will re-sign the CSR with the new attribute.
    maraino committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b568818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a84055 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #381 from smallstep/mariano/challenge-password

    Support for signing CSRs with challengePassword
    maraino authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    41cf778 View commit details
    Browse the repository at this point in the history
Loading