Hi OpenSSL Users, I am using OpenSSL 1.0.1c with OpenSSL FIPS module 2.0.2. I need a API similar to AES_wrap_key() and AES_unwrap_key() in crypto/aes/aes_wrap.c that will work in FIPS mode. The functions in aes_wrap.c use low level AES functions ( and not EVP ) that are not supported in FIPS mode.
Can someone please suggest me the relevant AES wrap API? Thanks in advance for your help! Rahul Godbole