diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-18 20:19:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-08-18 20:19:33 +0000 |
commit | d48358f488260da665bedf744d3dcd6bb679d08a (patch) | |
tree | 9f3b6b8bfd4d0ba251d3c951966a58fd8434e4ad /lib | |
parent | 7a8cd58f68a937ddb56162d7c0f31ab797c69d8a (diff) |
typos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/bn/asm/ia64.S | 2 | ||||
-rw-r--r-- | lib/libcrypto/doc/EVP_BytesToKey.pod | 2 | ||||
-rw-r--r-- | lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod | 2 | ||||
-rw-r--r-- | lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod | 2 | ||||
-rwxr-xr-x | lib/libcrypto/sha/asm/sha512-parisc.pl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/bn/asm/ia64.S b/lib/libcrypto/bn/asm/ia64.S index 7c4fbd31188..0cf805ddc47 100644 --- a/lib/libcrypto/bn/asm/ia64.S +++ b/lib/libcrypto/bn/asm/ia64.S @@ -422,7 +422,7 @@ bn_mul_add_words: // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on // Itanium 2. Yes, unlike previous versions it scales:-) Previous -// version was peforming *all* additions in IALU and was starving +// version was performing *all* additions in IALU and was starving // for those even on Itanium 2. In this version one addition is // moved to FPU and is folded with multiplication. This is at cost // of propogating the result from previous call to this subroutine diff --git a/lib/libcrypto/doc/EVP_BytesToKey.pod b/lib/libcrypto/doc/EVP_BytesToKey.pod index fe4c0a9194a..a27146f5c97 100644 --- a/lib/libcrypto/doc/EVP_BytesToKey.pod +++ b/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<data> parameter. Increasing the B<count> 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/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod b/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod index 7a2b8e6187b..0c164a0ed6b 100644 --- a/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod +++ b/lib/libcrypto/doc/PKCS5_PBKDF2_HMAC.pod @@ -49,7 +49,7 @@ encryption algorithm from a password in the B<pass>, a salt in B<salt>, and an iteration count. Increasing the B<iter> 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/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod b/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod index 27af442b694..6acdd71e72d 100644 --- a/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod +++ b/lib/libcrypto/doc/X509_VERIFY_PARAM_set_flags.pod @@ -104,7 +104,7 @@ certificates and makes the verification strictly apply B<X509> rules. B<X509_V_FLAG_ALLOW_PROXY_CERTS> enables proxy certificate verification. B<X509_V_FLAG_POLICY_CHECK> 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<X509_V_FLAG_EXPLICIT_POLICY>, B<X509_V_FLAG_INHIBIT_ANY> and diff --git a/lib/libcrypto/sha/asm/sha512-parisc.pl b/lib/libcrypto/sha/asm/sha512-parisc.pl index 4af7731661e..0704302d2a9 100755 --- a/lib/libcrypto/sha/asm/sha512-parisc.pl +++ b/lib/libcrypto/sha/asm/sha512-parisc.pl @@ -19,7 +19,7 @@ # SHA512 performance is >2.9x better than gcc 3.2 generated code on # PA-7100LC, PA-RISC 1.1 processor. Then implementation detects if the # code is executed on PA-RISC 2.0 processor and switches to 64-bit -# code path delivering adequate peformance even in "blended" 32-bit +# code path delivering adequate performance even in "blended" 32-bit # build. Though 64-bit code is not any faster than code generated by # vendor compiler on PA-8600... # |