Skip to content

Commit

Permalink
app-crypt/azure-keyvault-pkcs11: Bump to new pre-release for HSM support
Browse files Browse the repository at this point in the history
This one includes all the renaming for Azure Key Vault.

Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi authored Nov 18, 2024
1 parent 06cc001 commit d35954c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build_library/sbsign_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ else
unset SBSIGN_CERT
fi

PKCS11_MODULE_PATH="/usr/$(get_sdk_libdir)/pkcs11/azure_kms_pkcs11.so"
PKCS11_MODULE_PATH="/usr/$(get_sdk_libdir)/pkcs11/azure-keyvault-pkcs11.so"

PKCS11_ENV=(
AZURE_KEYVAULT_URL="https://chewi-test.vault.azure.net/"
PKCS11_MODULE_PATH="${PKCS11_MODULE_PATH}"
AWS_KMS_PKCS11_DEBUG=1
AZURE_KEYVAULT_PKCS11_DEBUG=1
)

get_sbsign_cert() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST azure-keyvault-pkcs11-0_p20240923.tar.gz 23626 BLAKE2B 54be12edd44c7bc59c58d11ad02632d2717a7d83b19ac8d5ac70cddd5e9c2db0a41b332e82cec0467494f934f75c7fc94c336f452bc5c77ad80cea591009bfe8 SHA512 470157d672c9eac35d0026b0c8413c056bd600fff300d64a3bf2d0e218bb9e09c677e649bbe221ad60b937116676218c25f764641a5f4c709c62d9f1336a3e68
DIST azure-keyvault-pkcs11-0_p20241115.tar.gz 22226 BLAKE2B 4dd9bc861ced98c305c1a670149f2e03d0c77b667fcd378521128d7f73334b1882427f4c2dd41dbba8fe0551d5bffcfcb819f085211c733c7f3c4dc4b6acdba1 SHA512 c6640f3989b10db251fbc0dbd157faa0e9b339c9ed22b9d92e2040805aecdc1dc36b76cc5f48ad4dfa41d1fcd7402843de17198e26a952f2cdfb920e7eb16a89
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

inherit cmake

COMMIT="7b0ca93ad046adad807ac1a6e2c56ea87c7a78ec"
COMMIT="f5ea4244d7b9d0cd232498d251441698d3c5760f" # chewi/rename
DESCRIPTION="PKCS#11 module for Azure Key Vault"
HOMEPAGE="https://github.com/jepio/azure_keyvault_pkcs11"
SRC_URI="https://github.com/jepio/azure_keyvault_pkcs11/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
=app-crypt/adcli-0.9.2 ~arm64

# Needs cleaning up and adding to Gentoo before stabilising
=app-crypt/azure-keyvault-pkcs11-0_p20240923 ~amd64
=app-crypt/azure-keyvault-pkcs11-0_p20241115 ~amd64

# Needed by arm64-native SDK
=app-crypt/ccid-1.5.4 ~arm64
Expand Down

0 comments on commit d35954c

Please sign in to comment.