diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-10-13 06:30:12 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-10-22 12:47:02 +0200 |
commit | 1ba21239ddbd1b18a3676efaa8dd9402e1468818 (patch) | |
tree | c10c21d0fb1f57bddc2d0fee7cac078ac8a07c32 /doc/man7/EVP_KDF-KRB5KDF.pod | |
parent | Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). (diff) | |
download | openssl-1ba21239ddbd1b18a3676efaa8dd9402e1468818.tar.xz openssl-1ba21239ddbd1b18a3676efaa8dd9402e1468818.zip |
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13116)
Diffstat (limited to 'doc/man7/EVP_KDF-KRB5KDF.pod')
-rw-r--r-- | doc/man7/EVP_KDF-KRB5KDF.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_KDF-KRB5KDF.pod b/doc/man7/EVP_KDF-KRB5KDF.pod index 62f941c3ca..8d730d40b8 100644 --- a/doc/man7/EVP_KDF-KRB5KDF.pod +++ b/doc/man7/EVP_KDF-KRB5KDF.pod @@ -51,7 +51,7 @@ parameter to the L<EVP_KDF_derive(3)> function, and MUST match the key length for the chosen cipher or an error is returned. Moreover, the constant's length must not exceed the block size of the cipher. Since the KRB5KDF output length depends on the chosen cipher, calling -L<EVP_KDF_size(3)> to obtain the requisite length returns the correct length +L<EVP_KDF_CTX_get_kdf_size(3)> to obtain the requisite length returns the correct length only after the cipher is set. Prior to that B<EVP_MAX_KEY_LENGTH> is returned. The caller must allocate a buffer of the correct length for the chosen cipher, and pass that buffer to the L<EVP_KDF_derive(3)> function along @@ -98,7 +98,7 @@ RFC 3961 L<EVP_KDF(3)>, L<EVP_KDF_CTX_free(3)>, L<EVP_KDF_ctrl(3)>, -L<EVP_KDF_size(3)>, +L<EVP_KDF_CTX_get_kdf_size(3)>, L<EVP_KDF_derive(3)>, L<EVP_KDF(3)/PARAMETERS> |