diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-10 13:53:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-10 13:53:12 +0000 |
commit | 8340ef1995afddce6a22b448e1f1fb61797925ab (patch) | |
tree | 8c26d71d4679d64885336e821fb865055c2fb256 /lib | |
parent | c825548c0d0bca03df010a32c16f490ff34d20cf (diff) |
Remove empty sections and references to des_modes(7) which we don't have.
Diffstat (limited to 'lib')
45 files changed, 36 insertions, 151 deletions
diff --git a/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod b/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod index 5b1bbb7eb21..b5e72a83478 100644 --- a/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod +++ b/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod @@ -7,6 +7,8 @@ ASN1_STRING allocation functions =head1 SYNOPSIS + #include <openssl/asn1.h> + ASN1_STRING * ASN1_STRING_new(void); ASN1_STRING * ASN1_STRING_type_new(int type); void ASN1_STRING_free(ASN1_STRING *a); @@ -37,8 +39,4 @@ ASN1_STRING_free() does not return a value. L<ERR_get_error(3)|ERR_get_error(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod b/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod index 3b6ab8b710c..666ac551cd7 100644 --- a/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod +++ b/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod @@ -92,8 +92,4 @@ equivalent to: L<X509_NAME_print_ex(3)|X509_NAME_print_ex(3)>, L<ASN1_tag2str(3)|ASN1_tag2str(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/BF_set_key.pod b/lib/libssl/src/doc/crypto/BF_set_key.pod index 08cba3e25cc..db6e9388425 100644 --- a/lib/libssl/src/doc/crypto/BF_set_key.pod +++ b/lib/libssl/src/doc/crypto/BF_set_key.pod @@ -100,13 +100,8 @@ Applications should use the higher level functions L<EVP_EncryptInit(3)|EVP_EncryptInit(3)> etc. instead of calling the blowfish functions directly. -=head1 SEE ALSO - -L<des_modes(7)|des_modes(7)> - =head1 HISTORY The Blowfish functions are available in all versions of SSLeay and OpenSSL. =cut - diff --git a/lib/libssl/src/doc/crypto/BIO.pod b/lib/libssl/src/doc/crypto/BIO.pod index f9239226ffc..f01ced7d8ef 100644 --- a/lib/libssl/src/doc/crypto/BIO.pod +++ b/lib/libssl/src/doc/crypto/BIO.pod @@ -8,8 +8,6 @@ bio - I/O abstraction #include <openssl/bio.h> -TBA - =head1 DESCRIPTION @@ -52,3 +50,5 @@ L<BIO_s_file(3)|BIO_s_file(3)>, L<BIO_s_mem(3)|BIO_s_mem(3)>, L<BIO_s_null(3)|BIO_s_null(3)>, L<BIO_s_socket(3)|BIO_s_socket(3)>, L<BIO_set_callback(3)|BIO_set_callback(3)>, L<BIO_should_retry(3)|BIO_should_retry(3)> + +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_ctrl.pod b/lib/libssl/src/doc/crypto/BIO_ctrl.pod index e2d3b0aa544..2271e52c9e8 100644 --- a/lib/libssl/src/doc/crypto/BIO_ctrl.pod +++ b/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 supported, if an error occurred, if EOF has not been reached and in the case of BIO_seek() on a file BIO for a successful operation. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_f_base64.pod b/lib/libssl/src/doc/crypto/BIO_f_base64.pod index aee09bae583..d9ec3b518bc 100644 --- a/lib/libssl/src/doc/crypto/BIO_f_base64.pod +++ b/lib/libssl/src/doc/crypto/BIO_f_base64.pod @@ -76,6 +76,4 @@ data following the base64 encoded block to be misinterpreted. There should be some way of specifying a test that the BIO can perform to reliably determine EOF (for example a MIME boundary). -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_f_buffer.pod b/lib/libssl/src/doc/crypto/BIO_f_buffer.pod index f44d24be3f8..f4ddd3a2cfd 100644 --- a/lib/libssl/src/doc/crypto/BIO_f_buffer.pod +++ b/lib/libssl/src/doc/crypto/BIO_f_buffer.pod @@ -73,3 +73,5 @@ L<BIO_flush(3)|BIO_flush(3)>, L<BIO_pop(3)|BIO_pop(3)>, L<BIO_ctrl(3)|BIO_ctrl(3)>, L<BIO_int_ctrl(3)|BIO_ctrl(3)> + +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_f_cipher.pod b/lib/libssl/src/doc/crypto/BIO_f_cipher.pod index 38453c101d2..0afd30fb2a9 100644 --- a/lib/libssl/src/doc/crypto/BIO_f_cipher.pod +++ b/lib/libssl/src/doc/crypto/BIO_f_cipher.pod @@ -68,10 +68,4 @@ for failure. BIO_get_cipher_ctx() currently always returns 1. -=head1 EXAMPLES - -TBA - -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_f_md.pod b/lib/libssl/src/doc/crypto/BIO_f_md.pod index 2cc41f89d2f..cb83fb09933 100644 --- a/lib/libssl/src/doc/crypto/BIO_f_md.pod +++ b/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 the data passed through and that digests should be retrieved using a separate BIO_ctrl() call. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_f_null.pod b/lib/libssl/src/doc/crypto/BIO_f_null.pod index b057c184083..5ef19968f6c 100644 --- a/lib/libssl/src/doc/crypto/BIO_f_null.pod +++ b/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. BIO_f_null() returns the null filter BIO method. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_find_type.pod b/lib/libssl/src/doc/crypto/BIO_find_type.pod index 99b1626f563..40eedb8a860 100644 --- a/lib/libssl/src/doc/crypto/BIO_find_type.pod +++ b/lib/libssl/src/doc/crypto/BIO_find_type.pod @@ -93,7 +93,4 @@ Traverse a chain looking for digest BIOs: btmp = BIO_next(btmp); } while(btmp); - -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_new.pod b/lib/libssl/src/doc/crypto/BIO_new.pod index 8c7aeac6deb..bd7b7381f32 100644 --- a/lib/libssl/src/doc/crypto/BIO_new.pod +++ b/lib/libssl/src/doc/crypto/BIO_new.pod @@ -61,6 +61,4 @@ Create a memory BIO: BIO *mem = BIO_new(BIO_s_mem()); -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_push.pod b/lib/libssl/src/doc/crypto/BIO_push.pod index 8af1d3c0975..a3e2e383a58 100644 --- a/lib/libssl/src/doc/crypto/BIO_push.pod +++ b/lib/libssl/src/doc/crypto/BIO_push.pod @@ -64,6 +64,4 @@ BIO_push() returns the end of the chain, B<b>. BIO_pop() returns the next BIO in the chain, or NULL if there is no next BIO. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_read.pod b/lib/libssl/src/doc/crypto/BIO_read.pod index b34528104dd..37e269d055d 100644 --- a/lib/libssl/src/doc/crypto/BIO_read.pod +++ b/lib/libssl/src/doc/crypto/BIO_read.pod @@ -63,4 +63,4 @@ to the chain. L<BIO_should_retry(3)|BIO_should_retry(3)> -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_accept.pod b/lib/libssl/src/doc/crypto/BIO_s_accept.pod index 2414559372f..058bda14096 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_accept.pod +++ b/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(), BIO_set_accept_bios(), BIO_set_bind_mode(), BIO_get_bind_mode() and BIO_do_accept() are macros. -=head1 RETURN VALUES - -TBA - =head1 EXAMPLE This example accepts two connections on port 4444, sends messages @@ -190,6 +186,4 @@ down each and finally closes both down. BIO_free(cbio); BIO_free(cbio2); -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_connect.pod b/lib/libssl/src/doc/crypto/BIO_s_connect.pod index 0743c8849fd..92f37d05ff0 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_connect.pod +++ b/lib/libssl/src/doc/crypto/BIO_s_connect.pod @@ -186,7 +186,4 @@ to retrieve a page and copy the result to standard output. BIO_free(cbio); BIO_free(out); - -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_fd.pod b/lib/libssl/src/doc/crypto/BIO_s_fd.pod index 98749c9b67d..22b7575ba03 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_fd.pod +++ b/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)>, L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> + +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_file.pod b/lib/libssl/src/doc/crypto/BIO_s_file.pod index 188aea347da..0c9cb824da8 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_file.pod +++ b/lib/libssl/src/doc/crypto/BIO_s_file.pod @@ -146,3 +146,5 @@ L<BIO_read(3)|BIO_read(3)>, L<BIO_write(3)|BIO_write(3)>, L<BIO_puts(3)|BIO_puts(3)>, L<BIO_gets(3)|BIO_gets(3)>, L<BIO_printf(3)|BIO_printf(3)>, L<BIO_set_close(3)|BIO_set_close(3)>, L<BIO_get_close(3)|BIO_get_close(3)> + +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_mem.pod b/lib/libssl/src/doc/crypto/BIO_s_mem.pod index 76f244caf16..4541b3fc556 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_mem.pod +++ b/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: BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */ BIO_free(mem); - -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_null.pod b/lib/libssl/src/doc/crypto/BIO_s_null.pod index e5514f72389..9f7d4ac46a2 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_null.pod +++ b/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 BIO_s_null() returns the null sink BIO method. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_s_socket.pod b/lib/libssl/src/doc/crypto/BIO_s_socket.pod index 1c8d3a91102..402aff26e20 100644 --- a/lib/libssl/src/doc/crypto/BIO_s_socket.pod +++ b/lib/libssl/src/doc/crypto/BIO_s_socket.pod @@ -58,6 +58,4 @@ initialized. BIO_new_socket() returns the newly allocated BIO or NULL is an error occurred. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_set_callback.pod b/lib/libssl/src/doc/crypto/BIO_set_callback.pod index ab353035902..8e4e5900d9c 100644 --- a/lib/libssl/src/doc/crypto/BIO_set_callback.pod +++ b/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. The BIO_debug_callback() function is a good example, its source is in crypto/bio/bio_cb.c -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/BIO_should_retry.pod b/lib/libssl/src/doc/crypto/BIO_should_retry.pod index 143221ad330..d6f5335c2b5 100644 --- a/lib/libssl/src/doc/crypto/BIO_should_retry.pod +++ b/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 worked around by only passing the relevant data to ASN1 functions when the entire structure can be read or written. -=head1 SEE ALSO - -TBA +=cut diff --git a/lib/libssl/src/doc/crypto/DES_set_key.pod b/lib/libssl/src/doc/crypto/DES_set_key.pod index c0447b8baed..d6a35eacd44 100644 --- a/lib/libssl/src/doc/crypto/DES_set_key.pod +++ b/lib/libssl/src/doc/crypto/DES_set_key.pod @@ -281,7 +281,7 @@ DES_cbc_encrypt is used. =head1 NOTES Single-key DES is insecure due to its short key size. ECB mode is -not suitable for most applications; see L<des_modes(7)|des_modes(7)>. +not suitable for most applications. The L<evp(3)|evp(3)> library provides higher-level encryption functions. diff --git a/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod b/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod index be7c924ff8f..b64f0ca546f 100644 --- a/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod +++ b/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 squaring step (the parameters to B<callback> did not reveal how many witnesses had been tested); since OpenSSL 0.9.5, B<callback(1, ...)> is called as in BN_is_prime(3), i.e. once for each witness. + =cut diff --git a/lib/libssl/src/doc/crypto/ERR.pod b/lib/libssl/src/doc/crypto/ERR.pod index 6f729554d2a..fce8eea6a80 100644 --- a/lib/libssl/src/doc/crypto/ERR.pod +++ b/lib/libssl/src/doc/crypto/ERR.pod @@ -155,8 +155,6 @@ the header file and generate the C error code file. This will normally be done if the external library needs to generate new ASN1 structures but it can also be used to add more general purpose error code handling. -TBA more details - =head1 INTERNALS The error queues are stored in a hash table with one B<ERR_STATE> diff --git a/lib/libssl/src/doc/crypto/EVP_OpenInit.pod b/lib/libssl/src/doc/crypto/EVP_OpenInit.pod index 1aa2a9cd6e4..0242f66715a 100644 --- a/lib/libssl/src/doc/crypto/EVP_OpenInit.pod +++ b/lib/libssl/src/doc/crypto/EVP_OpenInit.pod @@ -58,6 +58,4 @@ L<evp(3)|evp(3)>, L<rand(3)|rand(3)>, L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>, L<EVP_SealInit(3)|EVP_SealInit(3)> -=head1 HISTORY - =cut diff --git a/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod b/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod index 11512249e40..77927146595 100644 --- a/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod +++ b/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod @@ -40,8 +40,4 @@ EVP_PKEY_free() does not return a value. L<EVP_PKEY_set1_RSA(3)|EVP_PKEY_set1_RSA(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod b/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod index c2031c3d0b7..096e969fa36 100644 --- a/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod +++ b/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. L<EVP_PKEY_new(3)|EVP_PKEY_new(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod b/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod index b2b8af990c0..3656390eadd 100644 --- a/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod +++ b/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod @@ -144,8 +144,4 @@ a NID or B<NID_undef> on error. L<ERR_get_error(3)|ERR_get_error(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod b/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod index 7e821f69c3e..0d9270985ae 100644 --- a/lib/libssl/src/doc/crypto/PEM_read_bio_PrivateKey.pod +++ b/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 if an error occurred. The write routines return 1 for success or 0 for failure. + +=cut diff --git a/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod b/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod index ad0d7965351..86242f8242c 100644 --- a/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod +++ b/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. L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>, L<OBJ_nid2obj(3),OBJ_nid2obj(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod b/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod index 7da92617fb1..9c694c98670 100644 --- a/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod +++ b/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. L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod b/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod index ff5d788d88e..5cdf636c16c 100644 --- a/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod +++ b/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod @@ -100,8 +100,4 @@ calls X509_NAME_print() internally. L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod b/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod index 5760f64fcbe..e4339dc28f2 100644 --- a/lib/libssl/src/doc/crypto/X509_STORE_CTX_get_error.pod +++ b/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. L<X509_verify_cert(3)|X509_verify_cert(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod b/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod index f213a9c117b..27af442b694 100644 --- a/lib/libssl/src/doc/crypto/X509_VERIFY_PARAM_set_flags.pod +++ b/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>: L<X509_verify_cert(3)|X509_verify_cert(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod b/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod index 45bb18492ca..b2712dc55c6 100644 --- a/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod +++ b/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. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_DHparams.pod b/lib/libssl/src/doc/crypto/d2i_DHparams.pod index 1e98aebeca0..9f1aac9137a 100644 --- a/lib/libssl/src/doc/crypto/d2i_DHparams.pod +++ b/lib/libssl/src/doc/crypto/d2i_DHparams.pod @@ -23,8 +23,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod b/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod index c80e311d044..e8908413112 100644 --- a/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod +++ b/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod @@ -76,8 +76,4 @@ B<priv_key> fields respectively. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod b/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod index 68e7f27de5b..11515d0acec 100644 --- a/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod +++ b/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod @@ -60,8 +60,4 @@ avoided if possible. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod b/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod index 9e5cd92ca7e..68011679fd5 100644 --- a/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod +++ b/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. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod b/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod index 06c5b23c090..dcdc86994d7 100644 --- a/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod +++ b/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod @@ -9,14 +9,14 @@ i2d_X509_CRL_bio, i2d_X509_CRL_fp - PKCS#10 certificate request functions. #include <openssl/x509.h> - X509_CRL *d2i_X509_CRL(X509_CRL **a, unsigned char **pp, long length); + X509_CRL *d2i_X509_CRL(X509_CRL **a, const unsigned char **pp, long length); int i2d_X509_CRL(X509_CRL *a, unsigned char **pp); X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **x); X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **x); - int i2d_X509_CRL_bio(X509_CRL *x, BIO *bp); - int i2d_X509_CRL_fp(X509_CRL *x, FILE *fp); + int i2d_X509_CRL_bio(BIO *bp, X509_CRL *x); + int i2d_X509_CRL_fp(FILE *fp, X509_CRL *x); =head1 DESCRIPTION @@ -30,8 +30,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod b/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod index 343ffe15191..7d9b5153913 100644 --- a/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod +++ b/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. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod b/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod index be4ad68257e..baa8ae391e3 100644 --- a/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod +++ b/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod @@ -9,14 +9,14 @@ i2d_X509_REQ_bio, i2d_X509_REQ_fp - PKCS#10 certificate request functions. #include <openssl/x509.h> - X509_REQ *d2i_X509_REQ(X509_REQ **a, unsigned char **pp, long length); + X509_REQ *d2i_X509_REQ(X509_REQ **a, const unsigned char **pp, long length); int i2d_X509_REQ(X509_REQ *a, unsigned char **pp); X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **x); X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **x); - int i2d_X509_REQ_bio(X509_REQ *x, BIO *bp); - int i2d_X509_REQ_fp(X509_REQ *x, FILE *fp); + int i2d_X509_REQ_bio(BIO *bp, X509_REQ *x); + int i2d_X509_REQ_fp(FILE *fp, X509_REQ *x); =head1 DESCRIPTION @@ -29,8 +29,4 @@ described in the L<d2i_X509(3)|d2i_X509(3)> manual page. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut diff --git a/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod b/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod index e48fd79a510..00d03f5ba1e 100644 --- a/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod +++ b/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. L<d2i_X509(3)|d2i_X509(3)> -=head1 HISTORY - -TBA - =cut |