summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_KDF-HKDF.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-16 08:59:10 +1000
committerPauli <paul.dale@oracle.com>2019-09-18 18:36:13 +1000
commit40526dfd92817fd1fdd8e4adc9065c02c7807818 (patch)
tree3e17fc1dd750b193b55e4cade1b66fe2300a3342 /doc/man7/EVP_KDF-HKDF.pod
parent5b5e2985f355c8e99c196d9ce5d02c15bebadfbc (diff)
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-HKDF.pod')
-rw-r--r--doc/man7/EVP_KDF-HKDF.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man7/EVP_KDF-HKDF.pod b/doc/man7/EVP_KDF-HKDF.pod
index fb675b2d45..476821ea9d 100644
--- a/doc/man7/EVP_KDF-HKDF.pod
+++ b/doc/man7/EVP_KDF-HKDF.pod
@@ -135,16 +135,16 @@ RFC 5869
=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-size(3)>,
+L<EVP_KDF-CTX_set_params(3)>,
L<EVP_KDF-derive(3)>,
L<EVP_KDF-CTX(3)/PARAMETERS>
=head1 COPYRIGHT
-Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy