History log of /PHP-8.2/ext/openssl/tests/bug81713.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 500b28ad 25-Nov-2022 Jakub Zelenka

Fix GH-10000: Test failures when OpenSSL compiled with no-dsa


# cb9a48a0 09-Jun-2022 Jakub Zelenka

Pass signature to openssl_verify in bug81713 test


# b765d4cd 21-May-2022 Jakub Zelenka

Fix bug #50293 and #81713: file path checking in OpenSSL functions

It introduces a single function to check file paths passed to OpenSSL
functions. It expands the path, check null bytes

Fix bug #50293 and #81713: file path checking in OpenSSL functions

It introduces a single function to check file paths passed to OpenSSL
functions. It expands the path, check null bytes and finally does
an open basedir check.

show more ...