diff --git a/doc/man3/EVP_ASYM_CIPHER_free.pod b/doc/man3/EVP_ASYM_CIPHER_free.pod index 2500109e45de63c9b28a86f2a9c0de01a6d5ca03..dfe67d9993d0d52b7d856849e1e0095183b3f4b0 100644 --- a/doc/man3/EVP_ASYM_CIPHER_free.pod +++ b/doc/man3/EVP_ASYM_CIPHER_free.pod @@ -38,7 +38,7 @@ B from any provider offering it, within the criteria given by the B and in the scope of the given library context B (see L). The algorithm will be one offering functions for performing asymmetric cipher related tasks such as asymmetric encryption and decryption. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_ASYM_CIPHER_free(). @@ -90,7 +90,7 @@ return a constant B array or NULL on error. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index 6299aa3d2040a35b44cb2b12b6b876b35eef95d4..d01414e5e66923c96db10843bf00f85c6cc9b246 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -122,7 +122,7 @@ The B type is a structure for digest method implementation. Fetches the digest implementation for the given I from any provider offering it, within the criteria given by the I. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_MD_free(). @@ -677,7 +677,7 @@ L, L, L, L -L +L =head1 HISTORY diff --git a/doc/man3/EVP_EncryptInit.pod b/doc/man3/EVP_EncryptInit.pod index 303e93fe0601279b3ab296823ebcfb14e41327ae..b07c102e04b1c77812e22fc087ad96b3a7bcb668 100644 --- a/doc/man3/EVP_EncryptInit.pod +++ b/doc/man3/EVP_EncryptInit.pod @@ -191,7 +191,7 @@ The B type is a structure for cipher method implementation. EVP_CIPHER_fetch() fetches the cipher implementation for the given B from any provider offering it, within the criteria given by the B. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_CIPHER_free(). diff --git a/doc/man3/EVP_KDF.pod b/doc/man3/EVP_KDF.pod index c3d0464d2e458669bbe0861a493cc6a19612af7c..08b15f08ab30bba7bd541a279c2a8550865c899f 100644 --- a/doc/man3/EVP_KDF.pod +++ b/doc/man3/EVP_KDF.pod @@ -73,7 +73,7 @@ B is a context type that holds the algorithm inputs. EVP_KDF_fetch() fetches an implementation of a KDF I, given a library context I and a set of I. -See L for further information. +See L for further information. See L for the lists of algorithms supported by the default provider. diff --git a/doc/man3/EVP_KEM_free.pod b/doc/man3/EVP_KEM_free.pod index 0551afcf8d8a0410795d9c8b5d7ed6829023ff86..906f4eebed6a487cb1920c834217872cb270d15d 100644 --- a/doc/man3/EVP_KEM_free.pod +++ b/doc/man3/EVP_KEM_free.pod @@ -34,7 +34,7 @@ provider offering it, within the criteria given by the B and in the scope of the given library context B (see L). The algorithm will be one offering functions for performing asymmetric kem related tasks such as key encapsulation and decapsulation. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_KEM_free(). @@ -83,7 +83,7 @@ a constant B array or NULL on error. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/man3/EVP_KEYEXCH_free.pod b/doc/man3/EVP_KEYEXCH_free.pod index a040e7d60433e2f2f29efb57d410bd86687fda46..1257dd2e5cc4a14fe08257957b83282f47ec6ce0 100644 --- a/doc/man3/EVP_KEYEXCH_free.pod +++ b/doc/man3/EVP_KEYEXCH_free.pod @@ -35,7 +35,7 @@ EVP_KEYEXCH_gettable_ctx_params, EVP_KEYEXCH_settable_ctx_params EVP_KEYEXCH_fetch() fetches the key exchange implementation for the given I from any provider offering it, within the criteria given by the I. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_KEYEXCH_free(). @@ -92,7 +92,7 @@ a constant B array or NULL on error. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index a4da280ab45c9b613b29d23d212b67f2dddb0cdc..2a8fb5332e737abdc9dc8dfe4c9a9ef2617993a1 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -86,7 +86,7 @@ rely on an underlying computation algorithm. EVP_MAC_fetch() fetches an implementation of a MAC I, given a library context I and a set of I. -See L for further information. +See L for further information. See L for the list of algorithms supported by the default provider. diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod index ab0fdbcb4808efdf71de970866b3eb62277d0f26..23906da5ba3c190be3e6593ba47c581839287d1e 100644 --- a/doc/man3/EVP_RAND.pod +++ b/doc/man3/EVP_RAND.pod @@ -97,7 +97,7 @@ B structures are reference counted. EVP_RAND_fetch() fetches an implementation of a RAND I, given a library context I and a set of I. -See L for further information. +See L for further information. The returned value must eventually be freed with L. diff --git a/doc/man3/EVP_SIGNATURE_free.pod b/doc/man3/EVP_SIGNATURE_free.pod index de1b22f38722a49b6dcd0b385516312cbe98e1fc..71f283fdc64dd66a4b212d9eb772a388eecb00a4 100644 --- a/doc/man3/EVP_SIGNATURE_free.pod +++ b/doc/man3/EVP_SIGNATURE_free.pod @@ -38,7 +38,7 @@ B from any provider offering it, within the criteria given by the B. The algorithm will be one offering functions for performing signature related tasks such as signing and verifying. -See L for further information. +See L for further information. The returned value must eventually be freed with EVP_SIGNATURE_free(). @@ -90,7 +90,7 @@ return a constant B array or NULL on error. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/man3/OCSP_response_status.pod b/doc/man3/OCSP_response_status.pod index c97f22c4ed9868d5f7ef34235a6c716db15d1fd4..9113af3836c156c3798b5778f80dafa6aa2b77b6 100644 --- a/doc/man3/OCSP_response_status.pod +++ b/doc/man3/OCSP_response_status.pod @@ -54,7 +54,7 @@ OCSP_RESPID_set_by_key_ex() sets the key of the OCSP_RESPID to be the same as th key in the supplied X509 certificate I for the OCSP responder. The key is stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using the library ctx I and the property query string I (see -L for further information). +L for further information). OCSP_RESPID_set_by_key() does the same as OCSP_RESPID_set_by_key_ex() except that the default library context is used with an empty property query string. @@ -66,7 +66,7 @@ setting. OCSP_RESPID_match_ex() tests whether the OCSP_RESPID given in I matches with the X509 certificate I based on the SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using the library ctx I and the property -query string I (see L for further +query string I (see L for further information). OCSP_RESPID_match() does the same as OCSP_RESPID_match_ex() except that the diff --git a/doc/man3/OSSL_CRMF_pbmp_new.pod b/doc/man3/OSSL_CRMF_pbmp_new.pod index 25368401f11abb72e80d883dc2b712ccdf6c549e..ff8b3c327cd21cdd306c9e8506633d13ad91eea1 100644 --- a/doc/man3/OSSL_CRMF_pbmp_new.pod +++ b/doc/man3/OSSL_CRMF_pbmp_new.pod @@ -27,7 +27,7 @@ parameters I, message I, and secret I, along with the respective lengths I and I. The optional library context I and I parameters may be used to influence the selection of the MAC algorithm referenced in the I; -see L for further information. +see L for further information. On success writes the address of the newly allocated MAC via the I reference parameter and writes the length via the I reference parameter unless it its NULL. diff --git a/doc/man3/SRP_Calc_B.pod b/doc/man3/SRP_Calc_B.pod index 48eb018328c31dc5bdb15651c810ffbdd1d42f92..8fa25b0b56987615065a8716bbaea29868245e14 100644 --- a/doc/man3/SRP_Calc_B.pod +++ b/doc/man3/SRP_Calc_B.pod @@ -63,7 +63,7 @@ BIGNUM parameters to these functions. Most of these functions come in two forms. Those that take a I and I parameter, and those that don't. Any cryptogrpahic functions that are fetched and used during the calculation use the provided I and -I. See L for more details. The variants +I. See L for more details. The variants that do not take a I and I parameter use the default library context and property query string. The SRP_Calc_server_key() and SRP_Calc_A() functions do not have a form that takes I or I parameters because diff --git a/doc/man3/SRP_create_verifier.pod b/doc/man3/SRP_create_verifier.pod index 74d520199d60c6540e5058f33917aeefb8377285..37022b7ddacb2137896d3f1756fb9887b175cde1 100644 --- a/doc/man3/SRP_create_verifier.pod +++ b/doc/man3/SRP_create_verifier.pod @@ -42,7 +42,7 @@ The SRP_create_verifier_BN_ex() function creates an SRP password verifier from the supplied parameters as defined in section 2.4 of RFC 5054 using the library context I and property query string I. Any cryptographic algorithms that need to be fetched will use the I and I. See -L. +L. SRP_create_verifier_BN() is the same as SRP_create_verifier_BN_ex() except the default library context and property query string is used. diff --git a/doc/man3/SSL_CTX_new.pod b/doc/man3/SSL_CTX_new.pod index 1c953098e25e53a5016be8a47fca369ca74af9c3..6bab45631fca333ab0bfc199b9d39c8a1fba45d6 100644 --- a/doc/man3/SSL_CTX_new.pod +++ b/doc/man3/SSL_CTX_new.pod @@ -79,7 +79,7 @@ library context I (see L) is used to provide the cryptographic algorithms needed for the session. Any cryptographic algorithms that are used by any B objects created from this B will be fetched from the I using the property query string I (see -L. Either or both the I or I +L. Either or both the I or I parameters may be NULL. SSL_CTX_new() does the same as SSL_CTX_new_ex() except that the default