From b2369a069eb9d6c317be6feeba13a3cf3ff80958 Mon Sep 17 00:00:00 2001 From: Carlos Holguera Date: Tue, 5 Jul 2022 18:47:44 +0200 Subject: [PATCH] Add FIPS 140-2 validated info for corecrypto --- Document/0x06e-Testing-Cryptography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/0x06e-Testing-Cryptography.md b/Document/0x06e-Testing-Cryptography.md index a1bbbd4c0a..6c90976c53 100644 --- a/Document/0x06e-Testing-Cryptography.md +++ b/Document/0x06e-Testing-Cryptography.md @@ -10,7 +10,7 @@ Apple provides libraries that include implementations of most common cryptograph #### CryptoKit -Apple CryptoKit was released with iOS 13 and is built on top of Apple's native cryptographic library corecrypto. The Swift framework provides a strongly typed API interface, has effective memory management, conforms to equatable, and supports generics. CryptoKit contains secure algorithms for hashing, symmetric-key cryptography, and public-key cryptography. The framework can also utilize the hardware based key manager from the Secure Enclave. +Apple CryptoKit was released with iOS 13 and is built on top of Apple's native cryptographic library corecrypto which is [FIPS 140-2 validated](https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3856). The Swift framework provides a strongly typed API interface, has effective memory management, conforms to equatable, and supports generics. CryptoKit contains secure algorithms for hashing, symmetric-key cryptography, and public-key cryptography. The framework can also utilize the hardware based key manager from the Secure Enclave. Apple CryptoKit contains the following algorithms: