Skip to content

Commit

Permalink
Merge pull request #2144 from OWASP/cpholguera-patch-1
Browse files Browse the repository at this point in the history
Add FIPS 140-2 validated info for corecrypto
  • Loading branch information
cpholguera committed Jul 8, 2022
2 parents 988ed89 + b2369a0 commit 6476bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/0x06e-Testing-Cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6476bcc

Please sign in to comment.