-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix openssl pod docs to work with the very picky pod2man from perl-5.…
…18.0.
- Loading branch information
sbd
committed
Jun 1, 2013
1 parent
922a880
commit e34a13a
Showing
21 changed files
with
412 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
$NetBSD: patch-doc_apps_cms.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/apps/cms.pod.orig 2013-02-11 15:26:04.000000000 +0000 | ||
+++ doc/apps/cms.pod | ||
@@ -454,24 +454,24 @@ remains DER. | ||
|
||
the operation was completely successfully. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
an error occurred parsing the command options. | ||
|
||
-=item 2 | ||
+=item Z<>2 | ||
|
||
one of the input files could not be read. | ||
|
||
-=item 3 | ||
+=item Z<>3 | ||
|
||
an error occurred creating the CMS file or when reading the MIME | ||
message. | ||
|
||
-=item 4 | ||
+=item Z<>4 | ||
|
||
an error occurred decrypting or verifying the message. | ||
|
||
-=item 5 | ||
+=item Z<>5 | ||
|
||
the message was verified correctly but an error occurred writing out | ||
the signers certificates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
$NetBSD: patch-doc_apps_smine.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/apps/smime.pod.orig 2013-02-11 15:26:04.000000000 +0000 | ||
+++ doc/apps/smime.pod | ||
@@ -312,24 +312,24 @@ remains DER. | ||
|
||
the operation was completely successfully. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
an error occurred parsing the command options. | ||
|
||
-=item 2 | ||
+=item Z<>2 | ||
|
||
one of the input files could not be read. | ||
|
||
-=item 3 | ||
+=item Z<>3 | ||
|
||
an error occurred creating the PKCS#7 file or when reading the MIME | ||
message. | ||
|
||
-=item 4 | ||
+=item Z<>4 | ||
|
||
an error occurred decrypting or verifying the message. | ||
|
||
-=item 5 | ||
+=item Z<>5 | ||
|
||
the message was verified correctly but an error occurred writing out | ||
the signers certificates. |
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_crypto_X509__STORE__CTX__get__error.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_crypto_X509__STORE__CTX__get__error.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/crypto/X509_STORE_CTX_get_error.pod.orig 2013-02-11 15:26:04.000000000 +0000 | ||
+++ doc/crypto/X509_STORE_CTX_get_error.pod | ||
@@ -278,6 +278,8 @@ happen if extended CRL checking is enabl | ||
an application specific error. This will never be returned unless explicitly | ||
set by an application. | ||
|
||
+=back | ||
+ | ||
=head1 NOTES | ||
|
||
The above functions should be used instead of directly referencing the fields |
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__COMP__add__compression__method.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__COMP__add__compression__method.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_COMP_add_compression_method.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_COMP_add_compression_method.pod | ||
@@ -57,7 +57,7 @@ SSL_COMP_add_compression_method() may re | ||
|
||
The operation succeeded. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation failed. Check the error queue to find out the reason. | ||
|
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__CTX__add__session.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__add__session.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_add_session.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_add_session.pod | ||
@@ -58,7 +58,7 @@ The following values are returned by all | ||
the same (identical) session twice. In case of the remove operation, the | ||
session was not found in the cache. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__CTX__load__verify__locations.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__load__verify__locations.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_load_verify_locations.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_load_verify_locations.pod | ||
@@ -106,7 +106,7 @@ The operation failed because B<CAfile> a | ||
processing at one of the locations specified failed. Check the error | ||
stack to find out the reason. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
20 changes: 20 additions & 0 deletions
20
security/openssl/patches/patch-doc_ssl_SSL__CTX__set__client__CA__list.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__set__client__CA__list.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_set_client_CA_list.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_set_client_CA_list.pod | ||
@@ -66,11 +66,11 @@ values: | ||
|
||
=over 4 | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
A failure while manipulating the STACK_OF(X509_NAME) object occurred or | ||
the X509_NAME could not be extracted from B<cacert>. Check the error stack |
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__CTX__set__session__id__context.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__set__session__id__context.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_set_session_id_context.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_set_session_id_context.pod | ||
@@ -70,7 +70,7 @@ The length B<sid_ctx_len> of the session | ||
the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error | ||
is logged to the error stack. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__CTX__set__ssl__version.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__set__ssl__version.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_set_ssl_version.pod.orig 2013-02-11 15:26:04.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_set_ssl_version.pod | ||
@@ -46,7 +46,7 @@ and SSL_set_ssl_method(): | ||
|
||
The new choice failed, check the error stack to find out the reason. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
28 changes: 28 additions & 0 deletions
28
security/openssl/patches/patch-doc_ssl_SSL__CTX__use__psk__identity__hint.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
$NetBSD: patch-doc_ssl_SSL__CTX__use__psk__identity__hint.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_CTX_use_psk_identity_hint.pod.orig 2013-02-11 15:26:04.000000000 +0000 | ||
+++ doc/ssl/SSL_CTX_use_psk_identity_hint.pod | ||
@@ -81,6 +81,8 @@ SSL_CTX_use_psk_identity_hint() and SSL_ | ||
|
||
Return values from the server callback are interpreted as follows: | ||
|
||
+=over 1 | ||
+ | ||
=item > 0 | ||
|
||
PSK identity was found and the server callback has provided the PSK | ||
@@ -94,9 +96,11 @@ data to B<psk> and return the length of | ||
connection will fail with decryption_error before it will be finished | ||
completely. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
PSK identity was not found. An "unknown_psk_identity" alert message | ||
will be sent and the connection setup fails. | ||
|
||
+=back | ||
+ | ||
=cut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
$NetBSD: patch-doc_ssl_SSL__accept.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_accept.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_accept.pod | ||
@@ -44,12 +44,12 @@ The following return values can occur: | ||
|
||
=over 4 | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been | ||
established. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
The TLS/SSL handshake was not successful but was shut down controlled and | ||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__clear.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_clear.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_clear.pod | ||
@@ -61,7 +61,7 @@ The following return values can occur: | ||
The SSL_clear() operation could not be performed. Check the error stack to | ||
find out the reason. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The SSL_clear() operation was successful. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
$NetBSD: patch-doc_ssl_SSL__connect.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_connect.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_connect.pod | ||
@@ -41,18 +41,18 @@ The following return values can occur: | ||
|
||
=over 4 | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been | ||
established. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
The TLS/SSL handshake was not successful but was shut down controlled and | ||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the | ||
return value B<ret> to find out the reason. | ||
|
||
-=item E<lt>0 | ||
+=item Z<>E<lt>0 | ||
|
||
The TLS/SSL handshake was not successful, because a fatal error occurred either | ||
at the protocol level or a connection failure occurred. The shutdown was |
21 changes: 21 additions & 0 deletions
21
security/openssl/patches/patch-doc_ssl_SSL__do__handshake.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
$NetBSD: patch-doc_ssl_SSL__do__handshake.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_do_handshake.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_do_handshake.pod | ||
@@ -45,12 +45,12 @@ The following return values can occur: | ||
|
||
=over 4 | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been | ||
established. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
The TLS/SSL handshake was not successful but was shut down controlled and | ||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__read.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_read.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_read.pod | ||
@@ -86,7 +86,7 @@ The following return values can occur: | ||
The read operation was successful; the return value is the number of | ||
bytes actually read from the TLS/SSL connection. | ||
|
||
-=item 0 | ||
+=item Z<>0 | ||
|
||
The read operation was not successful. The reason may either be a clean | ||
shutdown due to a "close notify" alert sent by the peer (in which case |
15 changes: 15 additions & 0 deletions
15
security/openssl/patches/patch-doc_ssl_SSL__session__reused.pod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__session__reused.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_session_reused.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_session_reused.pod | ||
@@ -31,7 +31,7 @@ The following return values can occur: | ||
|
||
A new session was negotiated. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
A session was reused. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
$NetBSD: patch-doc_ssl_SSL__set__fd.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $ | ||
|
||
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. | ||
|
||
--- doc/ssl/SSL_set_fd.pod.orig 2013-02-11 15:02:48.000000000 +0000 | ||
+++ doc/ssl/SSL_set_fd.pod | ||
@@ -39,7 +39,7 @@ The following return values can occur: | ||
|
||
The operation failed. Check the error stack to find out why. | ||
|
||
-=item 1 | ||
+=item Z<>1 | ||
|
||
The operation succeeded. | ||
|
Oops, something went wrong.