From 1e4e5492966007268485920a56613b9c6893f237 Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Sat, 16 Sep 2000 15:39:28 +0000 Subject: ispell and some other nit-picking --- doc/ssl/SSL_shutdown.pod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/ssl/SSL_shutdown.pod') diff --git a/doc/ssl/SSL_shutdown.pod b/doc/ssl/SSL_shutdown.pod index be1166b596..f287aad9ce 100644 --- a/doc/ssl/SSL_shutdown.pod +++ b/doc/ssl/SSL_shutdown.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL_shutdown - Shut down a TLS connection +SSL_shutdown - shut down a TLS/SSL connection =head1 SYNOPSIS @@ -12,18 +12,18 @@ SSL_shutdown - Shut down a TLS connection =head1 DESCRIPTION -SSL_shutdown() shuts down an active TLS connection. It sends the shutdown -alert to the peer. The behaviour of SSL_shutdown() depends on the underlying +SSL_shutdown() shuts down an active TLS/SSL connection. It sends the shutdown +alert to the peer. The behavior of SSL_shutdown() depends on the underlying BIO. -If the underlying BIO is B, SSL_shutdown() will only return, once the -handshake has been finished or an error occured. +If the underlying BIO is B, SSL_shutdown() will only return once the +handshake has been finished or an error occurred. -If the underlying BIO is B, SSL_shutdown() will also return, +If the underlying BIO is B, SSL_shutdown() will also return when the underlying BIO could not satisfy the needs of SSL_shutdown() to continue the handshake. In this case a call to SSL_get_error() with the -return value of SSL_shutdown() will yield SSL_ERROR_WANT_READ or -SSL_ERROR_WANT_WRITE. The calling process then must repeat the call after +return value of SSL_shutdown() will yield B or +B. The calling process then must repeat the call after taking appropriate action to satisfy the needs of SSL_shutdown(). The action depends on the underlying BIO. When using a non-blocking socket, nothing is to be done, but select() can be used to check for the required @@ -42,13 +42,13 @@ The shutdown was successfully completed. =item 0 -The shutdown was not successfull. Call SSL_get_error() with the return +The shutdown was not successful. Call SSL_get_error() with the return value B to find out the reason. =item -1 -The shutdown was not successfull, because a fatal error occured either -at the protocol level or a connection failure occured. It can also occure of +The shutdown was not successful because a fatal error occurred either +at the protocol level or a connection failure occurred. It can also occur of action is need to continue the operation for non-blocking BIOs. Call SSL_get_error() with the return value B to find out the reason. -- cgit v1.2.3