diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2021-02-20 23:39:30 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-01-24 12:03:20 +0100 |
commit | 91b968bc8e4125a1202e7955961f8e7dfcd17513 (patch) | |
tree | 35410b2a73a933dbbbeb2cc09fb154e1e1d96946 /doc/man7 | |
parent | Fix windows builds (diff) | |
download | openssl-91b968bc8e4125a1202e7955961f8e7dfcd17513.tar.xz openssl-91b968bc8e4125a1202e7955961f8e7dfcd17513.zip |
Typos fixing
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20109)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/EVP_KDF-HMAC-DRBG.pod | 2 | ||||
-rw-r--r-- | doc/man7/EVP_PKEY-RSA.pod | 2 | ||||
-rw-r--r-- | doc/man7/provider-kem.pod | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/man7/EVP_KDF-HMAC-DRBG.pod b/doc/man7/EVP_KDF-HMAC-DRBG.pod index eb240da333..63a2070e01 100644 --- a/doc/man7/EVP_KDF-HMAC-DRBG.pod +++ b/doc/man7/EVP_KDF-HMAC-DRBG.pod @@ -7,7 +7,7 @@ EVP_KDF-HMAC-DRBG =head1 DESCRIPTION -Support for a deterministic HMAC DRBG using the B<EVP_KDF> API. This is similiar +Support for a deterministic HMAC DRBG using the B<EVP_KDF> API. This is similar to L<EVP_RAND-HMAC-DRBG(7)>, but uses fixed values for its entropy and nonce values. This is used to generate deterministic nonce value required by ECDSA and DSA (as defined in RFC 6979). diff --git a/doc/man7/EVP_PKEY-RSA.pod b/doc/man7/EVP_PKEY-RSA.pod index 51103b8b29..3123813e9c 100644 --- a/doc/man7/EVP_PKEY-RSA.pod +++ b/doc/man7/EVP_PKEY-RSA.pod @@ -186,7 +186,7 @@ both return 1 unconditionally. For RSA keys, L<EVP_PKEY_public_check(3)> conforms to the SP800-56Br1 I<public key check> when the OpenSSL FIPS provider is used. The OpenSSL default provider -performs similiar tests but relaxes the keysize restrictions for backwards +performs similar tests but relaxes the keysize restrictions for backwards compatibility. For RSA keys, L<EVP_PKEY_public_check_quick(3)> is the same as diff --git a/doc/man7/provider-kem.pod b/doc/man7/provider-kem.pod index a76466ada9..fbbf5a5fee 100644 --- a/doc/man7/provider-kem.pod +++ b/doc/man7/provider-kem.pod @@ -137,7 +137,7 @@ The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>. -OSSL_FUNC_kem_auth_encapsulate_init() is similiar to +OSSL_FUNC_kem_auth_encapsulate_init() is similar to OSSL_FUNC_kem_encapsulate_init(), but also passes an additional authentication key I<provauthkey> which cannot be NULL. @@ -165,7 +165,7 @@ The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>. -OSSL_FUNC_kem_auth_decapsulate_init() is similiar to +OSSL_FUNC_kem_auth_decapsulate_init() is similar to OSSL_FUNC_kem_decapsulate_init(), but also passes an additional authentication key I<provauthkey> which cannot be NULL. |