Commit 64fa118611 for openssl.org

commit 64fa118611fce0de88f3ed6a69a7f1a55c935adf
Author: kovan <xaum.io@gmail.com>
Date:   Sat Feb 7 18:09:44 2026 +0100

    doc: add return value documentation for EVP_CIPHER params functions

    Document the return values for EVP_CIPHER_get_params(),
    EVP_CIPHER_CTX_get_params() and EVP_CIPHER_CTX_set_params().
    These functions return a positive value for success and 0 or a
    negative value for failure, since provider callbacks return int.

    Fixes #29725

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
    Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
    Reviewed-by: Neil Horman <nhorman@openssl.org>
    MergeDate: Wed Mar 11 21:03:58 2026
    (Merged from https://github.com/openssl/openssl/pull/29915)

diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod
index cdd7366ad3..a0de124015 100644
--- a/doc/man3/EVP_EncryptInit.pod
+++ b/doc/man3/EVP_EncryptInit.pod
@@ -1469,7 +1469,8 @@ EVP_CIPHER_names_do_all() returns 1 if the callback was called for all names.
 A return value of 0 means that the callback was not called for any names.

 EVP_CIPHER_get_params(), EVP_CIPHER_CTX_get_params() and
-EVP_CIPHER_CTX_set_params() return 1 for success and 0 for failure.
+EVP_CIPHER_CTX_set_params() return a positive value for success and 0 or a negative value for
+failure.

 =head1 CIPHER LISTING