summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/doc/DES_set_key.pod2
-rw-r--r--src/lib/libcrypto/doc/DSA_generate_parameters.pod1
-rw-r--r--src/lib/libcrypto/doc/ERR.pod2
-rw-r--r--src/lib/libcrypto/doc/EVP_OpenInit.pod2
-rw-r--r--src/lib/libcrypto/doc/EVP_PKEY_new.pod4
-rw-r--r--src/lib/libcrypto/doc/EVP_PKEY_set1_RSA.pod4
-rw-r--r--src/lib/libcrypto/doc/OBJ_nid2obj.pod4
-rw-r--r--src/lib/libcrypto/doc/PEM_read_bio_PrivateKey.pod2
-rw-r--r--src/lib/libcrypto/doc/X509_NAME_ENTRY_get_object.pod4
-rw-r--r--src/lib/libcrypto/doc/X509_NAME_get_index_by_NID.pod4
-rw-r--r--src/lib/libcrypto/doc/X509_NAME_print_ex.pod4
-rw-r--r--src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod4
-rw-r--r--src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_ASN1_OBJECT.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_DHparams.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_DSAPublicKey.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_RSAPublicKey.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_ALGOR.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_CRL.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_NAME.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_REQ.pod4
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_SIG.pod4
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
283Single-key DES is insecure due to its short key size. ECB mode is 283Single-key DES is insecure due to its short key size. ECB mode is
284not suitable for most applications; see L<des_modes(7)|des_modes(7)>. 284not suitable for most applications.
285 285
286The L<evp(3)|evp(3)> library provides higher-level encryption functions. 286The 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
102squaring step (the parameters to B<callback> did not reveal how many 102squaring step (the parameters to B<callback> did not reveal how many
103witnesses had been tested); since OpenSSL 0.9.5, B<callback(1, ...)> 103witnesses had been tested); since OpenSSL 0.9.5, B<callback(1, ...)>
104is called as in BN_is_prime(3), i.e. once for each witness. 104is 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
155be done if the external library needs to generate new ASN1 structures 155be done if the external library needs to generate new ASN1 structures
156but it can also be used to add more general purpose error code handling. 156but it can also be used to add more general purpose error code handling.
157 157
158TBA more details
159
160=head1 INTERNALS 158=head1 INTERNALS
161 159
162The error queues are stored in a hash table with one B<ERR_STATE> 160The 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)>,
58L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>, 58L<EVP_EncryptInit(3)|EVP_EncryptInit(3)>,
59L<EVP_SealInit(3)|EVP_SealInit(3)> 59L<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
41L<EVP_PKEY_set1_RSA(3)|EVP_PKEY_set1_RSA(3)> 41L<EVP_PKEY_set1_RSA(3)|EVP_PKEY_set1_RSA(3)>
42 42
43=head1 HISTORY
44
45TBA
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
74L<EVP_PKEY_new(3)|EVP_PKEY_new(3)> 74L<EVP_PKEY_new(3)|EVP_PKEY_new(3)>
75 75
76=head1 HISTORY
77
78TBA
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
145L<ERR_get_error(3)|ERR_get_error(3)> 145L<ERR_get_error(3)|ERR_get_error(3)>
146 146
147=head1 HISTORY
148
149TBA
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
496if an error occurred. 496if an error occurred.
497 497
498The write routines return 1 for success or 0 for failure. 498The 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.
67L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>, 67L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>,
68L<OBJ_nid2obj(3),OBJ_nid2obj(3)> 68L<OBJ_nid2obj(3),OBJ_nid2obj(3)>
69 69
70=head1 HISTORY
71
72TBA
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
102L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)> 102L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509_NAME(3)|d2i_X509_NAME(3)>
103 103
104=head1 HISTORY
105
106TBA
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
101L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> 101L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)>
102 102
103=head1 HISTORY
104
105TBA
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
321L<X509_verify_cert(3)|X509_verify_cert(3)> 321L<X509_verify_cert(3)|X509_verify_cert(3)>
322 322
323=head1 HISTORY
324
325TBA
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
170L<X509_verify_cert(3)|X509_verify_cert(3)> 170L<X509_verify_cert(3)|X509_verify_cert(3)>
171 171
172=head1 HISTORY
173
174TBA
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
23L<d2i_X509(3)|d2i_X509(3)> 23L<d2i_X509(3)|d2i_X509(3)>
24 24
25=head1 HISTORY
26
27TBA
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
24L<d2i_X509(3)|d2i_X509(3)> 24L<d2i_X509(3)|d2i_X509(3)>
25 25
26=head1 HISTORY
27
28TBA
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
77L<d2i_X509(3)|d2i_X509(3)> 77L<d2i_X509(3)|d2i_X509(3)>
78 78
79=head1 HISTORY
80
81TBA
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
61L<d2i_X509(3)|d2i_X509(3)> 61L<d2i_X509(3)|d2i_X509(3)>
62 62
63=head1 HISTORY
64
65TBA
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
24L<d2i_X509(3)|d2i_X509(3)> 24L<d2i_X509(3)|d2i_X509(3)>
25 25
26=head1 HISTORY
27
28TBA
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
31L<d2i_X509(3)|d2i_X509(3)> 31L<d2i_X509(3)|d2i_X509(3)>
32 32
33=head1 HISTORY
34
35TBA
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
25L<d2i_X509(3)|d2i_X509(3)> 25L<d2i_X509(3)|d2i_X509(3)>
26 26
27=head1 HISTORY
28
29TBA
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
30L<d2i_X509(3)|d2i_X509(3)> 30L<d2i_X509(3)|d2i_X509(3)>
31 31
32=head1 HISTORY
33
34TBA
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
24L<d2i_X509(3)|d2i_X509(3)> 24L<d2i_X509(3)|d2i_X509(3)>
25 25
26=head1 HISTORY
27
28TBA
29
30=cut 26=cut