Hi, I'm using Openssl FIPS in my application. The application does some AES Key Wrap/Unwrap and uses function calls to AES_set_encrypt_key()/AES_wrap_key()/AES_unwrap_key(). But in FIPS mode call to these low-level crypto function calls are forbidden. I would like to know if there is an EVP* interface to do wrap crypto keys using Key Encryption Key for transportation.
Looking forward to a reply. Thanks Raghav