diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/doc/EC_GROUP_copy.pod | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/doc/EC_KEY_new.pod | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/doc/d2i_X509_NAME.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/EC_GROUP_copy.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/EC_KEY_new.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/EVP_DigestVerifyInit.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod | 2 |
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 | |||
158 | specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. | 158 | specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. |
159 | 159 | ||
160 | EC_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 | 160 | EC_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 |
161 | 0, the the return value will be 1. On error 0 is returned. | 161 | 0, the return value will be 1. On error 0 is returned. |
162 | 162 | ||
163 | EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. | 163 | EC_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 | |||
78 | of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. | 78 | of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. |
79 | 79 | ||
80 | EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the | 80 | EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the |
81 | elliptic 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. | 81 | elliptic 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 | ||
83 | EC_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. | 83 | EC_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 | |||
39 | the operation is not supported by the public key algorithm. | 39 | the operation is not supported by the public key algorithm. |
40 | 40 | ||
41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only | 41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only |
42 | indicates that the signature did not not verify successfully (that is tbs did | 42 | indicates that the signature did not verify successfully (that is tbs did |
43 | not match the original data or the signature was of invalid form) it is not an | 43 | not match the original data or the signature was of invalid form) it is not an |
44 | indication of a more serious error. | 44 | indication 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 | ||
16 | These functions decode and encode an B<X509_NAME> structure which is the | 16 | These functions decode and encode an B<X509_NAME> structure which is the |
17 | the same as the B<Name> type defined in RFC2459 (and elsewhere) and used | 17 | same as the B<Name> type defined in RFC2459 (and elsewhere) and used |
18 | for example in certificate subject and issuer names. | 18 | for example in certificate subject and issuer names. |
19 | 19 | ||
20 | Othewise the functions behave in a similar way to d2i_X509() and i2d_X509() | 20 | Othewise 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 | |||
158 | specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. | 158 | specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified. |
159 | 159 | ||
160 | EC_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 | 160 | EC_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 |
161 | 0, the the return value will be 1. On error 0 is returned. | 161 | 0, the return value will be 1. On error 0 is returned. |
162 | 162 | ||
163 | EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error. | 163 | EC_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 | |||
78 | of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. | 78 | of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>. |
79 | 79 | ||
80 | EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the | 80 | EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the |
81 | elliptic 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. | 81 | elliptic 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 | ||
83 | EC_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. | 83 | EC_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 | |||
39 | the operation is not supported by the public key algorithm. | 39 | the operation is not supported by the public key algorithm. |
40 | 40 | ||
41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only | 41 | Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only |
42 | indicates that the signature did not not verify successfully (that is tbs did | 42 | indicates that the signature did not verify successfully (that is tbs did |
43 | not match the original data or the signature was of invalid form) it is not an | 43 | not match the original data or the signature was of invalid form) it is not an |
44 | indication of a more serious error. | 44 | indication 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 | ||
16 | These functions decode and encode an B<X509_NAME> structure which is the | 16 | These functions decode and encode an B<X509_NAME> structure which is the |
17 | the same as the B<Name> type defined in RFC2459 (and elsewhere) and used | 17 | same as the B<Name> type defined in RFC2459 (and elsewhere) and used |
18 | for example in certificate subject and issuer names. | 18 | for example in certificate subject and issuer names. |
19 | 19 | ||
20 | Othewise the functions behave in a similar way to d2i_X509() and i2d_X509() | 20 | Othewise the functions behave in a similar way to d2i_X509() and i2d_X509() |