Skip to content

Commit c8dc76e

Browse files
committed
chore: update attestation bindings version
1 parent 7f09cdd commit c8dc76e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

evervault/enclaves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def add_attestation_check_to_conn_validation(self, conn, enclave_name):
6161
def attest_enclave(enclave_name, cache, cert, expected_pcrs):
6262
attestation_doc = cache.get(enclave_name)
6363
attestation_doc_bytes = base64.b64decode(attestation_doc)
64-
evervault_attestation_bindings.attest_cage(
64+
evervault_attestation_bindings.attest_enclave(
6565
cert, expected_pcrs, attestation_doc_bytes
6666
)
6767

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cryptography = ">=43,<44"
1515
certifi = "*"
1616
pycryptodome = "^3.10.1"
1717
pyasn1 = "^0.4.8"
18-
evervault-attestation-bindings = "0.3.3"
18+
evervault-attestation-bindings = "0.4.0"
1919

2020
[tool.poetry.dev-dependencies]
2121
pytest = "^6.2.5"

0 commit comments

Comments
 (0)