diff options
Diffstat (limited to '')
22 files changed, 4 insertions, 73 deletions
diff --git a/src/lib/libcrypto/doc/DES_set_key.pod b/src/lib/libcrypto/doc/DES_set_key.pod index c0447b8bae..d6a35eacd4 100644 --- a/src/lib/libcrypto/doc/DES_set_key.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/DSA_generate_parameters.pod b/src/lib/libcrypto/doc/DSA_generate_parameters.pod index be7c924ff8..b64f0ca546 100644 --- a/src/lib/libcrypto/doc/DSA_generate_parameters.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/ERR.pod b/src/lib/libcrypto/doc/ERR.pod index 6f729554d2..fce8eea6a8 100644 --- a/src/lib/libcrypto/doc/ERR.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/EVP_OpenInit.pod b/src/lib/libcrypto/doc/EVP_OpenInit.pod index 1aa2a9cd6e..0242f66715 100644 --- a/src/lib/libcrypto/doc/EVP_OpenInit.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/EVP_PKEY_new.pod b/src/lib/libcrypto/doc/EVP_PKEY_new.pod index 11512249e4..7792714659 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_new.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/EVP_PKEY_set1_RSA.pod b/src/lib/libcrypto/doc/EVP_PKEY_set1_RSA.pod index c2031c3d0b..096e969fa3 100644 --- a/src/lib/libcrypto/doc/EVP_PKEY_set1_RSA.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/OBJ_nid2obj.pod b/src/lib/libcrypto/doc/OBJ_nid2obj.pod index b2b8af990c..3656390ead 100644 --- a/src/lib/libcrypto/doc/OBJ_nid2obj.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/PEM_read_bio_PrivateKey.pod b/src/lib/libcrypto/doc/PEM_read_bio_PrivateKey.pod index 7e821f69c3..0d9270985a 100644 --- a/src/lib/libcrypto/doc/PEM_read_bio_PrivateKey.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/X509_NAME_ENTRY_get_object.pod b/src/lib/libcrypto/doc/X509_NAME_ENTRY_get_object.pod index ad0d796535..86242f8242 100644 --- a/src/lib/libcrypto/doc/X509_NAME_ENTRY_get_object.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/X509_NAME_get_index_by_NID.pod b/src/lib/libcrypto/doc/X509_NAME_get_index_by_NID.pod index 7da92617fb..9c694c9867 100644 --- a/src/lib/libcrypto/doc/X509_NAME_get_index_by_NID.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/X509_NAME_print_ex.pod b/src/lib/libcrypto/doc/X509_NAME_print_ex.pod index ff5d788d88..5cdf636c16 100644 --- a/src/lib/libcrypto/doc/X509_NAME_print_ex.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/X509_STORE_CTX_get_error.pod b/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod index 5760f64fcb..e4339dc28f 100644 --- a/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod b/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod index f213a9c117..27af442b69 100644 --- a/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_ASN1_OBJECT.pod b/src/lib/libcrypto/doc/d2i_ASN1_OBJECT.pod index 45bb18492c..b2712dc55c 100644 --- a/src/lib/libcrypto/doc/d2i_ASN1_OBJECT.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_DHparams.pod b/src/lib/libcrypto/doc/d2i_DHparams.pod index 1e98aebeca..9f1aac9137 100644 --- a/src/lib/libcrypto/doc/d2i_DHparams.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_DSAPublicKey.pod b/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod index c80e311d04..e890841311 100644 --- a/src/lib/libcrypto/doc/d2i_DSAPublicKey.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_RSAPublicKey.pod b/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod index 68e7f27de5..11515d0ace 100644 --- a/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_X509_ALGOR.pod b/src/lib/libcrypto/doc/d2i_X509_ALGOR.pod index 9e5cd92ca7..68011679fd 100644 --- a/src/lib/libcrypto/doc/d2i_X509_ALGOR.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_X509_CRL.pod b/src/lib/libcrypto/doc/d2i_X509_CRL.pod index 224f9e082b..dcdc86994d 100644 --- a/src/lib/libcrypto/doc/d2i_X509_CRL.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_X509_NAME.pod b/src/lib/libcrypto/doc/d2i_X509_NAME.pod index 343ffe1519..7d9b515391 100644 --- a/src/lib/libcrypto/doc/d2i_X509_NAME.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_X509_REQ.pod b/src/lib/libcrypto/doc/d2i_X509_REQ.pod index 91c0c1974b..baa8ae391e 100644 --- a/src/lib/libcrypto/doc/d2i_X509_REQ.pod +++ b/src/lib/libcrypto/doc/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/libcrypto/doc/d2i_X509_SIG.pod b/src/lib/libcrypto/doc/d2i_X509_SIG.pod index e48fd79a51..00d03f5ba1 100644 --- a/src/lib/libcrypto/doc/d2i_X509_SIG.pod +++ b/src/lib/libcrypto/doc/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 |
