X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fdoc%2Fssl%2FSSL_accept.pod;h=3248cacf1e8a18db32bcb0894ec4525a44f82c9b;hb=HEAD;hp=22394441741f19bf1ab8497613c7bd5c8e3ca684;hpb=156855b7e12c3a0254590da514b0d0e8efe469f4;p=cassiopeia.git diff --git a/lib/openssl/doc/ssl/SSL_accept.pod b/lib/openssl/doc/ssl/SSL_accept.pod index 2239444..3248cac 100644 --- a/lib/openssl/doc/ssl/SSL_accept.pod +++ b/lib/openssl/doc/ssl/SSL_accept.pod @@ -18,13 +18,10 @@ B by setting an underlying B. =head1 NOTES -The behaviour of SSL_accept() depends on the underlying BIO. +The behaviour of SSL_accept() depends on the underlying BIO. If the underlying BIO is B, SSL_accept() will only return once the -handshake has been finished or an error occurred, except for SGC (Server -Gated Cryptography). For SGC, SSL_accept() may return with -1, but -SSL_get_error() will yield B and SSL_accept() -should be called again. +handshake has been finished or an error occurred. If the underlying BIO is B, SSL_accept() will also return when the underlying BIO could not satisfy the needs of SSL_accept() @@ -67,10 +64,19 @@ to find out the reason. =head1 SEE ALSO -L, L, -L, L, L, -L, -L, -L +L, L, +L, L, L, +L, +L, +L + +=head1 COPYRIGHT + +Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut