diff options
author | doug <> | 2015-06-18 22:51:05 +0000 |
---|---|---|
committer | doug <> | 2015-06-18 22:51:05 +0000 |
commit | 0c8481527354cd5324e6b474cbd1cbe8e36ef4e2 (patch) | |
tree | 5729e1b2f86afcffeade0b5863becbbfffc58a44 /src/lib/libssl/doc/SSL_accept.3 | |
parent | 5bf33d31cf897321ff72591b1f9aea4ad011305a (diff) | |
download | openbsd-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_accept.3')
-rw-r--r-- | src/lib/libssl/doc/SSL_accept.3 | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/lib/libssl/doc/SSL_accept.3 b/src/lib/libssl/doc/SSL_accept.3 index 06465d1955..8c7409d04f 100644 --- a/src/lib/libssl/doc/SSL_accept.3 +++ b/src/lib/libssl/doc/SSL_accept.3 | |||
@@ -1,7 +1,7 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" $OpenBSD: SSL_accept.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_accept.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_ACCEPT 3 | 5 | .Dt SSL_ACCEPT 3 |
6 | .Os | 6 | .Os |
7 | .Sh NAME | 7 | .Sh NAME |
@@ -29,17 +29,7 @@ If the underlying | |||
29 | is | 29 | is |
30 | .Em blocking , | 30 | .Em blocking , |
31 | .Fn SSL_accept | 31 | .Fn SSL_accept |
32 | will only return once the handshake has been finished or an error occurred, | 32 | will only return once the handshake has been finished or an error occurred. |
33 | except for SGC (Server Gated Cryptography). | ||
34 | For SGC, | ||
35 | .Fn SSL_accept | ||
36 | may return with \(mi1, but | ||
37 | .Fn SSL_get_error | ||
38 | will yield | ||
39 | .Dv SSL_ERROR_WANT_READ/WRITE | ||
40 | and | ||
41 | .Fn SSL_accept | ||
42 | should be called again. | ||
43 | .Pp | 33 | .Pp |
44 | If the underlying | 34 | If the underlying |
45 | .Vt BIO | 35 | .Vt BIO |