I’m looking for an example of using OpenSSL’s AES CCM encryption. Apparently, this is one of the two ‘custom’ cipher modes that require additional setup beyond EVP_CipherInit_ex(). Any suggestions would be appreciated.
I’m looking for an example of using OpenSSL’s AES CCM encryption. Apparently, this is
Share
In short:
For more details, please see my blog post on this, http://www.fredriks.se/?p=23.