History log of /PHP-8.2/ext/openssl/tests/openssl_error_string_basic_openssl3.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# 11caf094 10-Mar-2024 Jakub Zelenka

Fix GH-13620: Failing openssl_private_decrypt tests

Use OPENSSL_PKCS1_OAEP_PADDING padding in tests

Closes GH-13667


# 932982f8 07-Mar-2024 Ilija Tovilo

[skip ci] Mark problematic openssl tests as xfail for now


# 4d4b9604 10-Apr-2023 Florian Moser

Fix GH-11054: Reset OpenSSL errors when using a PEM public key

The error happens when the PEM contains a public key, as it will be
first tried to be parsed as a certificate. The parsing

Fix GH-11054: Reset OpenSSL errors when using a PEM public key

The error happens when the PEM contains a public key, as it will be
first tried to be parsed as a certificate. The parsing as a certificate
fails, which then leads to a corresponding error tracked by PHP with
the next call to php_openssl_store_errors().

This change introduces an error marking to be able to reset the stored
errors to the state before trying the certificate.

Closes GH-11055

show more ...


# 43f0141d 12-Sep-2021 Jakub Zelenka

Make OpenSSL tests less dependent on system config

It fixes dependencies on system config if running tests with OpenSSL 3.0


# e5f53e1c 10-Aug-2021 Nikita Popov

Fork openssl_error_string() test for OpenSSL

The used error code differ signficantly, so use a separate test
file.

openssl_encrypt() no longer throws an error for invalid key le

Fork openssl_error_string() test for OpenSSL

The used error code differ signficantly, so use a separate test
file.

openssl_encrypt() no longer throws an error for invalid key length,
which looks like an upstream bug.

show more ...