summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-07-17 23:42:16 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-07-17 23:42:16 +0000
commit20b6e6c9073356a7567dc562ef35ceb8a53972cf (patch)
treebcd889967ce70437fcd47602270026a24c80f73e /lib
parent4c1a4447f304defc876bd01986aa482c88c9df24 (diff)
delete doubled words;
patch from Theo Buehler <theo at math dot ethz dot ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/doc/EC_GROUP_copy.pod2
-rw-r--r--lib/libcrypto/doc/EC_KEY_new.pod2
-rw-r--r--lib/libcrypto/doc/EVP_DigestVerifyInit.pod2
-rw-r--r--lib/libcrypto/doc/d2i_X509_NAME.pod2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/doc/EC_GROUP_copy.pod b/lib/libcrypto/doc/EC_GROUP_copy.pod
index 954af469d5a..49dc01ced14 100644
--- a/lib/libcrypto/doc/EC_GROUP_copy.pod
+++ b/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
specified. EC_GROUP_get_seed_len returns the length of the seed or 0 if the seed is not specified.
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
-0, the the return value will be 1. On error 0 is returned.
+0, the return value will be 1. On error 0 is returned.
EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
diff --git a/lib/libcrypto/doc/EC_KEY_new.pod b/lib/libcrypto/doc/EC_KEY_new.pod
index b762cbcb73a..7f8f991ac75 100644
--- a/lib/libcrypto/doc/EC_KEY_new.pod
+++ b/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
of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>.
EC_KEY_insert_key_method_data and EC_KEY_get_key_method_data enable the caller to associate arbitary additional data specific to the
-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.
+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.
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.
diff --git a/lib/libcrypto/doc/EVP_DigestVerifyInit.pod b/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
index 0817cf0b025..5dcfec1837b 100644
--- a/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
+++ b/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
@@ -39,7 +39,7 @@ or a negative value for failure. In particular a return value of -2 indicates
the operation is not supported by the public key algorithm.
Unlike other functions the return value 0 from EVP_DigestVerifyFinal() only
-indicates that the signature did not not verify successfully (that is tbs did
+indicates that the signature did not verify successfully (that is tbs did
not match the original data or the signature was of invalid form) it is not an
indication of a more serious error.
diff --git a/lib/libcrypto/doc/d2i_X509_NAME.pod b/lib/libcrypto/doc/d2i_X509_NAME.pod
index 7d9b5153913..2219885338e 100644
--- a/lib/libcrypto/doc/d2i_X509_NAME.pod
+++ b/lib/libcrypto/doc/d2i_X509_NAME.pod
@@ -14,7 +14,7 @@ d2i_X509_NAME, i2d_X509_NAME - X509_NAME encoding functions
=head1 DESCRIPTION
These functions decode and encode an B<X509_NAME> structure which is the
-the same as the B<Name> type defined in RFC2459 (and elsewhere) and used
+same as the B<Name> type defined in RFC2459 (and elsewhere) and used
for example in certificate subject and issuer names.
Othewise the functions behave in a similar way to d2i_X509() and i2d_X509()