Hi guys,
I am researching how iOS App support FIPS.
According to Apple's document https://developer.apple.com/security/,
"Both Security Framework and Common Crypto rely on the corecrypto library to provide implementations of low level cryptographic primitives. This is also the library submitted for validation of compliance with U.S. Federal Information Processing Standards (FIPS) 140-2 Level 1."
So I think when I'm using '#import <CommonCrypto/CommonHMAC.h>', it will support FIPS by default, that's greate.
My question is , is there one way to disable FIPS support to CommonCrypto library? Because some of the clients, don't like crypto library support FIPS.