Improve line wrapping for lines exceeding 80 chars.
authorjim <jim@openbsd.org>
Sun, 4 May 2014 21:13:41 +0000 (21:13 +0000)
committerjim <jim@openbsd.org>
Sun, 4 May 2014 21:13:41 +0000 (21:13 +0000)
ok jmc@

43 files changed:
lib/libssl/src/doc/ssl/BIO_f_ssl.pod
lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
lib/libssl/src/doc/ssl/SSL_CTX_new.pod
lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_psk_client_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
lib/libssl/src/doc/ssl/SSL_get_error.pod
lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
lib/libssl/src/doc/ssl/SSL_get_psk_identity.pod
lib/libssl/src/doc/ssl/SSL_rstate_string.pod
lib/libssl/src/doc/ssl/SSL_session_reused.pod
lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
lib/libssl/src/doc/ssl/SSL_state_string.pod
lib/libssl/src/doc/ssl/SSL_want.pod
lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod

index 9b5ed71..dfd7833 100644 (file)
@@ -2,10 +2,10 @@
 
 =head1 NAME
 
-BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode, BIO_set_ssl_renegotiate_bytes,
-BIO_get_num_renegotiates, BIO_set_ssl_renegotiate_timeout, BIO_new_ssl,
-BIO_new_ssl_connect, BIO_new_buffer_ssl_connect, BIO_ssl_copy_session_id,
-BIO_ssl_shutdown - SSL BIO
+BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode,
+BIO_set_ssl_renegotiate_bytes, BIO_get_num_renegotiates,
+BIO_set_ssl_renegotiate_timeout, BIO_new_ssl, BIO_new_ssl_connect,
+BIO_new_buffer_ssl_connect, BIO_ssl_copy_session_id, BIO_ssl_shutdown - SSL BIO
 
 =head1 SYNOPSIS
 
index eb772b5..c56e8f4 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CIPHER_get_name, SSL_CIPHER_get_bits, SSL_CIPHER_get_version, SSL_CIPHER_description - get SSL_CIPHER properties
+SSL_CIPHER_get_name, SSL_CIPHER_get_bits, SSL_CIPHER_get_version,
+SSL_CIPHER_description - get SSL_CIPHER properties
 
 =head1 SYNOPSIS
 
index 03d03ec..c9e0fab 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate session cache
+SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session,
+SSL_remove_session - manipulate session cache
 
 =head1 SYNOPSIS
 
index fb6adcf..8133689 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
+SSL_CTX_ctrl, SSL_CTX_callback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal
+handling functions for SSL_CTX and SSL objects
 
 =head1 SYNOPSIS
 
index 0c40a91..5a03844 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data - internal application specific data functions
+SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data - internal
+application specific data functions
 
 =head1 SYNOPSIS
 
index 2a3747e..d0201bf 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_get_verify_mode, SSL_get_verify_mode, SSL_CTX_get_verify_depth, SSL_get_verify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback - get currently set verification parameters
+SSL_CTX_get_verify_mode, SSL_get_verify_mode, SSL_CTX_get_verify_depth,
+SSL_get_verify_depth, SSL_get_verify_callback, SSL_CTX_get_verify_callback -
+get currently set verification parameters
 
 =head1 SYNOPSIS
 
index 73e8c47..d353068 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_new - create a new SSL_CTX object as framework for TLS/SSL enabled functions
+SSL_CTX_new - create a new SSL_CTX object as framework for TLS/SSL enabled
+functions
 
 =head1 SYNOPSIS
 
index 19aa4e2..f7192eb 100644 (file)
@@ -2,7 +2,11 @@
 
 =head1 NAME
 
-SSL_CTX_sess_number, SSL_CTX_sess_connect, SSL_CTX_sess_connect_good, SSL_CTX_sess_connect_renegotiate, SSL_CTX_sess_accept, SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_CTX_sess_hits, SSL_CTX_sess_cb_hits, SSL_CTX_sess_misses, SSL_CTX_sess_timeouts, SSL_CTX_sess_cache_full - obtain session cache statistics
+SSL_CTX_sess_number, SSL_CTX_sess_connect, SSL_CTX_sess_connect_good,
+SSL_CTX_sess_connect_renegotiate, SSL_CTX_sess_accept,
+SSL_CTX_sess_accept_good, SSL_CTX_sess_accept_renegotiate, SSL_CTX_sess_hits,
+SSL_CTX_sess_cb_hits, SSL_CTX_sess_misses, SSL_CTX_sess_timeouts,
+SSL_CTX_sess_cache_full - obtain session cache statistics
 
 =head1 SYNOPSIS
 
