]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document version-specific utility of EVP_PKEY_Q_keygen
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Sat, 23 Nov 2024 05:44:40 +0000 (06:44 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 29 Nov 2024 18:06:13 +0000 (19:06 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26040)

doc/man3/EVP_PKEY_keygen.pod

index dec9dd572fa70900c8fadb36f2904fbde4f271b0..d0e3f3736e4f2fe4054d869f6bf2410cc45dbbd4 100644 (file)
@@ -101,9 +101,10 @@ a B<size_t> parameter must be given to specify the size of the RSA key.
 If I<type> is C<EC>,
 a string parameter must be given to specify the name of the EC curve.
 If I<type> is C<X25519>, C<X448>, C<ED25519>, C<ED448>, or C<SM2>
-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