summaryrefslogtreecommitdiff
path: root/openssl-32/pod2man.patch
blob: 5dd0f9e8cc0ecaf79766ffc21e1c27dd80faad83 (plain)
    1 diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
    2 index a09588a..881d387 100644
    3 --- a/doc/apps/cms.pod
    4 +++ b/doc/apps/cms.pod
    5 @@ -450,28 +450,28 @@ remains DER.
    6  
    7  =over 4
    8  
    9 -=item 0
   10 +=item Z<>0
   11  
   12  the operation was completely successfully.
   13  
   14 -=item 1 
   15 +=item Z<>1 
   16  
   17  an error occurred parsing the command options.
   18  
   19 -=item 2
   20 +=item Z<>2
   21  
   22  one of the input files could not be read.
   23  
   24 -=item 3
   25 +=item Z<>3
   26  
   27  an error occurred creating the CMS file or when reading the MIME
   28  message.
   29  
   30 -=item 4
   31 +=item Z<>4
   32  
   33  an error occurred decrypting or verifying the message.
   34  
   35 -=item 5
   36 +=item Z<>5
   37  
   38  the message was verified correctly but an error occurred writing out
   39  the signers certificates.
   40 diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
   41 index e4e89af..ef8e8cd 100644
   42 --- a/doc/apps/smime.pod
   43 +++ b/doc/apps/smime.pod
   44 @@ -308,28 +308,28 @@ remains DER.
   45  
   46  =over 4
   47  
   48 -=item 0
   49 +=item Z<>0
   50  
   51  the operation was completely successfully.
   52  
   53 -=item 1 
   54 +=item Z<>1 
   55  
   56  an error occurred parsing the command options.
   57  
   58 -=item 2
   59 +=item Z<>2
   60  
   61  one of the input files could not be read.
   62  
   63 -=item 3
   64 +=item Z<>3
   65  
   66  an error occurred creating the PKCS#7 file or when reading the MIME
   67  message.
   68  
   69 -=item 4
   70 +=item Z<>4
   71  
   72  an error occurred decrypting or verifying the message.
   73  
   74 -=item 5
   75 +=item Z<>5
   76  
   77  the message was verified correctly but an error occurred writing out
   78  the signers certificates.
   79 diff --git a/doc/ssl/SSL_COMP_add_compression_method.pod b/doc/ssl/SSL_COMP_add_compression_method.pod
   80 index 42fa66b..f4d191c 100644
   81 --- a/doc/ssl/SSL_COMP_add_compression_method.pod
   82 +++ b/doc/ssl/SSL_COMP_add_compression_method.pod
   83 @@ -53,11 +53,11 @@ SSL_COMP_add_compression_method() may return the following values:
   84  
   85  =over 4
   86  
   87 -=item 0
   88 +=item Z<>0
   89  
   90  The operation succeeded.
   91  
   92 -=item 1
   93 +=item Z<>1
   94  
   95  The operation failed. Check the error queue to find out the reason.
   96  
   97 diff --git a/doc/ssl/SSL_CTX_add_session.pod b/doc/ssl/SSL_CTX_add_session.pod
   98 index 82676b2..8e0abd3 100644
   99 --- a/doc/ssl/SSL_CTX_add_session.pod
  100 +++ b/doc/ssl/SSL_CTX_add_session.pod
  101 @@ -52,13 +52,13 @@ The following values are returned by all functions:
  102  
  103  =over 4
  104  
  105 -=item 0
  106 +=item Z<>0
  107  
  108   The operation failed. In case of the add operation, it was tried to add
  109   the same (identical) session twice. In case of the remove operation, the
  110   session was not found in the cache.
  111  
  112 -=item 1
  113 +=item Z<>1
  114   
  115   The operation succeeded.
  116  
  117 diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod
  118 index 84a799f..d1d8977 100644
  119 --- a/doc/ssl/SSL_CTX_load_verify_locations.pod
  120 +++ b/doc/ssl/SSL_CTX_load_verify_locations.pod
  121 @@ -100,13 +100,13 @@ The following return values can occur:
  122  
  123  =over 4
  124  
  125 -=item 0
  126 +=item Z<>0
  127  
  128  The operation failed because B<CAfile> and B<CApath> are NULL or the
  129  processing at one of the locations specified failed. Check the error
  130  stack to find out the reason.
  131  
  132 -=item 1
  133 +=item Z<>1
  134  
  135  The operation succeeded.
  136  
  137 diff --git a/doc/ssl/SSL_CTX_set_client_CA_list.pod b/doc/ssl/SSL_CTX_set_client_CA_list.pod
  138 index 5e66133..5e97392 100644
  139 --- a/doc/ssl/SSL_CTX_set_client_CA_list.pod
  140 +++ b/doc/ssl/SSL_CTX_set_client_CA_list.pod
  141 @@ -66,13 +66,13 @@ values:
  142  
  143  =over 4
  144  
  145 -=item 0
  146 +=item Z<>0
  147  
  148  A failure while manipulating the STACK_OF(X509_NAME) object occurred or
  149  the X509_NAME could not be extracted from B<cacert>. Check the error stack
  150  to find out the reason.
  151  
  152 -=item 1
  153 +=item Z<>1
  154  
  155  The operation succeeded.
  156  
  157 diff --git a/doc/ssl/SSL_CTX_set_session_id_context.pod b/doc/ssl/SSL_CTX_set_session_id_context.pod
  158 index 58fc685..7c9e515 100644
  159 --- a/doc/ssl/SSL_CTX_set_session_id_context.pod
  160 +++ b/doc/ssl/SSL_CTX_set_session_id_context.pod
  161 @@ -64,13 +64,13 @@ return the following values:
  162  
  163  =over 4
  164  
  165 -=item 0
  166 +=item Z<>0
  167  
  168  The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
  169  the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
  170  is logged to the error stack.
  171  
  172 -=item 1
  173 +=item Z<>1
  174  
  175  The operation succeeded.
  176  
  177 diff --git a/doc/ssl/SSL_CTX_set_ssl_version.pod b/doc/ssl/SSL_CTX_set_ssl_version.pod
  178 index 254f2b4..e254f96 100644
  179 --- a/doc/ssl/SSL_CTX_set_ssl_version.pod
  180 +++ b/doc/ssl/SSL_CTX_set_ssl_version.pod
  181 @@ -42,11 +42,11 @@ and SSL_set_ssl_method():
  182  
  183  =over 4
  184  
  185 -=item 0
  186 +=item Z<>0
  187  
  188  The new choice failed, check the error stack to find out the reason.
  189  
  190 -=item 1
  191 +=item Z<>1
  192  
  193  The operation succeeded.
  194  
  195 diff --git a/doc/ssl/SSL_CTX_use_psk_identity_hint.pod b/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
  196 index 7e60df5..9da7201 100644
  197 --- a/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
  198 +++ b/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
  199 @@ -96,7 +96,7 @@ data to B<psk> and return the length of the random data, so the
  200  connection will fail with decryption_error before it will be finished
  201  completely.
  202  
  203 -=item 0
  204 +=item Z<>0
  205  
  206  PSK identity was not found. An "unknown_psk_identity" alert message
  207  will be sent and the connection setup fails.
  208 diff --git a/doc/ssl/SSL_accept.pod b/doc/ssl/SSL_accept.pod
  209 index b1c34d1..2239444 100644
  210 --- a/doc/ssl/SSL_accept.pod
  211 +++ b/doc/ssl/SSL_accept.pod
  212 @@ -44,13 +44,13 @@ The following return values can occur:
  213  
  214  =over 4
  215  
  216 -=item 0
  217 +=item Z<>0
  218  
  219  The TLS/SSL handshake was not successful but was shut down controlled and
  220  by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
  221  return value B<ret> to find out the reason.
  222  
  223 -=item 1
  224 +=item Z<>1
  225  
  226  The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
  227  established.
  228 diff --git a/doc/ssl/SSL_clear.pod b/doc/ssl/SSL_clear.pod
  229 index d4df1bf..ba192bd 100644
  230 --- a/doc/ssl/SSL_clear.pod
  231 +++ b/doc/ssl/SSL_clear.pod
  232 @@ -56,12 +56,12 @@ The following return values can occur:
  233  
  234  =over 4
  235  
  236 -=item 0
  237 +=item Z<>0
  238  
  239  The SSL_clear() operation could not be performed. Check the error stack to
  240  find out the reason.
  241  
  242 -=item 1
  243 +=item Z<>1
  244  
  245  The SSL_clear() operation was successful.
  246  
  247 diff --git a/doc/ssl/SSL_connect.pod b/doc/ssl/SSL_connect.pod
  248 index 946ca89..68e2b82 100644
  249 --- a/doc/ssl/SSL_connect.pod
  250 +++ b/doc/ssl/SSL_connect.pod
  251 @@ -41,13 +41,13 @@ The following return values can occur:
  252  
  253  =over 4
  254  
  255 -=item 0
  256 +=item Z<>0
  257  
  258  The TLS/SSL handshake was not successful but was shut down controlled and
  259  by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
  260  return value B<ret> to find out the reason.
  261  
  262 -=item 1
  263 +=item Z<>1
  264  
  265  The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
  266  established.
  267 diff --git a/doc/ssl/SSL_do_handshake.pod b/doc/ssl/SSL_do_handshake.pod
  268 index 7f8cf24..b35ddf5 100644
  269 --- a/doc/ssl/SSL_do_handshake.pod
  270 +++ b/doc/ssl/SSL_do_handshake.pod
  271 @@ -45,13 +45,13 @@ The following return values can occur:
  272  
  273  =over 4
  274  
  275 -=item 0
  276 +=item Z<>0
  277  
  278  The TLS/SSL handshake was not successful but was shut down controlled and
  279  by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
  280  return value B<ret> to find out the reason.
  281  
  282 -=item 1
  283 +=item Z<>1
  284  
  285  The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
  286  established.
  287 diff --git a/doc/ssl/SSL_read.pod b/doc/ssl/SSL_read.pod
  288 index 7038cd2..8ca0ce5 100644
  289 --- a/doc/ssl/SSL_read.pod
  290 +++ b/doc/ssl/SSL_read.pod
  291 @@ -86,7 +86,7 @@ The following return values can occur:
  292  The read operation was successful; the return value is the number of
  293  bytes actually read from the TLS/SSL connection.
  294  
  295 -=item 0
  296 +=item Z<>0
  297  
  298  The read operation was not successful. The reason may either be a clean
  299  shutdown due to a "close notify" alert sent by the peer (in which case
  300 diff --git a/doc/ssl/SSL_session_reused.pod b/doc/ssl/SSL_session_reused.pod
  301 index da7d062..b09d8a7 100644
  302 --- a/doc/ssl/SSL_session_reused.pod
  303 +++ b/doc/ssl/SSL_session_reused.pod
  304 @@ -27,11 +27,11 @@ The following return values can occur:
  305  
  306  =over 4
  307  
  308 -=item 0
  309 +=item Z<>0
  310  
  311  A new session was negotiated.
  312  
  313 -=item 1
  314 +=item Z<>1
  315  
  316  A session was reused.
  317  
  318 diff --git a/doc/ssl/SSL_set_fd.pod b/doc/ssl/SSL_set_fd.pod
  319 index 7029112..1480871 100644
  320 --- a/doc/ssl/SSL_set_fd.pod
  321 +++ b/doc/ssl/SSL_set_fd.pod
  322 @@ -35,11 +35,11 @@ The following return values can occur:
  323  
  324  =over 4
  325  
  326 -=item 0
  327 +=item Z<>0
  328  
  329  The operation failed. Check the error stack to find out why.
  330  
  331 -=item 1
  332 +=item Z<>1
  333  
  334  The operation succeeded.
  335  
  336 diff --git a/doc/ssl/SSL_set_session.pod b/doc/ssl/SSL_set_session.pod
  337 index 5f54714..197b521 100644
  338 --- a/doc/ssl/SSL_set_session.pod
  339 +++ b/doc/ssl/SSL_set_session.pod
  340 @@ -37,11 +37,11 @@ The following return values can occur:
  341  
  342  =over 4
  343  
  344 -=item 0
  345 +=item Z<>0
  346  
  347  The operation failed; check the error stack to find out the reason.
  348  
  349 -=item 1
  350 +=item Z<>1
  351  
  352  The operation succeeded.
  353  
  354 diff --git a/doc/ssl/SSL_shutdown.pod b/doc/ssl/SSL_shutdown.pod
  355 index 42a89b7..85d4a64 100644
  356 --- a/doc/ssl/SSL_shutdown.pod
  357 +++ b/doc/ssl/SSL_shutdown.pod
  358 @@ -92,14 +92,14 @@ The following return values can occur:
  359  
  360  =over 4
  361  
  362 -=item 0
  363 +=item Z<>0
  364  
  365  The shutdown is not yet finished. Call SSL_shutdown() for a second time,
  366  if a bidirectional shutdown shall be performed.
  367  The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
  368  erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
  369  
  370 -=item 1
  371 +=item Z<>1
  372  
  373  The shutdown was successfully completed. The "close notify" alert was sent
  374  and the peer's "close notify" alert was received.
  375 diff --git a/doc/ssl/SSL_write.pod b/doc/ssl/SSL_write.pod
  376 index e013c12..a57617f 100644
  377 --- a/doc/ssl/SSL_write.pod
  378 +++ b/doc/ssl/SSL_write.pod
  379 @@ -79,7 +79,7 @@ The following return values can occur:
  380  The write operation was successful, the return value is the number of
  381  bytes actually written to the TLS/SSL connection.
  382  
  383 -=item 0
  384 +=item Z<>0
  385  
  386  The write operation was not successful. Probably the underlying connection
  387  was closed. Call SSL_get_error() with the return value B<ret> to find out,
  388 -- 
  389 1.8.3

Generated by cgit