[openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Tue May 26 22:35:09 UTC 2020
The branch master has been updated
via e847085914476636d75ee1874b78e1c0e983da6e (commit)
from 93f99b681ab5a1cf7062053323e09b0cad5ff854 (commit)
- Log -----------------------------------------------------------------
commit e847085914476636d75ee1874b78e1c0e983da6e
Author: Rich Salz <rsalz at akamai.com>
Date: Thu May 21 17:21:27 2020 -0400
Clean up some doc nits
Mostly "No items in =over/=back list"
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11902)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/X509_get0_distinguishing_id.pod | 4 +++-
doc/man7/EVP_MD-common.pod | 9 ++-------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/doc/man3/X509_get0_distinguishing_id.pod b/doc/man3/X509_get0_distinguishing_id.pod
index 20a674104d..7db260cdce 100644
--- a/doc/man3/X509_get0_distinguishing_id.pod
+++ b/doc/man3/X509_get0_distinguishing_id.pod
@@ -21,7 +21,9 @@ The Distinguishing ID is defined in FIPS 196 as follows:
=over 4
-I<Distinguishing identifier>: information which unambiguously distinguishes
+=item I<Distinguishing identifier>
+
+Information which unambiguously distinguishes
an entity in the authentication process.
=back
diff --git a/doc/man7/EVP_MD-common.pod b/doc/man7/EVP_MD-common.pod
index 783844988b..58d8ed5641 100644
--- a/doc/man7/EVP_MD-common.pod
+++ b/doc/man7/EVP_MD-common.pod
@@ -7,11 +7,8 @@ EVP_MD-common - The OpenSSL EVP_MD implementations, common things
=head1 DESCRIPTION
All the OpenSSL EVP_MD implementations understand the following
-L<OSSL_PARAM(3)> entries:
-
-=over 4
-
-Gettable with L<EVP_MD_get_params(3)>:
+L<OSSL_PARAM(3)> entries that are
+gettable with L<EVP_MD_get_params(3)>, as well as these:
=over 4
@@ -49,8 +46,6 @@ This value can also be retrieved with L<EVP_MD_flags(3)>.
=back
-=back
-
=head1 SEE ALSO
L<EVP_MD_get_params(3)>, L<provider-digest(7)>
More information about the openssl-commits
mailing list