[openssl/openssl] 63b023: KDF_CTX_new API has incorrect signature (const sho...

Shakti Shah noreply at github.com
Wed Feb 14 08:50:45 UTC 2024


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 63b0234debdcaa304bb695205dca03f4bcaf33fd
      https://github.com/openssl/openssl/commit/63b0234debdcaa304bb695205dca03f4bcaf33fd
  Author: Shakti Shah <shaktishah33 at gmail.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M doc/man3/EVP_KDF.pod

  Log Message:
  -----------
  KDF_CTX_new API has incorrect signature (const should not be there)

https://www.openssl.org/docs/man3.1/man3/EVP_KDF_CTX.html

The pages for 3.0/3.1/master seem to have the following
EVP_KDF_CTX *EVP_KDF_CTX_new(const EVP_KDF *kdf);

which does not match with the actual header which is
EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf);

Fixes #23532

Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23541)

(cherry picked from commit 4f6133f9db2b9b7ce5e59d8b8ec38202a154c524)




More information about the openssl-commits mailing list