From: David Makepeace Date: Sun, 26 May 2019 22:21:50 +0000 (+1000) Subject: Added Conforming To section to EVP_KDF_TLS1_PRF documentation. X-Git-Tag: openssl-3.0.0-alpha1~2032 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6783944f89a606e09e961d473b70167d2a66f96e;p=oweals%2Fopenssl.git Added Conforming To section to EVP_KDF_TLS1_PRF documentation. Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9008) --- 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,