8000 Releases · smallstep/crypto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: smallstep/crypto

Release v0.63.0

01 May 19:19
71be877
Compare
Choose a tag to compare
Merge pull request #762 from smallstep/capi/pss

Add support for rsa.PSSSaltLengthAuto on capi

Release v0.62.0

28 Apr 19:03
ba42b52
Compare
Choose a tag to compare
Merge pull request #758 from smallstep/mariano/mackms-public-key

Extract public key from private

Release v0.61.0

15 Apr 19:18
7b69ae9
Compare
Choose a tag to compare
8000
Merge pull request #744 from smallstep/mariano/policies

Fix templates with policies with Go 1.24

Release v0.60.0

25 Mar 17:06
5edb050
Compare
Choose a tag to compare
Merge pull request #730 from smallstep/mariano/no-pin

Add support for tokens with no pins

Release v0.59.2

24 Mar 23:46
7012e70
Compare
Choose a tag to compare

What's Changed

  • Fix open files with a full path in softkms by @maraino in #732

Dependencies

  • Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #723
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.9 by @dependabot in #722
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.18 to 1.38.1 by @dependabot in #725
  • Bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in #721
  • Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #724
  • Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #729
  • Bump google.golang.org/api from 0.223.0 to 0.226.0 by @dependabot in #728
  • Bump modernc.org/sqlite from 1.36.0 to 1.36.1 by @dependabot in #726
  • Bump cloud.google.com/go/kms from 1.21.0 to 1.21.1 by @dependabot in #727
  • Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #731

Full Changelog: v0.59.1...v0.59.2

Release v0.59.1

05 Mar 10:36
v0.59.1
5e0f3ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.59.0...v0.59.1

Release v0.59.0

27 Feb 19:19
84f676b
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #712
  • Add WithMinLenPasswordFile pemutil option by @dopey in #711

Full Changelog: v0.58.1...v0.59.0

Release v0.58.1

25 Feb 16:01
9694c65
Compare
Choose a tag to compare

What's Changed

  • Use utf8 string for private key subject with non-printable characters by @areed in #710

Full Changelog: v0.58.0...v0.58.1

Release v0.58.0

20 Feb 19:12
v0.58.0
26e1ce2
Compare
Choose a tag to compare

What's Changed

  • Add nssdb package by @areed in #690
  • Replace conflicting nssdb objects by @areed in #695
  • Fix gosec (and other) linter issues and remove smallstep/assert by @hslatman in #704
  • Use SHA-256 for subject key id on FIPS 140-3 mode by @maraino in #703
  • Add CreateDecrypter support to AWS KMS by @hslatman in #702

Dependencies

  • Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #694
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.14 to 1.37.16 by @dependabot in #693
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.2 to 1.29.4 by @dependabot in #691
  • Bump google.golang.org/api from 0.218.0 to 0.219.0 by @dependabot in #692
  • Bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #699
  • Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #697
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.16 to 1.37.18 by @dependabot in #698
  • Bump google.golang.org/api from 0.219.0 to 0.220.0 by @dependabot in #700
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 by @dependabot in #709
  • Bump modernc.org/sqlite from 1.34.5 to 1.35.0 by @dependabot in #707
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 by @dependabot in #705
  • Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #706
  • Bump google.golang.org/api from 0.220.0 to 0.221.0 by @dependabot in #708

Full Changelog: v0.57.1...v0.58.0

Release v0.57.1

29 Jan 22:49
e19adc5
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/api from 0.216.0 to 0.217.0 by @dependabot in #679
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.8 to 1.37.13 by @dependabot in #678
  • Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot in #680
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 by @dependabot in #681
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.29.1 by @dependabot in #682
  • Fix flaky behavior for tests using sprig's dateInZone by @hslatman in #683
  • Bump cloud.google.com/go/kms from 1.20.4 to 1.20.5 by @dependabot in #688
  • Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #687
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.2 by @dependabot in #686
  • Bump google.golang.org/api from 0.217.0 to 0.218.0 by @dependabot in #685
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.13 to 1.37.14 by @dependabot in #684
  • Extend jose.NewSigner support for other types by @maraino in #689

Full Changelog: v0.57.0...v0.57.1

0