From c4dacc9a08f4d62d44e8bd17dac4e98231363278 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 5baec02f..698d953e 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 5baec02f0ac71e30959014c2ee523ec17a4545b1 +Subproject commit 698d953e76695bfc6dfdfbe6af3f17ef63ab82ad