From 2d67b447a2fe41a8268632aadfe110ab61201211 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 18 Aug 2015 20:19:32 +0000 Subject: typos --- src/lib/libcrypto/doc/EVP_BytesToKey.pod | 2 +- src/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod | 2 +- src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/doc') diff --git a/src/lib/libcrypto/doc/EVP_BytesToKey.pod b/src/lib/libcrypto/doc/EVP_BytesToKey.pod index fe4c0a9194..a27146f5c9 100644 --- a/src/lib/libcrypto/doc/EVP_BytesToKey.pod +++ b/src/lib/libcrypto/doc/EVP_BytesToKey.pod @@ -29,7 +29,7 @@ A typical application of this function is to derive keying material for an encryption algorithm from a password in the B parameter. Increasing the B parameter slows down the algorithm which makes it -harder for an attacker to peform a brute force attack using a large number +harder for an attacker to perform a brute force attack using a large number of candidate passwords. If the total key and IV length is less than the digest length and diff --git a/src/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod b/src/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod index 7a2b8e6187..0c164a0ed6 100644 --- a/src/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod +++ b/src/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod @@ -49,7 +49,7 @@ encryption algorithm from a password in the B, a salt in B, and an iteration count. Increasing the B parameter slows down the algorithm which makes it -harder for an attacker to peform a brute force attack using a large number +harder for an attacker to perform a brute force attack using a large number of candidate passwords. =head1 RETURN VALUES 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 27af442b69..6acdd71e72 100644 --- a/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod +++ b/src/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod @@ -104,7 +104,7 @@ certificates and makes the verification strictly apply B rules. B enables proxy certificate verification. B enables certificate policy checking, by default -no policy checking is peformed. Additional information is sent to the +no policy checking is performed. Additional information is sent to the verification callback relating to policy checking. B, B and -- cgit v1.2.3-55-g6feb