From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:44:40 +0000 (+0100) Subject: Document version-specific utility of EVP_PKEY_Q_keygen X-Git-Tag: openssl-3.5.0-alpha1~861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4505cc645d2e862e368e2823e921a564112ca2;p=thirdparty%2Fopenssl.git Document version-specific utility of EVP_PKEY_Q_keygen Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26040) --- diff --git a/doc/man3/EVP_PKEY_keygen.pod b/doc/man3/EVP_PKEY_keygen.pod index dec9dd572fa..d0e3f3736e4 100644 --- a/doc/man3/EVP_PKEY_keygen.pod +++ b/doc/man3/EVP_PKEY_keygen.pod @@ -101,9 +101,10 @@ a B parameter must be given to specify the size of the RSA key. If I is C, a string parameter must be given to specify the name of the EC curve. If I is C, C, C, C, or C -no further parameter is needed. Other key types may be possible if they are -supplied by the loaded providers. EVP_PKEY_Q_keygen() may be usable with such -key types as long as they do not require further parameters. +no further parameter is needed. Starting from OpenSSL version 3.5, other +key types may be possible if they are supplied by the loaded providers. +EVP_PKEY_Q_keygen() may be usable with such key types as long as +they do not require further parameters. =head1 RETURN VALUES