summaryrefslogtreecommitdiffstats
path: root/doc/man7/ssl.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-20 15:04:21 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 12:09:46 +0000
commit7714dc5ea1174ca50cd12e5013683284f66c2dd3 (patch)
tree46f6a0ff49eff8265e2f03f0ce1959f0a7589608 /doc/man7/ssl.pod
parent699ae85915f83f91bf5d5af45dd4888217005461 (diff)
Document the newly added SSL functions
Also document SSL_peek() which was missing from the docs. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/man7/ssl.pod')
-rw-r--r--doc/man7/ssl.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index ce163f4df0..7b5b39e938 100644
--- a/doc/man7/ssl.pod
+++ b/doc/man7/ssl.pod
@@ -28,8 +28,8 @@ connection with the object.
Then the TLS/SSL handshake is performed using
L<SSL_accept(3)> or L<SSL_connect(3)>
respectively.
-L<SSL_read(3)> and L<SSL_write(3)> are used
-to read and write data on the TLS/SSL connection.
+L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> and L<SSL_write(3)> are
+used to read and write data on the TLS/SSL connection.
L<SSL_shutdown(3)> can be used to shut down the
TLS/SSL connection.
@@ -792,6 +792,7 @@ L<SSL_get_version(3)>,
L<SSL_load_client_CA_file(3)>,
L<SSL_new(3)>,
L<SSL_pending(3)>,
+L<SSL_read_ex(3)>,
L<SSL_read(3)>,
L<SSL_rstate_string(3)>,
L<SSL_session_reused(3)>,
@@ -803,6 +804,7 @@ L<SSL_set_shutdown(3)>,
L<SSL_shutdown(3)>,
L<SSL_state_string(3)>,
L<SSL_want(3)>,
+L<SSL_write_ex(3)>,
L<SSL_write(3)>,
L<SSL_SESSION_free(3)>,
L<SSL_SESSION_get_time(3)>,