Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2023-12-03 09:44:40 -06:00
commit ea4bbbc151

View File

@ -570,6 +570,7 @@ class RSA
$publickey = call_user_func_array(array($this, '_convertPublicKey'), array_values($this->_parseKey($publickey, self::PUBLIC_FORMAT_PKCS1)));
// 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) {
}