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)
This commit is contained in:
David Makepeace 2019-05-27 08:21:50 +10:00 committed by Richard Levitte
parent 5b3accde60
commit 6783944f89

View File

@ -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>,