From e1853a2b3eabefa97b61c0b3673f1d1f9eba3d0e Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 8 Nov 2019 19:21:34 +0100 Subject: [PATCH] Update crypto submodule * #292: Make psa_close_key(0) and psa_destroy_key(0) succeed * #299: Allow xxx_drbg_set_entropy_len before xxx_drbg_seed * #259: Check `len` against buffers size upper bound in PSA tests * #288: Add ECDSA tests with hash and key of different lengths * #305: CTR_DRBG: grab a nonce from the entropy source if needed * #316: Stop transactions from being reentrant * #317: getting_started: Make it clear that keys are passed in * #314: Fix pk_write with EC key to use a constant size for the private value * #298: Test a build without any asymmetric cryptography * #284: Fix some possibly-undefined variable warnings * #315: Define MBEDTLS_PK_SIGNATURE_MAX_SIZE * #318: Finish side-porting commits from mbedtls-restricted that missed the split --- crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto b/crypto index 3cdb3da3a0..0b3dd8d024 160000 --- a/crypto +++ b/crypto @@ -1 +1 @@ -Subproject commit 3cdb3da3a0c1631e14434a219dfa787513a915a7 +Subproject commit 0b3dd8d0249adb54abc7ad46303f3c22e44aefb7