Re: Compute HMAC using nCipher ENGINE and HSM-based symmetric key

2021-03-30 Thread Jan Just Keijser
Hi, On 30/03/21 20:58, Ron Kundla wrote: Hello! I have a requirement to generate a HMAC value using a secret/symmetric key inside the HSM. I have seen examples that use public/private keys to do such a thing, but nothing that would use an AES or a nCipher-specific HMAC key. Does OpenSSL suppor

Compute HMAC using nCipher ENGINE and HSM-based symmetric key

2021-03-30 Thread Ron Kundla
Hello! I have a requirement to generate a HMAC value using a secret/symmetric key inside the HSM. I have seen examples that use public/private keys to do such a thing, but nothing that would use an AES or a nCipher-specific HMAC key. Does OpenSSL support this function using the ENGINE subsystem?