summaryrefslogtreecommitdiffstats
path: root/lib/libssl/doc/SSL_accept.3
diff options
context:
space:
mode:
authordoug <doug@openbsd.org>2015-06-18 22:51:05 +0000
committerdoug <doug@openbsd.org>2015-06-18 22:51:05 +0000
commitb61b6f46711cf71d9da65c3508277c3dc74c08a7 (patch)
tree173f4977c07fdfd4635256c2990ce7dde24a8ca1 /lib/libssl/doc/SSL_accept.3
parentChange DTLS client cert request code to match TLS. (diff)
downloadwireguard-openbsd-b61b6f46711cf71d9da65c3508277c3dc74c08a7.tar.xz
wireguard-openbsd-b61b6f46711cf71d9da65c3508277c3dc74c08a7.zip
Remove Microsoft Server Gated Crypto.
Another relic due to the old US crypto policy. From OpenSSL commit 63eab8a620944a990ab3985620966ccd9f48d681 and 95275599399e277e71d064790a1f828a99fc661a. ok jsing@ miod@
Diffstat (limited to 'lib/libssl/doc/SSL_accept.3')
-rw-r--r--lib/libssl/doc/SSL_accept.316
1 files changed, 3 insertions, 13 deletions
diff --git a/lib/libssl/doc/SSL_accept.3 b/lib/libssl/doc/SSL_accept.3
index 06465d19558..8c7409d04f3 100644
--- a/lib/libssl/doc/SSL_accept.3
+++ b/lib/libssl/doc/SSL_accept.3
@@ -1,7 +1,7 @@
.\"
-.\" $OpenBSD: SSL_accept.3,v 1.2 2014/12/02 14:11:01 jmc Exp $
+.\" $OpenBSD: SSL_accept.3,v 1.3 2015/06/18 22:51:05 doug Exp $
.\"
-.Dd $Mdocdate: December 2 2014 $
+.Dd $Mdocdate: June 18 2015 $
.Dt SSL_ACCEPT 3
.Os
.Sh NAME
@@ -29,17 +29,7 @@ If the underlying
is
.Em blocking ,
.Fn SSL_accept
-will only return once the handshake has been finished or an error occurred,
-except for SGC (Server Gated Cryptography).
-For SGC,
-.Fn SSL_accept
-may return with \(mi1, but
-.Fn SSL_get_error
-will yield
-.Dv SSL_ERROR_WANT_READ/WRITE
-and
-.Fn SSL_accept
-should be called again.
+will only return once the handshake has been finished or an error occurred.
.Pp
If the underlying
.Vt BIO