Skip to content

Release of v0.7.2

Choose a tag to compare

@stefanberger stefanberger released this 23 Nov 16:51
· 993 commits to master since this release
v0.7.2

version 0.7.2

  • Fix output buffer parameter and size for RSA decryption that could cause
    stack corruption under certain circumstances
  • Set the RSA PSS salt length to the digest length rathern than max. possible
  • Fixes to symmetric decrytion related to input size check,
    defer padding to the user [EVP_CIPHER_CTX_set_padding(ctx, 0)] and
    to always use a temporary malloc'ed buffer for decryption