From 3cf2806bdbb8e2f39bbb3816bcdbb9ed43c62f47 Mon Sep 17 00:00:00 2001 From: Yan Peng Date: Fri, 12 Jul 2024 20:00:22 +0000 Subject: [PATCH] Update src --- README.md | 6 +++--- src | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dfd0bf1..b189b3f9 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ AWS libcrypto includes many cryptographic algorithm implementations for several | [HMAC](SPEC.md#HMAC-with-SHA-384) | with SHA-384 | HMAC_CTX_init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC | SandyBridge+ | NoEngine, MemCorrect, InitZero, NoInline, CRYPTO_once_Correct | SAW | | [AES-KW(P)](SPEC.md#AES-KWP) | 256 | AES_wrap_key, AES_unwrap_key, AES_wrap_key_padded, AES_unwrap_key_padded | SandyBridge+ | InputLength, MemCorrect, NoInline | SAW | | [AES-GCM](SPEC.md#AES-GCM) | 256 | EVP_CipherInit_ex, EVP_CIPHER_CTX_ctrl, EVP_EncryptUpdate, EVP_DecryptUpdate, EVP_EncryptFinal_ex, EVP_DecryptFinal_ex | SandyBridge-Skylake | MemCorrect, NoInline, GcmSpecGap, GcmMultipleOf16, GcmADNotVerified, GcmIV12Tag16, GcmWellFoundedInduction | SAW | - | [HKDF](SPEC.md#HKDF-with-HMAC-SHA384) | with HMAC-SHA384 | HKDF_extract, HKDF_expand, HKDF | SandyBridge+ | MemCorrect, NoEngine, NoInline, OutputLength, CRYPTO_once_Correct | SAW | + + + The platforms for which code is verified are defined in the following table. In all cases, the actual verification is performed on code that is produced by Clang, but the verification results also apply to any compiler that produces semantically equivalent code. diff --git a/src b/src index 98ccf4a3..0ebf3f5b 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 98ccf4a316401112943bed604562102ad52efac6 +Subproject commit 0ebf3f5b33e7ebeb3c78daa21730a9a223a803e4