diff options
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 08f50d1c05..6291a11d37 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()> to obtain the requisite length returns the correct length +L<EVP_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 @@ -94,7 +94,7 @@ RFC 3961 =head1 SEE ALSO -L<EVP_KDF>, +L<EVP_KDF(3)>, L<EVP_KDF_CTX_new_id(3)>, L<EVP_KDF_CTX_free(3)>, L<EVP_KDF_ctrl(3)>, |