]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc/man3: Change formulation to let the script to catch it
authorNorbert Pocs <norbertpocs0@gmail.com>
Thu, 24 Apr 2025 11:32:40 +0000 (13:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 29 Apr 2025 17:35:49 +0000 (19:35 +0200)
Signed-off-by: Norbert Pocs <norbertpocs0@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27488)

doc/man3/OSSL_CMP_CTX_new.pod
doc/man3/OSSL_CMP_exec_certreq.pod
doc/man3/OSSL_CORE_MAKE_FUNC.pod
doc/man3/OSSL_PARAM_int.pod
doc/man3/OSSL_trace_enabled.pod
doc/man3/X509_LOOKUP.pod

index 53e8166228dac9f79ec2539fccba5e77b728b801..ab7aaa453b25fd818f24273f3b4895e5e8b778e8 100644 (file)
@@ -864,7 +864,7 @@ L<ERR_print_errors_cb(3)>, L<OSSL_HTTP_open(3)>
 
 =head1 HISTORY
 
-The OpenSSL CMP support was added in OpenSSL 3.0.
+The OpenSSL CMP functions were added in OpenSSL 3.0.
 
 OSSL_CMP_CTX_get0_trustedStore() was renamed to OSSL_CMP_CTX_get0_trusted() and
 OSSL_CMP_CTX_set0_trustedStore() was renamed to OSSL_CMP_CTX_set0_trusted(),
index ce6826c6754b38e95b78bfce6138bbd341f93a36..315f8d1e4bbfcb9297e57ebc6437462f76df60d3 100644 (file)
@@ -240,7 +240,7 @@ L<OSSL_CMP_MSG_http_perform(3)>, L<OSSL_CMP_CRLSTATUS_create(3)>
 
 =head1 HISTORY
 
-The OpenSSL CMP support was added in OpenSSL 3.0.
+The OpenSSL CMP functions were added in OpenSSL 3.0.
 
 OSSL_CMP_get1_caCerts() and OSSL_CMP_get1_rootCaKeyUpdate()
 were added in OpenSSL 3.2.
index a7a902a336c02cb2e95ccdb53b8a3ad0a2a1dd2c..20d0fc8436b65a4c6871bb83c504bdacf913763d 100644 (file)
@@ -29,7 +29,7 @@ Not applicable.
 
 =head1 HISTORY
 
-The macros described here were added in OpenSSL 3.0.
+These macro functions were added in OpenSSL 3.0.
 
 =head1 COPYRIGHT
 
index 23ef0c0d07efad3bdcf1eadd533bfa8d1e07d519..eb63dccb10c6a5bb87ebe0cf4ce1a9427b95ac7d 100644 (file)
@@ -431,7 +431,7 @@ L<openssl-core.h(7)>, L<OSSL_PARAM(3)>
 
 =head1 HISTORY
 
-These APIs were introduced in OpenSSL 3.0.
+These functions were added in OpenSSL 3.0.
 
 OSSL_PARAM_set_octet_string_or_ptr was added in OpenSSL 3.6.
 
index 987dd7f91af21881ac00a4a753002bbaa1dd6ab0..ba1d4f2a86d81d852f08f56b1c8acd49b79c35d1 100644 (file)
@@ -312,7 +312,7 @@ L<OSSL_trace_set_channel(3)>, L<OSSL_trace_set_callback(3)>
 
 =head1 HISTORY
 
-The OpenSSL Tracing API was added in OpenSSL 3.0.
+The OpenSSL Tracing functions were added in OpenSSL 3.0.
 
 OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string
 were added in OpenSSL 3.2.
index de4eca7fdad72a2b074c9d9b6f539568f05abd5c..7e9b581319e72e6f12da158f73a0f1cef6c66b5c 100644 (file)
@@ -233,7 +233,7 @@ The functions X509_LOOKUP_by_subject_ex() and
 X509_LOOKUP_ctrl_ex() were added in OpenSSL 3.0.
 
 The macros X509_LOOKUP_load_file_ex(),
-X509_LOOKUP_load_store_ex() and 509_LOOKUP_add_store_ex() were
+X509_LOOKUP_load_store_ex() and X509_LOOKUP_add_store_ex() were
 added in OpenSSL 3.0.
 
 =head1 COPYRIGHT