php-src/ext/openssl
Eno 0dadd6616a
Improve openssl ext to generate EC keys with custom EC parameters
This change extends supported parameter when generating EC keys.

Specifically following parameters are now supported: p, a, b, order,
generator, seed, cofactory, g_x, g_y, x, y and d.

Those parameters can be passed to ec field in openssl_pkey_new options.

It also fixes some issues openssl_pkey_get_details related to SM2
support.

Closes GH-9991
2023-07-06 15:51:50 +01:00
..
tests Improve openssl ext to generate EC keys with custom EC parameters 2023-07-06 15:51:50 +01:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
config0.m4 Fix #75725: ./configure: detecting RAND_egd 2021-11-22 14:11:07 +01:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl.c Improve openssl ext to generate EC keys with custom EC parameters 2023-07-06 15:51:50 +01:00
openssl.stub.php Add PKCS7_NOOLDMIMETYPE and OPENSSL_CMS_OLDMIMETYPE 2023-05-06 11:12:31 +01:00
openssl_arginfo.h Add PKCS7_NOOLDMIMETYPE and OPENSSL_CMS_OLDMIMETYPE 2023-05-06 11:12:31 +01:00
php_openssl.h Fix GH-11054: Reset OpenSSL errors when using a PEM public key 2023-05-06 11:56:31 +01:00
xp_ssl.c Merge branch 'PHP-8.2' 2023-06-09 16:50:57 +01:00