You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/openssl: refactor php_openssl_x509_fingerprint_cmp() function
Use sites only care if the string matches, thus change the function to be an 'is equal' variant.
Also use a zend_string* rather than a char* so that we can use the zend_string equals API.
0 commit comments