History log of /PHP-8.2/ext/openssl/tests/bug52093.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 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


# 334387bb 01-Jul-2021 Christoph M. Becker

Fix #52093: openssl_csr_sign truncates $serial

We use `ASN1_INTEGER_set_int64()` if supported[1], to avoid the
truncation of the integer.

[1] <https://www.openssl.org/docs/man1.

Fix #52093: openssl_csr_sign truncates $serial

We use `ASN1_INTEGER_set_int64()` if supported[1], to avoid the
truncation of the integer.

[1] <https://www.openssl.org/docs/man1.1.0/man3/ASN1_INTEGER_set_int64.html#HISTORY>

Closes GH-7209.

show more ...