Skip to content

Releases: smallstep/crypto

Release v0.77.2

30 Mar 22:38
bbd3a49

Choose a tag to compare

Merge pull request #986 from smallstep/mariano/not-found

Return apiv1.ErrNotFound on softkms

Release v0.77.1

17 Mar 18:44
17c0a83

Choose a tag to compare

Merge pull request #979 from smallstep/mariano/enable-platorm-kms

Allow to load platform kms

Release v0.77.0

17 Mar 17:54
5bb67cd

Choose a tag to compare

Merge pull request #977 from smallstep/dependabot/go_modules/golang.o…

Release v0.76.2

18 Feb 23:43
8a17bfe

Choose a tag to compare

Merge pull request #947 from smallstep/dependabot/go_modules/golang.o…

Release v0.76.1

18 Feb 18:36
4085a46

Choose a tag to compare

Merge pull request #952 from smallstep/mariano/sort-certificates

Load the most recent certificate

Release v0.76.0

21 Jan 19:51
be45bd7

Choose a tag to compare

Merge pull request #939 from smallstep/mariano/cavium-root

Update Marvell (Cavium) HSM root certificate

Release v0.75.0

23 Dec 10:41
cd9e473

Choose a tag to compare

What's Changed

  • Add support for P-384 keys on the secure enclave by @maraino in #904

Dependencies

  • chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.1 to 1.20.0 by @dependabot[bot] in #892
  • chore(deps): Bump google.golang.org/api from 0.254.0 to 0.255.0 by @dependabot[bot] in #894
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.47.0 to 1.48.0 by @dependabot[bot] in #893
  • chore(deps): Bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #890
  • chore(deps): Bump github.com/google/go-tpm-tools from 0.4.6 to 0.4.7 by @dependabot[bot] in #891
  • chore(deps): Bump modernc.org/sqlite from 1.40.0 to 1.40.1 by @dependabot[bot] in #899
  • chore(deps): Bump golang.org/x/term from 0.36.0 to 0.37.0 by @dependabot[bot] in #898
  • chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.0 to 1.13.1 by @dependabot[bot] in #897
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.16 to 1.31.20 by @dependabot[bot] in #896
  • chore(deps): Bump google.golang.org/api from 0.255.0 to 0.256.0 by @dependabot[bot] in #903
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.20 to 1.32.1 by @dependabot[bot] in #902
  • chore(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #900
  • chore(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #901

Full Changelog: v0.74.0...v0.75.0

Release v0.74.0

04 Nov 11:08
v0.74.0
9dee231

Choose a tag to compare

What's Changed

  • Add support for providing *tpm.TPM instance when creating a TPMKMS by @maraino in #885

Dependencies

  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.16 by @dependabot[bot] in #889
  • Bump modernc.org/sqlite from 1.39.1 to 1.40.0 by @dependabot[bot] in #888
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.46.2 to 1.47.0 by @dependabot[bot] in #887
  • Bump google.golang.org/api from 0.253.0 to 0.254.0 by @dependabot[bot] in #886

Full Changelog: v0.73.0...v0.74.0

Release v0.73.0

28 Oct 18:18
v0.73.0
6338f90

Choose a tag to compare

What's Changed

  • Add support for AES128 and AES256 YubiKey management keys by @hslatman in #884

Dependencies

  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.13 by @dependabot[bot] in #875
  • chore(deps): Bump google.golang.org/api from 0.251.0 to 0.252.0 by @dependabot[bot] in #877
  • chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 by @dependabot[bot] in #879
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.45.6 to 1.46.0 by @dependabot[bot] in #878
  • chore(deps): Bump cloud.google.com/go/kms from 1.23.1 to 1.23.2 by @dependabot[bot] in #876
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.13 to 1.31.15 by @dependabot[bot] in #882
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.46.0 to 1.46.2 by @dependabot[bot] in #880
  • chore(deps): Bump google.golang.org/api from 0.252.0 to 0.253.0 by @dependabot[bot] in #881

Full Changelog: v0.72.0...v0.73.0

Release v0.72.0

14 Oct 20:31
db83c7c

Choose a tag to compare

Merge pull request #874 from smallstep/josh/mackms-key-after-first-un…