Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2023-12-03 09:50:10 -06:00
commit d962fd6796

View File

@ -332,6 +332,7 @@ abstract class RSA extends AsymmetricKey
openssl_pkey_export($rsa, $privatekeystr, null, $config);
// clear the buffer of error strings stemming from a minimalistic openssl.cnf
// https://github.com/php/php-src/issues/11054 talks about other errors this'll pick up
while (openssl_error_string() !== false) {
}