php-src/ext/openssl
Christoph M. Becker 334387bb70
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.
2021-07-01 15:42:02 +02:00
..
tests Fix #52093: openssl_csr_sign truncates $serial 2021-07-01 15:42:02 +02:00
config0.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
CREDITS
openssl.c Fix #52093: openssl_csr_sign truncates $serial 2021-07-01 15:42:02 +02:00
php_openssl.h Remove local variables 2019-02-03 21:03:00 +01:00
xp_ssl.c Fix #76694: native Windows cert verification uses CN as sever name 2021-05-31 14:35:17 +02:00