Skip to content

Conversation

@sgolemon
Copy link
Member

This commit adds a seventh parameter to both two OpenSSL functions:

  • openssl_seal(): The new parameter is by-ref and is populated with the computed tag.
  • openssl_open(): The new parameter is by-value to provide the computed tag.

Closes GH-7737

…thms

This commit adds a seventh parameter to both two OpenSSL functions:
* openssl_seal(): The new parameter is by-ref and is populated with the computed tag.
* openssl_open(): The new parameter is by-value to provide the computed tag.

Closes phpGH-7737
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

openssl_seal()/_open() is not able to handle gcm cipers, e.g. aes-256-gcm

1 participant