summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/doc/EC_GROUP_copy.pod2
-rw-r--r--src/lib/libcrypto/doc/EC_KEY_new.pod2
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod2
-rw-r--r--src/lib/libcrypto/doc/d2i_X509_NAME.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/EC_KEY_new.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/doc/EC_GROUP_copy.pod b/src/lib/libcrypto/doc/EC_GROUP_copy.pod
index 954af469d5..49dc01ced1 100644
--- a/src/lib/libcrypto/doc/EC_GROUP_copy.pod
+++ b/src/lib/libcrypto/doc/EC_GROUP_copy.pod
@@ -158,7 +158,7 @@ EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the p
158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. 158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified.
159 159
160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is 160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is
1610, the the return value will be 1. On error 0 is returned. 1610, the return value will be 1. On error 0 is returned.
162 162
163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. 163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
164 164
diff --git a/src/lib/libcrypto/doc/EC_KEY_new.pod b/src/lib/libcrypto/doc/EC_KEY_new.pod
index b762cbcb73..7f8f991ac7 100644
--- a/src/lib/libcrypto/doc/EC_KEY_new.pod
+++ b/src/lib/libcrypto/doc/EC_KEY_new.pod
@@ -78,7 +78,7 @@ The functions EC_KEY_get_conv_form and EC_KEY_set_conv_form get and set the poin
78of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. 78of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>.
79 79
80EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the 80EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the
81elliptic curve scheme being used with the EC_KEY object. This data is treated as a "black box" by the ec library. The data to be stored by EC_KEY_insert_key_method_data is provided in the B<data> parameter, which must have have associated functions for duplicating, freeing and "clear_freeing" the data item. If a subsequent EC_KEY_get_key_method_data call is issued, the functions for duplicating, freeing and "clear_freeing" the data item must be provided again, and they must be the same as they were when the data item was inserted. 81elliptic curve scheme being used with the EC_KEY object. This data is treated as a "black box" by the ec library. The data to be stored by EC_KEY_insert_key_method_data is provided in the B<data> parameter, which must have associated functions for duplicating, freeing and "clear_freeing" the data item. If a subsequent EC_KEY_get_key_method_data call is issued, the functions for duplicating, freeing and "clear_freeing" the data item must be provided again, and they must be the same as they were when the data item was inserted.
82 82
83EC_KEY_set_flags sets the flags in the B<flags> parameter on the EC_KEY object. Any flags that are already set are left set. The currently defined standard flags are EC_FLAG_NON_FIPS_ALLOW and EC_FLAG_FIPS_CHECKED. In addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH and is defined in ecdh.h. EC_KEY_get_flags returns the current flags that are set for this EC_KEY. EC_KEY_clear_flags clears the flags indicated by the B<flags> parameter. All other flags are left in their existing state. 83EC_KEY_set_flags sets the flags in the B<flags> parameter on the EC_KEY object. Any flags that are already set are left set. The currently defined standard flags are EC_FLAG_NON_FIPS_ALLOW and EC_FLAG_FIPS_CHECKED. In addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH and is defined in ecdh.h. EC_KEY_get_flags returns the current flags that are set for this EC_KEY. EC_KEY_clear_flags clears the flags indicated by the B<flags> parameter. All other flags are left in their existing state.
84 84
diff --git a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
index 0817cf0b02..5dcfec1837 100644
--- a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
@@ -39,7 +39,7 @@ or a negative value for failure. In particular a return value of -2 indicates
39the operation is not supported by the public key algorithm. 39the operation is not supported by the public key algorithm.
40 40
41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only 41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only
42indicates that the signature did not not verify successfully (that is tbs did 42indicates that the signature did not verify successfully (that is tbs did
43not match the original data or the signature was of invalid form) it is not an 43not match the original data or the signature was of invalid form) it is not an
44indication of a more serious error. 44indication of a more serious error.
45 45
diff --git a/src/lib/libcrypto/doc/d2i_X509_NAME.pod b/src/lib/libcrypto/doc/d2i_X509_NAME.pod
index 7d9b515391..2219885338 100644
--- a/src/lib/libcrypto/doc/d2i_X509_NAME.pod
+++ b/src/lib/libcrypto/doc/d2i_X509_NAME.pod
@@ -14,7 +14,7 @@ d2i_X509_NAME, i2d_X509_NAME - X509_NAME encoding functions
14=head1 DESCRIPTION 14=head1 DESCRIPTION
15 15
16These functions decode and encode an B<X509_NAME> structure which is the 16These functions decode and encode an B<X509_NAME> structure which is the
17the same as the B<Name> type defined in RFC2459 (and elsewhere) and used 17same as the B<Name> type defined in RFC2459 (and elsewhere) and used
18for example in certificate subject and issuer names. 18for example in certificate subject and issuer names.
19 19
20Othewise the functions behave in a similar way to d2i_X509() and i2d_X509() 20Othewise the functions behave in a similar way to d2i_X509() and i2d_X509()
diff --git a/src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod b/src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod
index 954af469d5..49dc01ced1 100644
--- a/src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod
+++ b/src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod
@@ -158,7 +158,7 @@ EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the p
158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. 158specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified.
159 159
160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is 160EC_GROUP_set_seed returns the length of the seed that has been set. If the supplied seed is NULL, or the supplied seed length is
1610, the the return value will be 1. On error 0 is returned. 1610, the return value will be 1. On error 0 is returned.
162 162
163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. 163EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
164 164
diff --git a/src/lib/libssl/src/doc/crypto/EC_KEY_new.pod b/src/lib/libssl/src/doc/crypto/EC_KEY_new.pod
index b762cbcb73..7f8f991ac7 100644
--- a/src/lib/libssl/src/doc/crypto/EC_KEY_new.pod
+++ b/src/lib/libssl/src/doc/crypto/EC_KEY_new.pod
@@ -78,7 +78,7 @@ The functions EC_KEY_get_conv_form and EC_KEY_set_conv_form get and set the poin
78of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. 78of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>.
79 79
80EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the 80EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the
81elliptic curve scheme being used with the EC_KEY object. This data is treated as a "black box" by the ec library. The data to be stored by EC_KEY_insert_key_method_data is provided in the B<data> parameter, which must have have associated functions for duplicating, freeing and "clear_freeing" the data item. If a subsequent EC_KEY_get_key_method_data call is issued, the functions for duplicating, freeing and "clear_freeing" the data item must be provided again, and they must be the same as they were when the data item was inserted. 81elliptic curve scheme being used with the EC_KEY object. This data is treated as a "black box" by the ec library. The data to be stored by EC_KEY_insert_key_method_data is provided in the B<data> parameter, which must have associated functions for duplicating, freeing and "clear_freeing" the data item. If a subsequent EC_KEY_get_key_method_data call is issued, the functions for duplicating, freeing and "clear_freeing" the data item must be provided again, and they must be the same as they were when the data item was inserted.
82 82
83EC_KEY_set_flags sets the flags in the B<flags> parameter on the EC_KEY object. Any flags that are already set are left set. The currently defined standard flags are EC_FLAG_NON_FIPS_ALLOW and EC_FLAG_FIPS_CHECKED. In addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH and is defined in ecdh.h. EC_KEY_get_flags returns the current flags that are set for this EC_KEY. EC_KEY_clear_flags clears the flags indicated by the B<flags> parameter. All other flags are left in their existing state. 83EC_KEY_set_flags sets the flags in the B<flags> parameter on the EC_KEY object. Any flags that are already set are left set. The currently defined standard flags are EC_FLAG_NON_FIPS_ALLOW and EC_FLAG_FIPS_CHECKED. In addition there is the flag EC_FLAG_COFACTOR_ECDH which is specific to ECDH and is defined in ecdh.h. EC_KEY_get_flags returns the current flags that are set for this EC_KEY. EC_KEY_clear_flags clears the flags indicated by the B<flags> parameter. All other flags are left in their existing state.
84 84
diff --git a/src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod b/src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
index 0817cf0b02..5dcfec1837 100644
--- a/src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
+++ b/src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod
@@ -39,7 +39,7 @@ or a negative value for failure. In particular a return value of -2 indicates
39the operation is not supported by the public key algorithm. 39the operation is not supported by the public key algorithm.
40 40
41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only 41Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only
42indicates that the signature did not not verify successfully (that is tbs did 42indicates that the signature did not verify successfully (that is tbs did
43not match the original data or the signature was of invalid form) it is not an 43not match the original data or the signature was of invalid form) it is not an
44indication of a more serious error. 44indication of a more serious error.
45 45
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 7d9b515391..2219885338 100644
--- a/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
+++ b/src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
@@ -14,7 +14,7 @@ d2i_X509_NAME, i2d_X509_NAME - X509_NAME encoding functions
14=head1 DESCRIPTION 14=head1 DESCRIPTION
15 15
16These functions decode and encode an B<X509_NAME> structure which is the 16These functions decode and encode an B<X509_NAME> structure which is the
17the same as the B<Name> type defined in RFC2459 (and elsewhere) and used 17same as the B<Name> type defined in RFC2459 (and elsewhere) and used
18for example in certificate subject and issuer names. 18for example in certificate subject and issuer names.
19 19
20Othewise the functions behave in a similar way to d2i_X509() and i2d_X509() 20Othewise the functions behave in a similar way to d2i_X509() and i2d_X509()