From 5af2941fff23402106ca90f4a3c5ef3f5ec15b07 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 6 Dec 2019 20:30:42 +0100 Subject: [PATCH] Update crypto submodule * #321: Replace config.pl by config.py * #322: Update Mbed Crypto with latest Mbed TLS changes as of 2019-11-15 * #308: Small performance improvement of mbedtls_mpi_div_mpi() * #324: test_psa_constant_names: support key agreement, better code structure * #320: Link to the PSA crypto portal page from README.md * #293: Always gather MBEDTLS_ENTROPY_BLOCK_SIZE bytes of entropy * #310: Clarify test descriptions in test_suite_memory_buffer_alloc * #307: Add ASN.1 ENUMERATED tag support * #328: Remove dependency of crypto_values.h on crypto_extra.h * #325: Rename psa_asymmetric_{sign_verify} to psa_{sign,verify}_hash Missed listing in the previous submodule update: * #304: Make sure Asan failures are detected in 'make test' --- crypto | 2 +- visualc/VS2010/mbedTLS.vcxproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto b/crypto index 0b3dd8d02..81f790949 160000 --- a/crypto +++ b/crypto @@ -1 +1 @@ -Subproject commit 0b3dd8d0249adb54abc7ad46303f3c22e44aefb7 +Subproject commit 81f7909497c12f637ab4f45d16bdab5cf91f2e43 diff --git a/visualc/VS2010/mbedTLS.vcxproj b/visualc/VS2010/mbedTLS.vcxproj index 45ae103b9..2903363a8 100644 --- a/visualc/VS2010/mbedTLS.vcxproj +++ b/visualc/VS2010/mbedTLS.vcxproj @@ -176,6 +176,7 @@ +