summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-05 14:03:57 -0400
committerRich Salz <rsalz@akamai.com>2019-10-24 08:45:25 -0400
commit1b0d1bf7f177f1a0c979af8e4abbd6ed45d464d7 (patch)
tree6fa58125405e99cc196468f93d2cb772a8517a1b /doc
parent40dfb8c70514006868344eaabf057aac6a428145 (diff)
Fix broken links, mainly typo's
Also tweak find-doc-nits while fixing a bug (don't need .in files) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10239)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_PARAM_construct_from_text.pod2
-rw-r--r--doc/man5/fips_config.pod2
-rw-r--r--doc/man7/provider-cipher.pod2
-rw-r--r--doc/man7/provider-mac.pod2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/man3/OSSL_PARAM_construct_from_text.pod b/doc/man3/OSSL_PARAM_construct_from_text.pod
index 75ab58e710..7e6c3e9193 100644
--- a/doc/man3/OSSL_PARAM_construct_from_text.pod
+++ b/doc/man3/OSSL_PARAM_construct_from_text.pod
@@ -155,7 +155,7 @@ Can be written like this instead:
=head1 SEE ALSO
-L<OSSL_PARAM(3)>, L<OSSL_PARAM_TYPE(3)>
+L<OSSL_PARAM(3)>, L<OSSL_PARAM_int(3)>
=head1 COPYRIGHT
diff --git a/doc/man5/fips_config.pod b/doc/man5/fips_config.pod
index 7f08fd06ff..0fb7e3ef1e 100644
--- a/doc/man5/fips_config.pod
+++ b/doc/man5/fips_config.pod
@@ -2,7 +2,7 @@
=head1 NAME
-OPENSSL FIPS CONFIGURATION
+fips_config - OpenSSL FIPS configuration
=head1 DESCRIPTION
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod
index e1312b31eb..cd9e0fd8a9 100644
--- a/doc/man7/provider-cipher.pod
+++ b/doc/man7/provider-cipher.pod
@@ -159,7 +159,7 @@ L<EVP_EncryptFinal(3)> and L<EVP_DecryptFinal(3)>.
OP_cipher_cipher() performs encryption/decryption using the provider side cipher
context in the I<cctx> parameter that should have been previously initialised via
-a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init.
+a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init().
This should call the raw underlying cipher function without any padding.
This will be invoked in the provider as a result of the application calling
L<EVP_Cipher(3)>.
diff --git a/doc/man7/provider-mac.pod b/doc/man7/provider-mac.pod
index ef6837426a..1a2e43130b 100644
--- a/doc/man7/provider-mac.pod
+++ b/doc/man7/provider-mac.pod
@@ -44,7 +44,7 @@ for further information.
The MAC operation enables providers to implement mac algorithms and make
them available to applications via the API functions L<EVP_MAC_init(3)>,
-L<EVP_MACM_update(3)> and L<EVP_MAC_final(3)>.
+L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>.
All "functions" mentioned here are passed as function pointers between
F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via