Skip to content

4.1.0

Compare
Choose a tag to compare
@neverpanic neverpanic released this 07 Jan 17:07
· 57 commits to openssl1.1 since this release

Support for AES-CMAC has been added (see mac-example.cpp for sample usage), as well as some minor changes listed below.

Changed

  • Remove wrapper openssl::_EVP_PKEY_CTX_get_rsa_oaep_label. This is technically an ABI break, but since the wrappers are not considered part of the public API, we do not bump the SOVERSION for this.
  • Improve error message in MoCOCrWException that is thrown in case of invalid signature validation.

Added

  • Support for AES-CMAC with key lengths of 128 and 256 bit.