]> granicus.if.org Git - php/commit
Sync with behavior change in OpenSSL 1.1.1b
authorAnatol Belski <ab@php.net>
Thu, 28 Feb 2019 11:48:47 +0000 (12:48 +0100)
committerAnatol Belski <ab@php.net>
Thu, 28 Feb 2019 11:48:47 +0000 (12:48 +0100)
commit19a44ffb7be91344550fa700830b8e62a73031ba
tree2f317efe2e15d502cb4c8dbdfd85bd7bfc1d3af4
parent9ad9cc71ff3bb45532b22b4145ea3af90692b364
Sync with behavior change in OpenSSL 1.1.1b

A behavior change in revealed by some openssl_decrypt() based test,
where an encrypt API is used with a decrypt context. The EVP_Cipher*
functions will automatically choose the right operation depending on the
context passed.
ext/openssl/openssl.c