diff options
| author | miod <> | 2014-07-10 13:53:11 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-10 13:53:11 +0000 |
| commit | 4813174951b534ca1bff04557cea82aa2dfc8c6d (patch) | |
| tree | 6dab0d552e58081d073a867cd82cc07494f1f423 /src/lib/libssl/src | |
| parent | ce8f10566668baf1c4bc45d83ed1eb9e315b0c24 (diff) | |
| download | openbsd-4813174951b534ca1bff04557cea82aa2dfc8c6d.tar.gz openbsd-4813174951b534ca1bff04557cea82aa2dfc8c6d.tar.bz2 openbsd-4813174951b534ca1bff04557cea82aa2dfc8c6d.zip | |
Remove empty sections and references to des_modes(7) which we don't have.
Diffstat (limited to 'src/lib/libssl/src')
45 files changed, 28 insertions, 145 deletions
diff --git a/src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod b/src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod index 8ac2a03ae2..b5e72a8347 100644 --- a/src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod +++ b/src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod | |||
| @@ -39,8 +39,4 @@ ASN1_STRING_free() does not return a value. | |||
| 39 | 39 | ||
| 40 | L<ERR_get_error(3)|ERR_get_error(3)> | 40 | L<ERR_get_error(3)|ERR_get_error(3)> |
| 41 | 41 | ||
| 42 | =head1 HISTORY | ||
| 43 | |||
| 44 | TBA | ||
| 45 | |||
| 46 | =cut | 42 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod b/src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod index 3b6ab8b710..666ac551cd 100644 --- a/src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod +++ b/src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod | |||
| @@ -92,8 +92,4 @@ equivalent to: | |||
| 92 | L<X509_NAME_print_ex(3)|X509_NAME_print_ex(3)>, | 92 | L<X509_NAME_print_ex(3)|X509_NAME_print_ex(3)>, |
| 93 | L<ASN1_tag2str(3)|ASN1_tag2str(3)> | 93 | L<ASN1_tag2str(3)|ASN1_tag2str(3)> |
| 94 | 94 | ||
| 95 | =head1 HISTORY | ||
| 96 | |||
| 97 | TBA | ||
| 98 | |||
| 99 | =cut | 95 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/BF_set_key.pod b/src/lib/libssl/src/doc/crypto/BF_set_key.pod index 08cba3e25c..db6e938842 100644 --- a/src/lib/libssl/src/doc/crypto/BF_set_key.pod +++ b/src/lib/libssl/src/doc/crypto/BF_set_key.pod | |||
| @@ -100,13 +100,8 @@ Applications should use the higher level functions | |||
| 100 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> etc. instead of calling the | 100 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> etc. instead of calling the |
| 101 | blowfish functions directly. | 101 | blowfish functions directly. |
| 102 | 102 | ||
| 103 | =head1 SEE ALSO | ||
| 104 | |||
| 105 | L<des_modes(7)|des_modes(7)> | ||
| 106 | |||
| 107 | =head1 HISTORY | 103 | =head1 HISTORY |
| 108 | 104 | ||
| 109 | The Blowfish functions are available in all versions of SSLeay and OpenSSL. | 105 | The Blowfish functions are available in all versions of SSLeay and OpenSSL. |
| 110 | 106 | ||
| 111 | =cut | 107 | =cut |
| 112 | |||
diff --git a/src/lib/libssl/src/doc/crypto/BIO.pod b/src/lib/libssl/src/doc/crypto/BIO.pod index f9239226ff..f01ced7d8e 100644 --- a/src/lib/libssl/src/doc/crypto/BIO.pod +++ b/src/lib/libssl/src/doc/crypto/BIO.pod | |||
| @@ -8,8 +8,6 @@ bio - I/O abstraction | |||
| 8 | 8 | ||
| 9 | #include <openssl/bio.h> | 9 | #include <openssl/bio.h> |
| 10 | 10 | ||
| 11 | TBA | ||
| 12 | |||
| 13 | 11 | ||
| 14 | =head1 DESCRIPTION | 12 | =head1 DESCRIPTION |
| 15 | 13 | ||
| @@ -52,3 +50,5 @@ L<BIO_s_file(3)|BIO_s_file(3)>, L<BIO_s_mem(3)|BIO_s_mem(3)>, | |||
| 52 | L<BIO_s_null(3)|BIO_s_null(3)>, L<BIO_s_socket(3)|BIO_s_socket(3)>, | 50 | L<BIO_s_null(3)|BIO_s_null(3)>, L<BIO_s_socket(3)|BIO_s_socket(3)>, |
| 53 | L<BIO_set_callback(3)|BIO_set_callback(3)>, | 51 | L<BIO_set_callback(3)|BIO_set_callback(3)>, |
| 54 | L<BIO_should_retry(3)|BIO_should_retry(3)> | 52 | L<BIO_should_retry(3)|BIO_should_retry(3)> |
| 53 | |||
| 54 | =cut | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_ctrl.pod b/src/lib/libssl/src/doc/crypto/BIO_ctrl.pod index e2d3b0aa54..2271e52c9e 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_ctrl.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_ctrl.pod | |||
| @@ -125,6 +125,4 @@ particular a return value of 0 can be returned if an operation is not | |||
| 125 | supported, if an error occurred, if EOF has not been reached and in | 125 | supported, if an error occurred, if EOF has not been reached and in |
| 126 | the case of BIO_seek() on a file BIO for a successful operation. | 126 | the case of BIO_seek() on a file BIO for a successful operation. |
| 127 | 127 | ||
| 128 | =head1 SEE ALSO | 128 | =cut |
| 129 | |||
| 130 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_f_base64.pod b/src/lib/libssl/src/doc/crypto/BIO_f_base64.pod index aee09bae58..d9ec3b518b 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_f_base64.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_f_base64.pod | |||
| @@ -76,6 +76,4 @@ data following the base64 encoded block to be misinterpreted. | |||
| 76 | There should be some way of specifying a test that the BIO can perform | 76 | There should be some way of specifying a test that the BIO can perform |
| 77 | to reliably determine EOF (for example a MIME boundary). | 77 | to reliably determine EOF (for example a MIME boundary). |
| 78 | 78 | ||
| 79 | =head1 SEE ALSO | 79 | =cut |
| 80 | |||
| 81 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod b/src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod index f44d24be3f..f4ddd3a2cf 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod | |||
| @@ -73,3 +73,5 @@ L<BIO_flush(3)|BIO_flush(3)>, | |||
| 73 | L<BIO_pop(3)|BIO_pop(3)>, | 73 | L<BIO_pop(3)|BIO_pop(3)>, |
| 74 | L<BIO_ctrl(3)|BIO_ctrl(3)>, | 74 | L<BIO_ctrl(3)|BIO_ctrl(3)>, |
| 75 | L<BIO_int_ctrl(3)|BIO_ctrl(3)> | 75 | L<BIO_int_ctrl(3)|BIO_ctrl(3)> |
| 76 | |||
| 77 | =cut | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod b/src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod index 38453c101d..0afd30fb2a 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod | |||
| @@ -68,10 +68,4 @@ for failure. | |||
| 68 | 68 | ||
| 69 | BIO_get_cipher_ctx() currently always returns 1. | 69 | BIO_get_cipher_ctx() currently always returns 1. |
| 70 | 70 | ||
| 71 | =head1 EXAMPLES | 71 | =cut |
| 72 | |||
| 73 | TBA | ||
| 74 | |||
| 75 | =head1 SEE ALSO | ||
| 76 | |||
| 77 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_f_md.pod b/src/lib/libssl/src/doc/crypto/BIO_f_md.pod index 2cc41f89d2..cb83fb0993 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_f_md.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_f_md.pod | |||
| @@ -139,6 +139,4 @@ and BIO_puts() should be passed to the next BIO in the chain and digest | |||
| 139 | the data passed through and that digests should be retrieved using a | 139 | the data passed through and that digests should be retrieved using a |
| 140 | separate BIO_ctrl() call. | 140 | separate BIO_ctrl() call. |
| 141 | 141 | ||
| 142 | =head1 SEE ALSO | 142 | =cut |
| 143 | |||
| 144 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_f_null.pod b/src/lib/libssl/src/doc/crypto/BIO_f_null.pod index b057c18408..5ef19968f6 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_f_null.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_f_null.pod | |||
| @@ -27,6 +27,4 @@ As may be apparent a null filter BIO is not particularly useful. | |||
| 27 | 27 | ||
| 28 | BIO_f_null() returns the null filter BIO method. | 28 | BIO_f_null() returns the null filter BIO method. |
| 29 | 29 | ||
| 30 | =head1 SEE ALSO | 30 | =cut |
| 31 | |||
| 32 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_find_type.pod b/src/lib/libssl/src/doc/crypto/BIO_find_type.pod index 99b1626f56..40eedb8a86 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_find_type.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_find_type.pod | |||
| @@ -93,7 +93,4 @@ Traverse a chain looking for digest BIOs: | |||
| 93 | btmp = BIO_next(btmp); | 93 | btmp = BIO_next(btmp); |
| 94 | } while(btmp); | 94 | } while(btmp); |
| 95 | 95 | ||
| 96 | 96 | =cut | |
| 97 | =head1 SEE ALSO | ||
| 98 | |||
| 99 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_new.pod b/src/lib/libssl/src/doc/crypto/BIO_new.pod index 8c7aeac6de..bd7b7381f3 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_new.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_new.pod | |||
| @@ -61,6 +61,4 @@ Create a memory BIO: | |||
| 61 | 61 | ||
| 62 | BIO *mem = BIO_new(BIO_s_mem()); | 62 | BIO *mem = BIO_new(BIO_s_mem()); |
| 63 | 63 | ||
| 64 | =head1 SEE ALSO | 64 | =cut |
| 65 | |||
| 66 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_push.pod b/src/lib/libssl/src/doc/crypto/BIO_push.pod index 8af1d3c097..a3e2e383a5 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_push.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_push.pod | |||
| @@ -64,6 +64,4 @@ BIO_push() returns the end of the chain, B<b>. | |||
| 64 | BIO_pop() returns the next BIO in the chain, or NULL if there is no next | 64 | BIO_pop() returns the next BIO in the chain, or NULL if there is no next |
| 65 | BIO. | 65 | BIO. |
| 66 | 66 | ||
| 67 | =head1 SEE ALSO | 67 | =cut |
| 68 | |||
| 69 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_read.pod b/src/lib/libssl/src/doc/crypto/BIO_read.pod index b34528104d..37e269d055 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_read.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_read.pod | |||
| @@ -63,4 +63,4 @@ to the chain. | |||
| 63 | 63 | ||
| 64 | L<BIO_should_retry(3)|BIO_should_retry(3)> | 64 | L<BIO_should_retry(3)|BIO_should_retry(3)> |
| 65 | 65 | ||
| 66 | TBA | 66 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_accept.pod b/src/lib/libssl/src/doc/crypto/BIO_s_accept.pod index 2414559372..058bda1409 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_accept.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_accept.pod | |||
| @@ -141,10 +141,6 @@ BIO_set_accept_port(), BIO_get_accept_port(), BIO_set_nbio_accept(), | |||
| 141 | BIO_set_accept_bios(), BIO_set_bind_mode(), BIO_get_bind_mode() and | 141 | BIO_set_accept_bios(), BIO_set_bind_mode(), BIO_get_bind_mode() and |
| 142 | BIO_do_accept() are macros. | 142 | BIO_do_accept() are macros. |
| 143 | 143 | ||
| 144 | =head1 RETURN VALUES | ||
| 145 | |||
| 146 | TBA | ||
| 147 | |||
| 148 | =head1 EXAMPLE | 144 | =head1 EXAMPLE |
| 149 | 145 | ||
| 150 | This example accepts two connections on port 4444, sends messages | 146 | This example accepts two connections on port 4444, sends messages |
| @@ -190,6 +186,4 @@ down each and finally closes both down. | |||
| 190 | BIO_free(cbio); | 186 | BIO_free(cbio); |
| 191 | BIO_free(cbio2); | 187 | BIO_free(cbio2); |
| 192 | 188 | ||
| 193 | =head1 SEE ALSO | 189 | =cut |
| 194 | |||
| 195 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_connect.pod b/src/lib/libssl/src/doc/crypto/BIO_s_connect.pod index 0743c8849f..92f37d05ff 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_connect.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_connect.pod | |||
| @@ -186,7 +186,4 @@ to retrieve a page and copy the result to standard output. | |||
| 186 | BIO_free(cbio); | 186 | BIO_free(cbio); |
| 187 | BIO_free(out); | 187 | BIO_free(out); |
| 188 | 188 | ||
| 189 | 189 | =cut | |
| 190 | =head1 SEE ALSO | ||
| 191 | |||
| 192 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_fd.pod b/src/lib/libssl/src/doc/crypto/BIO_s_fd.pod index 98749c9b67..22b7575ba0 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_fd.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_fd.pod | |||
| @@ -87,3 +87,5 @@ L<BIO_reset(3)|BIO_reset(3)>, L<BIO_read(3)|BIO_read(3)>, | |||
| 87 | L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, | 87 | L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, |
| 88 | L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, | 88 | L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, |
| 89 | L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> | 89 | L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> |
| 90 | |||
| 91 | =cut | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_file.pod b/src/lib/libssl/src/doc/crypto/BIO_s_file.pod index 188aea347d..0c9cb824da 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_file.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_file.pod | |||
| @@ -146,3 +146,5 @@ L<BIO_read(3)|BIO_read(3)>, | |||
| 146 | L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, | 146 | L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, |
| 147 | L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, | 147 | L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, |
| 148 | L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> | 148 | L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> |
| 149 | |||
| 150 | =cut | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_mem.pod b/src/lib/libssl/src/doc/crypto/BIO_s_mem.pod index 76f244caf1..4541b3fc55 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_mem.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_mem.pod | |||
| @@ -109,7 +109,4 @@ Extract the BUF_MEM structure from a memory BIO and then free up the BIO: | |||
| 109 | BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */ | 109 | BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */ |
| 110 | BIO_free(mem); | 110 | BIO_free(mem); |
| 111 | 111 | ||
| 112 | 112 | =cut | |
| 113 | =head1 SEE ALSO | ||
| 114 | |||
| 115 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_null.pod b/src/lib/libssl/src/doc/crypto/BIO_s_null.pod index e5514f7238..9f7d4ac46a 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_null.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_null.pod | |||
| @@ -32,6 +32,4 @@ by adding a null sink BIO to the end of the chain | |||
| 32 | 32 | ||
| 33 | BIO_s_null() returns the null sink BIO method. | 33 | BIO_s_null() returns the null sink BIO method. |
| 34 | 34 | ||
| 35 | =head1 SEE ALSO | 35 | =cut |
| 36 | |||
| 37 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_s_socket.pod b/src/lib/libssl/src/doc/crypto/BIO_s_socket.pod index 1c8d3a9110..402aff26e2 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_s_socket.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_s_socket.pod | |||
| @@ -58,6 +58,4 @@ initialized. | |||
| 58 | BIO_new_socket() returns the newly allocated BIO or NULL is an error | 58 | BIO_new_socket() returns the newly allocated BIO or NULL is an error |
| 59 | occurred. | 59 | occurred. |
| 60 | 60 | ||
| 61 | =head1 SEE ALSO | 61 | =cut |
| 62 | |||
| 63 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_set_callback.pod b/src/lib/libssl/src/doc/crypto/BIO_set_callback.pod index ab35303590..8e4e5900d9 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_set_callback.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_set_callback.pod | |||
| @@ -102,6 +102,4 @@ callback(b,BIO_CB_CTRL|BIO_CB_RETURN,parg,cmd, larg,ret) after. | |||
| 102 | The BIO_debug_callback() function is a good example, its source is | 102 | The BIO_debug_callback() function is a good example, its source is |
| 103 | in crypto/bio/bio_cb.c | 103 | in crypto/bio/bio_cb.c |
| 104 | 104 | ||
| 105 | =head1 SEE ALSO | 105 | =cut |
| 106 | |||
| 107 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/BIO_should_retry.pod b/src/lib/libssl/src/doc/crypto/BIO_should_retry.pod index 143221ad33..d6f5335c2b 100644 --- a/src/lib/libssl/src/doc/crypto/BIO_should_retry.pod +++ b/src/lib/libssl/src/doc/crypto/BIO_should_retry.pod | |||
| @@ -109,6 +109,4 @@ that is they cannot retry after a partial read or write. This is usually | |||
| 109 | worked around by only passing the relevant data to ASN1 functions when | 109 | worked around by only passing the relevant data to ASN1 functions when |
| 110 | the entire structure can be read or written. | 110 | the entire structure can be read or written. |
| 111 | 111 | ||
| 112 | =head1 SEE ALSO | 112 | =cut |
| 113 | |||
| 114 | TBA | ||
diff --git a/src/lib/libssl/src/doc/crypto/DES_set_key.pod b/src/lib/libssl/src/doc/crypto/DES_set_key.pod index c0447b8bae..d6a35eacd4 100644 --- a/src/lib/libssl/src/doc/crypto/DES_set_key.pod +++ b/src/lib/libssl/src/doc/crypto/DES_set_key.pod | |||
| @@ -281,7 +281,7 @@ DES_cbc_encrypt is used. | |||
| 281 | =head1 NOTES | 281 | =head1 NOTES |
| 282 | 282 | ||
| 283 | Single-key DES is insecure due to its short key size. ECB mode is | 283 | Single-key DES is insecure due to its short key size. ECB mode is |
| 284 | not suitable for most applications; see L<des_modes(7)|des_modes(7)>. | 284 | not suitable for most applications. |
| 285 | 285 | ||
| 286 | The L<evp(3)|evp(3)> library provides higher-level encryption functions. | 286 | The L<evp(3)|evp(3)> library provides higher-level encryption functions. |
| 287 | 287 | ||
diff --git a/src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod b/src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod index be7c924ff8..b64f0ca546 100644 --- a/src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod +++ b/src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod | |||
| @@ -102,4 +102,5 @@ in the inner loop of the Miller-Rabin test whenever it reached the | |||
| 102 | squaring step (the parameters to B<callback> did not reveal how many | 102 | squaring step (the parameters to B<callback> did not reveal how many |
| 103 | witnesses had been tested); since OpenSSL 0.9.5, B<callback(1, ...)> | 103 | witnesses had been tested); since OpenSSL 0.9.5, B<callback(1, ...)> |
| 104 | is called as in BN_is_prime(3), i.e. once for each witness. | 104 | is called as in BN_is_prime(3), i.e. once for each witness. |
| 105 | |||
| 105 | =cut | 106 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/ERR.pod b/src/lib/libssl/src/doc/crypto/ERR.pod index 6f729554d2..fce8eea6a8 100644 --- a/src/lib/libssl/src/doc/crypto/ERR.pod +++ b/src/lib/libssl/src/doc/crypto/ERR.pod | |||
| @@ -155,8 +155,6 @@ the header file and generate the C error code file. This will normally | |||
| 155 | be done if the external library needs to generate new ASN1 structures | 155 | be done if the external library needs to generate new ASN1 structures |
| 156 | but it can also be used to add more general purpose error code handling. | 156 | but it can also be used to add more general purpose error code handling. |
| 157 | 157 | ||
| 158 | TBA more details | ||
| 159 | |||
| 160 | =head1 INTERNALS | 158 | =head1 INTERNALS |
| 161 | 159 | ||
| 162 | The error queues are stored in a hash table with one B<ERR_STATE> | 160 | The error queues are stored in a hash table with one B<ERR_STATE> |
diff --git a/src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod b/src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod index 1aa2a9cd6e..0242f66715 100644 --- a/src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod +++ b/src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod | |||
| @@ -58,6 +58,4 @@ L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, | |||
| 58 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>, | 58 | L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>, |
| 59 | L<EVP_SealInit(3)|EVP_SealInit(3)> | 59 | L<EVP_SealInit(3)|EVP_SealInit(3)> |
| 60 | 60 | ||
| 61 | =head1 HISTORY | ||
| 62 | |||
| 63 | =cut | 61 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod b/src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod index 11512249e4..7792714659 100644 --- a/src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod +++ b/src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod | |||
| @@ -40,8 +40,4 @@ EVP_PKEY_free() does not return a value. | |||
| 40 | 40 | ||
| 41 | L<EVP_PKEY_set1_RSA(3)|EVP_PKEY_set1_RSA(3)> | 41 | L<EVP_PKEY_set1_RSA(3)|EVP_PKEY_set1_RSA(3)> |
| 42 | 42 | ||
| 43 | =head1 HISTORY | ||
| 44 | |||
| 45 | TBA | ||
| 46 | |||
| 47 | =cut | 43 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod b/src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod index c2031c3d0b..096e969fa3 100644 --- a/src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod +++ b/src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod | |||
| @@ -73,8 +73,4 @@ and EVP_PKEY_assign_EC_KEY() return 1 for success and 0 for failure. | |||
| 73 | 73 | ||
| 74 | L<EVP_PKEY_new(3)|EVP_PKEY_new(3)> | 74 | L<EVP_PKEY_new(3)|EVP_PKEY_new(3)> |
| 75 | 75 | ||
| 76 | =head1 HISTORY | ||
| 77 | |||
| 78 | TBA | ||
| 79 | |||
| 80 | =cut | 76 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod b/src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod index b2b8af990c..3656390ead 100644 --- a/src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod +++ b/src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod | |||
| @@ -144,8 +144,4 @@ a NID or B<NID_undef> on error. | |||
| 144 | 144 | ||
| 145 | L<ERR_get_error(3)|ERR_get_error(3)> | 145 | L<ERR_get_error(3)|ERR_get_error(3)> |
| 146 | 146 | ||
| 147 | =head1 HISTORY | ||
| 148 | |||
| 149 | TBA | ||
| 150 | |||
| 151 | =cut | 147 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod b/src/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod index 7e821f69c3..0d9270985a 100644 --- a/src/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod +++ b/src/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod | |||
| @@ -496,3 +496,5 @@ The read routines return either a pointer to the structure read or NULL | |||
| 496 | if an error occurred. | 496 | if an error occurred. |
| 497 | 497 | ||
| 498 | The write routines return 1 for success or 0 for failure. | 498 | The write routines return 1 for success or 0 for failure. |
| 499 | |||
| 500 | =cut | ||
diff --git a/src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod b/src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod index ad0d796535..86242f8242 100644 --- a/src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod +++ b/src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod | |||
| @@ -67,8 +67,4 @@ set first so the relevant field information can be looked up internally. | |||
| 67 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>, | 67 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>, |
| 68 | L<OBJ_nid2obj(3),OBJ_nid2obj(3)> | 68 | L<OBJ_nid2obj(3),OBJ_nid2obj(3)> |
| 69 | 69 | ||
| 70 | =head1 HISTORY | ||
| 71 | |||
| 72 | TBA | ||
| 73 | |||
| 74 | =cut | 70 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod b/src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod index 7da92617fb..9c694c9867 100644 --- a/src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod +++ b/src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod | |||
| @@ -101,8 +101,4 @@ requested entry or B<NULL> if the index is invalid. | |||
| 101 | 101 | ||
| 102 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)> | 102 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)> |
| 103 | 103 | ||
| 104 | =head1 HISTORY | ||
| 105 | |||
| 106 | TBA | ||
| 107 | |||
| 108 | =cut | 104 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod b/src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod index ff5d788d88..5cdf636c16 100644 --- a/src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod +++ b/src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod | |||
| @@ -100,8 +100,4 @@ calls X509_NAME_print() internally. | |||
| 100 | 100 | ||
| 101 | L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> | 101 | L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> |
| 102 | 102 | ||
| 103 | =head1 HISTORY | ||
| 104 | |||
| 105 | TBA | ||
| 106 | |||
| 107 | =cut | 103 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod b/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod index 5760f64fcb..e4339dc28f 100644 --- a/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod +++ b/src/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod | |||
| @@ -320,8 +320,4 @@ thread safe but will never happen unless an invalid code is passed. | |||
| 320 | 320 | ||
| 321 | L<X509_verify_cert(3)|X509_verify_cert(3)> | 321 | L<X509_verify_cert(3)|X509_verify_cert(3)> |
| 322 | 322 | ||
| 323 | =head1 HISTORY | ||
| 324 | |||
| 325 | TBA | ||
| 326 | |||
| 327 | =cut | 323 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod b/src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod index f213a9c117..27af442b69 100644 --- a/src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod +++ b/src/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod | |||
| @@ -169,8 +169,4 @@ connections associated with an B<SSL_CTX> structure B<ctx>: | |||
| 169 | 169 | ||
| 170 | L<X509_verify_cert(3)|X509_verify_cert(3)> | 170 | L<X509_verify_cert(3)|X509_verify_cert(3)> |
| 171 | 171 | ||
| 172 | =head1 HISTORY | ||
| 173 | |||
| 174 | TBA | ||
| 175 | |||
| 176 | =cut | 172 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod b/src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod index 45bb18492c..b2712dc55c 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod | |||
| @@ -22,8 +22,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 22 | 22 | ||
| 23 | L<d2i_X509(3)|d2i_X509(3)> | 23 | L<d2i_X509(3)|d2i_X509(3)> |
| 24 | 24 | ||
| 25 | =head1 HISTORY | ||
| 26 | |||
| 27 | TBA | ||
| 28 | |||
| 29 | =cut | 25 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_DHparams.pod b/src/lib/libssl/src/doc/crypto/d2i_DHparams.pod index 1e98aebeca..9f1aac9137 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_DHparams.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_DHparams.pod | |||
| @@ -23,8 +23,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 23 | 23 | ||
| 24 | L<d2i_X509(3)|d2i_X509(3)> | 24 | L<d2i_X509(3)|d2i_X509(3)> |
| 25 | 25 | ||
| 26 | =head1 HISTORY | ||
| 27 | |||
| 28 | TBA | ||
| 29 | |||
| 30 | =cut | 26 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod b/src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod index c80e311d04..e890841311 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod | |||
| @@ -76,8 +76,4 @@ B<priv_key> fields respectively. | |||
| 76 | 76 | ||
| 77 | L<d2i_X509(3)|d2i_X509(3)> | 77 | L<d2i_X509(3)|d2i_X509(3)> |
| 78 | 78 | ||
| 79 | =head1 HISTORY | ||
| 80 | |||
| 81 | TBA | ||
| 82 | |||
| 83 | =cut | 79 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod b/src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod index 68e7f27de5..11515d0ace 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod | |||
| @@ -60,8 +60,4 @@ avoided if possible. | |||
| 60 | 60 | ||
| 61 | L<d2i_X509(3)|d2i_X509(3)> | 61 | L<d2i_X509(3)|d2i_X509(3)> |
| 62 | 62 | ||
| 63 | =head1 HISTORY | ||
| 64 | |||
| 65 | TBA | ||
| 66 | |||
| 67 | =cut | 63 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod b/src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod index 9e5cd92ca7..68011679fd 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod | |||
| @@ -23,8 +23,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 23 | 23 | ||
| 24 | L<d2i_X509(3)|d2i_X509(3)> | 24 | L<d2i_X509(3)|d2i_X509(3)> |
| 25 | 25 | ||
| 26 | =head1 HISTORY | ||
| 27 | |||
| 28 | TBA | ||
| 29 | |||
| 30 | =cut | 26 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod b/src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod index 224f9e082b..dcdc86994d 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod | |||
| @@ -30,8 +30,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 30 | 30 | ||
| 31 | L<d2i_X509(3)|d2i_X509(3)> | 31 | L<d2i_X509(3)|d2i_X509(3)> |
| 32 | 32 | ||
| 33 | =head1 HISTORY | ||
| 34 | |||
| 35 | TBA | ||
| 36 | |||
| 37 | =cut | 33 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod b/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod index 343ffe1519..7d9b515391 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod | |||
| @@ -24,8 +24,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 24 | 24 | ||
| 25 | L<d2i_X509(3)|d2i_X509(3)> | 25 | L<d2i_X509(3)|d2i_X509(3)> |
| 26 | 26 | ||
| 27 | =head1 HISTORY | ||
| 28 | |||
| 29 | TBA | ||
| 30 | |||
| 31 | =cut | 27 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod b/src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod index 91c0c1974b..baa8ae391e 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod | |||
| @@ -29,8 +29,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 29 | 29 | ||
| 30 | L<d2i_X509(3)|d2i_X509(3)> | 30 | L<d2i_X509(3)|d2i_X509(3)> |
| 31 | 31 | ||
| 32 | =head1 HISTORY | ||
| 33 | |||
| 34 | TBA | ||
| 35 | |||
| 36 | =cut | 32 | =cut |
diff --git a/src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod b/src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod index e48fd79a51..00d03f5ba1 100644 --- a/src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod +++ b/src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod | |||
| @@ -23,8 +23,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
| 23 | 23 | ||
| 24 | L<d2i_X509(3)|d2i_X509(3)> | 24 | L<d2i_X509(3)|d2i_X509(3)> |
| 25 | 25 | ||
| 26 | =head1 HISTORY | ||
| 27 | |||
| 28 | TBA | ||
| 29 | |||
| 30 | =cut | 26 | =cut |
