summaryrefslogtreecommitdiff
path: root/src/lib/libssl/doc/SSL_do_handshake.3
diff options
context:
space:
mode:
authordoug <>2015-06-18 22:51:05 +0000
committerdoug <>2015-06-18 22:51:05 +0000
commit0c8481527354cd5324e6b474cbd1cbe8e36ef4e2 (patch)
tree5729e1b2f86afcffeade0b5863becbbfffc58a44 /src/lib/libssl/doc/SSL_do_handshake.3
parent5bf33d31cf897321ff72591b1f9aea4ad011305a (diff)
downloadopenbsd-0c8481527354cd5324e6b474cbd1cbe8e36ef4e2.tar.gz
openbsd-0c8481527354cd5324e6b474cbd1cbe8e36ef4e2.tar.bz2
openbsd-0c8481527354cd5324e6b474cbd1cbe8e36ef4e2.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 'src/lib/libssl/doc/SSL_do_handshake.3')
-rw-r--r--src/lib/libssl/doc/SSL_do_handshake.318
1 files changed, 3 insertions, 15 deletions
diff --git a/src/lib/libssl/doc/SSL_do_handshake.3 b/src/lib/libssl/doc/SSL_do_handshake.3
index cc29df2583..78a37b08c9 100644
--- a/src/lib/libssl/doc/SSL_do_handshake.3
+++ b/src/lib/libssl/doc/SSL_do_handshake.3
@@ -1,7 +1,7 @@
1.\" 1.\"
2.\" $OpenBSD: SSL_do_handshake.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ 2.\" $OpenBSD: SSL_do_handshake.3,v 1.3 2015/06/18 22:51:05 doug Exp $
3.\" 3.\"
4.Dd $Mdocdate: December 2 2014 $ 4.Dd $Mdocdate: June 18 2015 $
5.Dt SSL_DO_HANDSHAKE 3 5.Dt SSL_DO_HANDSHAKE 3
6.Os 6.Os
7.Sh NAME 7.Sh NAME
@@ -30,19 +30,7 @@ If the underlying
30is 30is
31.Em blocking , 31.Em blocking ,
32.Fn SSL_do_handshake 32.Fn SSL_do_handshake
33will only return once the handshake has been finished or an error occurred, 33will only return once the handshake has been finished or an error occurred.
34except for SGC (Server Gated Cryptography).
35For SGC,
36.Fn SSL_do_handshake
37may return with \(mi1, but
38.Xr SSL_get_error 3
39will yield
40.Dv SSL_ERROR_WANT_READ
41or
42.Dv SSL_ERROR_WANT_WRITE
43and
44.Fn SSL_do_handshake
45should be called again.
46.Pp 34.Pp
47If the underlying 35If the underlying
48.Vt BIO 36.Vt BIO