Skip to content

wolfEngine Release 1.1.0 (May 16, 2022)

Compare
Choose a tag to compare
@haydenroche5 haydenroche5 released this 17 May 02:16
· 78 commits to master since this release
9ea6fce
  • Updated README.md to refer to new wolfSSL configure flag --enable-engine.
  • Fixed a double free bug in certain error cases in the ECC code.
  • Added examples/ and engine.conf to the distribution.
  • Fixed a bug in the AES-CTR implementation where partial block data from a
    previous operation would leak into the current operation, even when the IV was
    changed between operations.
  • Added support for X9.31 padding with RSA signatures.