diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-16 00:59:10 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-18 10:36:13 +0200 |
commit | 40526dfd92817fd1fdd8e4adc9065c02c7807818 (patch) | |
tree | 3e17fc1dd750b193b55e4cade1b66fe2300a3342 /doc/man7/EVP_KDF-TLS1_PRF.pod | |
parent | Add support for io_pgetevents_time64 syscall (diff) | |
download | openssl-40526dfd92817fd1fdd8e4adc9065c02c7807818.tar.xz openssl-40526dfd92817fd1fdd8e4adc9065c02c7807818.zip |
Clean up KDF documentation in section 7.
The EVP_KDF_ctrl function doesn't exist anymore and have been replaced by
EVP_KDF_CTX_set_params.
The EVP_KDF_new_id function doesn't exist either and EVP_KDF_new should be
used instead.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9905)
Diffstat (limited to 'doc/man7/EVP_KDF-TLS1_PRF.pod')
-rw-r--r-- | doc/man7/EVP_KDF-TLS1_PRF.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/EVP_KDF-TLS1_PRF.pod b/doc/man7/EVP_KDF-TLS1_PRF.pod index 2adcf9f0aa..c7a097746d 100644 --- a/doc/man7/EVP_KDF-TLS1_PRF.pod +++ b/doc/man7/EVP_KDF-TLS1_PRF.pod @@ -95,9 +95,9 @@ RFC 2246, RFC 5246 and NIST SP 800-135 r1 =head1 SEE ALSO L<EVP_KDF>, -L<EVP_KDF-CTX_new_id(3)>, +L<EVP_KDF-CTX_new(3)>, L<EVP_KDF-CTX_free(3)>, -L<EVP_KDF-ctrl(3)>, +L<EVP_KDF-CTX_set_params(3)>, L<EVP_KDF-derive(3)>, L<EVP_KDF-CTX(3)/PARAMETERS> |