index c8b99f4..a8d1bd5 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session cache size
+SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session
+cache size
 
 =head1 SYNOPSIS
 
index b9d54a4..d39c088 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_cb, SSL_CTX_sess_get_remove_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching
+SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb,
+SSL_CTX_sess_get_new_cb, SSL_CTX_sess_get_remove_cb, SSL_CTX_sess_get_get_cb -
+provide callback functions for server side external session caching
 
 =head1 SYNOPSIS
 
index 6acf0d9..2f3980f 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage
+SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate
+verification storage
 
 =head1 SYNOPSIS
 
index 29a4a7c..713b223 100644 (file)
@@ -66,10 +66,10 @@ L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
 
 =head1 HISTORY
 
-Previous to OpenSSL 0.9.7, the I<arg> argument to B<SSL_CTX_set_cert_verify_callback>
-was ignored, and I<callback> was called simply as
- int (*callback)(X509_STORE_CTX *)
-To compile software written for previous versions of OpenSSL, a dummy
-argument will have to be added to I<callback>.
+Previous to OpenSSL 0.9.7, the I<arg> argument to
+B<SSL_CTX_set_cert_verify_callback> was ignored, and I<callback> was called
+simply as int (*callback)(X509_STORE_CTX *) To compile software written for
+previous versions of OpenSSL, a dummy argument will have to be added to
+I<callback>.
 
 =cut
index ed64f64..83e9c6b 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_cipher_list, SSL_set_cipher_list - choose list of available SSL_CIPHERs
+SSL_CTX_set_cipher_list, SSL_set_cipher_list - choose list of available
+SSL_CIPHERs
 
 =head1 SYNOPSIS
 
index 3465b5c..da2bf7b 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb - handle client certificate callback function
+SSL_CTX_set_client_cert_cb, SSL_CTX_get_client_cert_cb - handle client
+certificate callback function
 
 =head1 SYNOPSIS
 
index 2b87f01..f7bfc64 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_default_passwd_cb, SSL_CTX_set_default_passwd_cb_userdata - set passwd callback for encrypted PEM file handling
+SSL_CTX_set_default_passwd_cb, SSL_CTX_set_default_passwd_cb_userdata - set
+passwd callback for encrypted PEM file handling
 
 =head1 SYNOPSIS
 
index 798e844..c04588a 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_set_generate_session_id, SSL_set_generate_session_id, SSL_has_matching_session_id - manipulate generation of SSL session IDs (server only)
+SSL_CTX_set_generate_session_id, SSL_set_generate_session_id,
+SSL_has_matching_session_id - manipulate generation of SSL session IDs (server
+only)
 
 =head1 SYNOPSIS
 
index 0b4affd..108a174 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_info_callback, SSL_CTX_get_info_callback, SSL_set_info_callback, SSL_get_info_callback - handle information callback for SSL connections
+SSL_CTX_set_info_callback, SSL_CTX_get_info_callback, SSL_set_info_callback,
+SSL_get_info_callback - handle information callback for SSL connections
 
 =head1 SYNOPSIS
 
index da68cb9..808b03a 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, SSL_get_max_cert_list, - manipulate allowed for the peer's certificate chain
+SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list,
+SSL_get_max_cert_list, - manipulate allowed for the peer's certificate chain
 
 =head1 SYNOPSIS
 
index 0191a84..0208d17 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_mode, SSL_set_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engine mode
+SSL_CTX_set_mode, SSL_set_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL
+engine mode
 
 =head1 SYNOPSIS
 
index 0015e6e..b8d72ff 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback, SSL_get_msg_callback_arg - install callback for observing protocol messages
+SSL_CTX_set_msg_callback, SSL_CTX_set_msg_callback_arg, SSL_set_msg_callback,
+SSL_get_msg_callback_arg - install callback for observing protocol messages
 
 =head1 SYNOPSIS
 
@@ -94,6 +95,7 @@ L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>
 =head1 HISTORY
 
 SSL_CTX_set_msg_callback(), SSL_CTX_set_msg_callback_arg(),
