Hi There,
There are several SecKey* APIs marked deprecated from macOS 12.0. For example, SecKeyGeneratePair() or kSecKeyAlgorithmRSAEncryptionPKCS1 enum.
NIST has also declared PKCS1 out of FIPS.
What will be overall impact of using these Deprecated SecKey* APIs
Would they continue to be FIPS compliant for macOS lesser than 12.0
Post
Replies
Boosts
Views
Activity
This page indicates https://support.apple.com/en-in/guide/deployment/dep0a2cb7686/web that some usage of fdesetup command line tool is deprecated such as turning on FV using username/password.
However, I don't see any proper information about which options from the fdesetup tool are deprecated and which are still valid?
Any pointers for that?
Thanks,
N