summaryrefslogtreecommitdiff
path: root/lib/libssl/man/ssl.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2020-09-21 08:53:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2020-09-21 08:53:57 +0000
commit7f5c664af353b95fbe8d62dcd90ba04ea141ff9d (patch)
tree754a30993d822d833b75e7ff73d40302e65f1cfe /lib/libssl/man/ssl.3
parentb663663607af052ac4fe1428d2428670035e2752 (diff)
In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data.
Write documentation from scratch explaining why we don't support 0-RTT but how we stub it out instead. Tweaks and OK tb@. ... and beck@ pointed out that this OpenSSL API is akin to adding a laser sighting system to a giant blackpowder cannon that one keeps blowing one's own feet to mangled scraps with ...
Diffstat (limited to 'lib/libssl/man/ssl.3')
-rw-r--r--lib/libssl/man/ssl.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libssl/man/ssl.3 b/lib/libssl/man/ssl.3
index 26596a5f8ca..81778df7904 100644
--- a/lib/libssl/man/ssl.3
+++ b/lib/libssl/man/ssl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssl.3,v 1.19 2020/09/20 10:20:44 schwarze Exp $
+.\" $OpenBSD: ssl.3,v 1.20 2020/09/21 08:53:56 schwarze Exp $
.\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100
.\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800
.\"
@@ -51,7 +51,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 20 2020 $
+.Dd $Mdocdate: September 21 2020 $
.Dt SSL 3
.Os
.Sh NAME
@@ -301,7 +301,7 @@ To change the configuration:
.Xr SSL_set_connect_state 3 ,
.Xr SSL_set_fd 3 ,
.Xr SSL_set_session 3 ,
-.Xr SSL_set1_host.3 ,
+.Xr SSL_set1_host 3 ,
.Xr SSL_set_verify_result 3
.Pp
To inspect the configuration:
@@ -318,6 +318,7 @@ To transmit data:
.Xr SSL_connect 3 ,
.Xr SSL_do_handshake 3 ,
.Xr SSL_read 3 ,
+.\" XXX enable after the 6.8 release: Xr SSL_read_early_data 3 ,
.Xr SSL_renegotiate 3 ,
.Xr SSL_shutdown 3 ,
.Xr SSL_write 3