summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Makepeace <david.p.makepeace@oracle.com>2019-05-27 00:21:50 +0200
committerRichard Levitte <levitte@openssl.org>2019-05-27 10:05:08 +0200
commit6783944f89a606e09e961d473b70167d2a66f96e (patch)
tree5a0bacc249e6e678b04c3e1ec35e01b99cf20f8e /doc
parentOCSP: fix memory leak in OCSP_url_svcloc_new method. (diff)
downloadopenssl-6783944f89a606e09e961d473b70167d2a66f96e.tar.xz
openssl-6783944f89a606e09e961d473b70167d2a66f96e.zip
Added Conforming To section to EVP_KDF_TLS1_PRF documentation.
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9008)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/EVP_KDF_TLS1_PRF.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/EVP_KDF_TLS1_PRF.pod b/doc/man7/EVP_KDF_TLS1_PRF.pod
index e6cbe099ce..4c73139546 100644
--- a/doc/man7/EVP_KDF_TLS1_PRF.pod
+++ b/doc/man7/EVP_KDF_TLS1_PRF.pod
@@ -121,6 +121,10 @@ and seed value "seed":
}
EVP_KDF_CTX_free(kctx);
+=head1 CONFORMING TO
+
+RFC 2246, RFC 5246 and NIST SP 800-135 r1
+
=head1 SEE ALSO
L<EVP_KDF_CTX>,