-SSL_set_msg_callback() and SSL_get_msg_callback_arg() were added in OpenSSL 0.9.7.
+SSL_set_msg_callback() and SSL_get_msg_callback_arg() were added in OpenSSL
+0.9.7.
 
 =cut
index 434b452..77e0e60 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, SSL_clear_options, SSL_CTX_get_options, SSL_get_options, SSL_get_secure_renegotiation_support - manipulate SSL options
+SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, SSL_clear_options,
+SSL_CTX_get_options, SSL_get_options, SSL_get_secure_renegotiation_support -
+manipulate SSL options
 
 =head1 SYNOPSIS
 
@@ -320,9 +322,9 @@ B<SSL_OP_CIPHER_SERVER_PREFERENCE> and
 B<SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION> have been added in
 OpenSSL 0.9.7.
 
-B<SSL_OP_TLS_ROLLBACK_BUG> has been added in OpenSSL 0.9.6 and was automatically
-enabled with B<SSL_OP_ALL>. As of 0.9.7, it is no longer included in B<SSL_OP_ALL>
-and must be explicitly set.
+B<SSL_OP_TLS_ROLLBACK_BUG> has been added in OpenSSL 0.9.6 and was
+automatically enabled with B<SSL_OP_ALL>. As of 0.9.7, it is no longer included
+in B<SSL_OP_ALL> and must be explicitly set.
 
 B<SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS> has been added in OpenSSL 0.9.6e.
 Versions up to OpenSSL 0.9.6c do not include the countermeasure that
index 573f89a..7a85ba1 100644 (file)
@@ -31,7 +31,8 @@ OTHERWISE.
 
 =head1 NAME
 
-SSL_CTX_set_psk_client_callback, SSL_set_psk_client_callback - set PSK client callback
+SSL_CTX_set_psk_client_callback, SSL_set_psk_client_callback - set PSK client
+callback
 
 =head1 SYNOPSIS
 
index 393f8ff..32604db 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour
+SSL_CTX_set_quiet_shutdown, SSL_CTX_get_quiet_shutdown, SSL_set_quiet_shutdown,
+SSL_get_quiet_shutdown - manipulate shutdown behaviour
 
 =head1 SYNOPSIS
 
index 4c5d52b..fe8ec09 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching
+SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable
+session caching
 
 =head1 SYNOPSIS
 
index ed0a81c..2b1ce18 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can be reused (server side only)
+SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within
+which session can be reused (server side only)
 
 =head1 SYNOPSIS
 
index e3de27c..4422373 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for session caching
+SSL_CTX_set_timeout, SSL_CTX_get_timeout - manipulate timeout values for
+session caching
 
 =head1 SYNOPSIS
 
index 974f1e1..e31c628 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_tmp_dh_callback, SSL_CTX_set_tmp_dh, SSL_set_tmp_dh_callback, SSL_set_tmp_dh - handle DH keys for ephemeral key exchange
+SSL_CTX_set_tmp_dh_callback, SSL_CTX_set_tmp_dh, SSL_set_tmp_dh_callback,
+SSL_set_tmp_dh - handle DH keys for ephemeral key exchange
 
 =head1 SYNOPSIS
 
index 534643c..003dfdb 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_set_tmp_rsa_callback, SSL_CTX_set_tmp_rsa, SSL_CTX_need_tmp_rsa, SSL_set_tmp_rsa_callback, SSL_set_tmp_rsa, SSL_need_tmp_rsa - handle RSA keys for ephemeral key exchange
+SSL_CTX_set_tmp_rsa_callback, SSL_CTX_set_tmp_rsa, SSL_CTX_need_tmp_rsa,
+SSL_set_tmp_rsa_callback, SSL_set_tmp_rsa, SSL_need_tmp_rsa - handle RSA keys
+for ephemeral key exchange
 
 =head1 SYNOPSIS
 
index 177c59f..05df3d9 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_CTX_set_verify, SSL_set_verify, SSL_CTX_set_verify_depth, SSL_set_verify_depth - set peer certificate verification parameters
+SSL_CTX_set_verify, SSL_set_verify, SSL_CTX_set_verify_depth,
+SSL_set_verify_depth - set peer certificate verification parameters
 
 =head1 SYNOPSIS
 
index a3b2cf1..8e0d609 100644 (file)
@@ -2,7 +2,16 @@
 
 =head1 NAME
 
-SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1, SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1, SSL_use_certificate_file, SSL_CTX_use_certificate_chain_file, SSL_CTX_use_PrivateKey, SSL_CTX_use_PrivateKey_ASN1, SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey, SSL_CTX_use_RSAPrivateKey_ASN1, SSL_CTX_use_RSAPrivateKey_file, SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey, SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1, SSL_use_RSAPrivateKey_file, SSL_CTX_check_private_key, SSL_check_private_key - load certificate and key data
+SSL_CTX_use_certificate, SSL_CTX_use_certificate_ASN1,
+SSL_CTX_use_certificate_file, SSL_use_certificate, SSL_use_certificate_ASN1,
+SSL_use_certificate_file, SSL_CTX_use_certificate_chain_file,
+SSL_CTX_use_PrivateKey, SSL_CTX_use_PrivateKey_ASN1,
+SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey,
+SSL_CTX_use_RSAPrivateKey_ASN1, SSL_CTX_use_RSAPrivateKey_file,
+SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey,
+SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1, SSL_use_RSAPrivateKey_file,
+SSL_CTX_check_private_key, SSL_check_private_key - load certificate and key
+data
 
 =head1 SYNOPSIS
 
index 657cda9..1e6bec2 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data - internal application specific data functions
+SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data
+- internal application specific data functions
 
 =head1 SYNOPSIS
 
index 450a012..a9b44b3 100644 (file)
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout, SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout settings
+SSL_SESSION_get_time, SSL_SESSION_set_time, SSL_SESSION_get_timeout,
+SSL_SESSION_set_timeout - retrieve and manipulate session time and timeout
+settings
 
 =head1 SYNOPSIS
 
index 8e071e6..0a70a46 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information
+SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string,
+SSL_alert_desc_string_long - get textual description of alert information
 
 =head1 SYNOPSIS
 
index 48c6b15..ba430bd 100644 (file)
@@ -12,11 +12,10 @@ SSL_get_error - obtain result code for TLS/SSL I/O operation
 
 =head1 DESCRIPTION
 
-SSL_get_error() returns a result code (suitable for the C "switch"
-statement) for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
-SSL_read(), SSL_peek(), or SSL_write() on B<ssl>.  The value returned by
-that TLS/SSL I/O function must be passed to SSL_get_error() in parameter
-B<ret>.
+SSL_get_error() returns a result code (suitable for the C "switch" statement)
+for a preceding call to SSL_connect(), SSL_accept(), SSL_do_handshake(),
+SSL_read(), SSL_peek(), or SSL_write() on B<ssl>.  The value returned by that
+TLS/SSL I/O function must be passed to SSL_get_error() in parameter B<ret>.
 
 In addition to B<ssl> and B<ret>, SSL_get_error() inspects the
 current thread's OpenSSL error queue.  Thus, SSL_get_error() must be
index 228d23d..394ae1a 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data - internal application specific data functions
+SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data - internal application
+specific data functions
 
 =head1 SYNOPSIS
 
index fe62916..6fc72b3 100644 (file)
@@ -31,7 +31,8 @@ OTHERWISE.
 
 =head1 NAME
 
-SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
+SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and
+hint
 
 
 =head1 SYNOPSIS
index bdb8a1f..af72642 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_rstate_string, SSL_rstate_string_long - get textual description of state of an SSL object during read operation
+SSL_rstate_string, SSL_rstate_string_long - get textual description of state of
+an SSL object during read operation
 
 =head1 SYNOPSIS
 
index 033d54c..ef30d82 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_session_reused - query whether a reused session was negotiated during handshake
+SSL_session_reused - query whether a reused session was negotiated during
+handshake
 
 =head1 SYNOPSIS
 
index d88a057..1b19067 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
+SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in
+client or server mode
 
 =head1 SYNOPSIS
 
index fe01308..f84da38 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
+SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL
+connection
 
 =head1 SYNOPSIS
 
index fe25d47..e7611f1 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object
+SSL_state_string, SSL_state_string_long - get textual description of state of
+an SSL object
 
 =head1 SYNOPSIS
 
index c0059c0..7ef6cf6 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup - obtain state information TLS/SSL I/O operation
+SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup
+- obtain state information TLS/SSL I/O operation
 
 =head1 SYNOPSIS
 
index 81d2764..4a6fb12 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
+d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1
+representation
 
 =head1 SYNOPSIS