Add documentation for SSL_key_update() and SSL_get_key_update_type()
authorMatt Caswell <matt@openssl.org>
Tue, 14 Feb 2017 15:25:22 +0000 (15:25 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 17 Feb 2017 10:28:01 +0000 (10:28 +0000)
commit398206375688f053774ab0622a59db69fb2e2b99
treea80edd3c5cc6d21192392d4ab0b4664797874fbb
parentc2fd15f6a7fb0d7a5944c5af0c01de678b271c90
Add documentation for SSL_key_update() and SSL_get_key_update_type()

This also adds documentation for the pre-existing and related
SSL_renegotiate*() functions.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2609)
doc/man3/SSL_key_update.pod [new file with mode: 0644]
doc/man7/ssl.pod