php-src/ext/openssl
Nikita Popov 3724b49aa9 Use param API to create RSA key
Instead of deprecated low-level API.

A caveat here is that when using the high-level API, OpenSSL 3
requires that if the prime factors are set, the CRT parameters
are also set. See https://github.com/openssl/openssl/issues/16271.

As such, add CRT parameters to the manual construction test.

This fixes the last deprecation warnings in openssl.c, but there
are more elsewhere.
2021-08-09 17:02:17 +02:00
..
tests Use param API to create RSA key 2021-08-09 17:02:17 +02:00
config0.m4 Check RAND_egd after setting up openssl 2021-05-14 12:02:28 +02:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl_arginfo.h Not serializable flag permeation 2021-07-20 12:28:35 +02:00
openssl.c Use param API to create RSA key 2021-08-09 17:02:17 +02:00
openssl.stub.php Not serializable flag permeation 2021-07-20 12:28:35 +02:00
php_openssl.h Only report provided ciphers in openssl_get_cipher_methods() 2021-08-04 12:56:32 +02:00
xp_ssl.c Fix typos (#7327) 2021-08-01 18:03:30 +01:00