From 932dd19ddd69d702667acc50c3e7321ba4e7e1f4 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 25 Aug 2026 00:08:28 +0000 Subject: grammar; a -> an ok schwarze@ sthen@ krw@ --- src/lib/libcrypto/man/MD5.3 | 6 +++--- src/lib/libcrypto/man/d2i_X509_SIG.3 | 6 +++--- src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 | 6 +++--- src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 | 6 +++--- src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 | 6 +++--- src/lib/libssl/man/SSL_do_handshake.3 | 6 +++--- src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 6 +++--- src/usr.bin/openssl/openssl.1 | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/MD5.3 b/src/lib/libcrypto/man/MD5.3 index c9c89c33af..c36318994d 100644 --- a/src/lib/libcrypto/man/MD5.3 +++ b/src/lib/libcrypto/man/MD5.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MD5.3,v 1.10 2025/06/08 22:40:30 schwarze Exp $ +.\" $OpenBSD: MD5.3,v 1.11 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller and @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt MD5 3 .Os .Sh NAME @@ -129,7 +129,7 @@ The following functions may be used if the message is not completely stored in memory: .Pp .Fn MD5_Init -initializes a +initializes an .Vt MD5_CTX structure. .Pp diff --git a/src/lib/libcrypto/man/d2i_X509_SIG.3 b/src/lib/libcrypto/man/d2i_X509_SIG.3 index 1700b2d728..6a446c0874 100644 --- a/src/lib/libcrypto/man/d2i_X509_SIG.3 +++ b/src/lib/libcrypto/man/d2i_X509_SIG.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_X509_SIG.3,v 1.11 2025/06/08 22:40:30 schwarze Exp $ +.\" $OpenBSD: d2i_X509_SIG.3,v 1.12 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" Copyright (c) 2016 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt D2I_X509_SIG 3 .Os .Sh NAME @@ -99,7 +99,7 @@ pointer. .Fn d2i_PKCS8_bio , and .Fn d2i_PKCS8_fp -return a +return an .Vt X509_SIG object or .Dv NULL diff --git a/src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 b/src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 index 62a6698399..164d39bf3d 100644 --- a/src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 +++ b/src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_sess_set_get_cb.3,v 1.8 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_sess_set_get_cb.3,v 1.9 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke . @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt SSL_CTX_SESS_SET_GET_CB 3 .Os .Sh NAME @@ -123,7 +123,7 @@ removed by the SSL engine (because it is considered faulty or the session has become obsolete because of exceeding the timeout value). .Pp .Fn SSL_CTX_sess_set_get_cb -sets the callback function which is called whenever a SSL/TLS client proposes +sets the callback function which is called whenever an SSL/TLS client proposes to resume a session but the session cannot be found in the internal session cache (see .Xr SSL_CTX_set_session_cache_mode 3 ) . diff --git a/src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 b/src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 index 2e2beac850..e07c71e266 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_cert_verify_callback.3,v 1.6 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_cert_verify_callback.3,v 1.7 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt SSL_CTX_SET_CERT_VERIFY_CALLBACK 3 .Os .Sh NAME @@ -74,7 +74,7 @@ inherit the setting valid at the time when .Xr SSL_new 3 is called. .Pp -Whenever a certificate is verified during a SSL/TLS handshake, +Whenever a certificate is verified during an SSL/TLS handshake, a verification function is called. If the application does not explicitly specify a verification callback function, the built-in verification function is used. diff --git a/src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 b/src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 index 20b882167b..eafa8fc642 100644 --- a/src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 +++ b/src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.7 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.8 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 .Os .Sh NAME @@ -119,7 +119,7 @@ returns the setting of .Fa ssl . .Pp -Normally when a SSL connection is finished, the parties must send out +Normally when an SSL connection is finished, the parties must send out .Dq close notify alert messages using .Xr SSL_shutdown 3 diff --git a/src/lib/libssl/man/SSL_do_handshake.3 b/src/lib/libssl/man/SSL_do_handshake.3 index 78b41db2f4..cf104b10aa 100644 --- a/src/lib/libssl/man/SSL_do_handshake.3 +++ b/src/lib/libssl/man/SSL_do_handshake.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_do_handshake.3,v 1.7 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_do_handshake.3,v 1.8 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Martin Sjoegren . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt SSL_DO_HANDSHAKE 3 .Os .Sh NAME @@ -61,7 +61,7 @@ .Fn SSL_do_handshake "SSL *ssl" .Sh DESCRIPTION .Fn SSL_do_handshake -will wait for a SSL/TLS handshake to take place. +will wait for an SSL/TLS handshake to take place. If the connection is in client mode, the handshake will be started. The handshake routines may have to be explicitly set in advance using either .Xr SSL_set_connect_state 3 diff --git a/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 index 234034ac2d..1b1656e097 100644 --- a/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 +++ b/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.6 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.7 2026/08/25 00:08:28 jsg Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Lutz Jaenicke . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 25 2026 $ .Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 .Os .Sh NAME @@ -67,7 +67,7 @@ object is stored into the .Vt X509_STORE_CTX object. .Pp -Whenever a +Whenever an .Vt X509_STORE_CTX object is created for the verification of the peer's certificate during a handshake, a pointer to the diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 20a1d69053..21edd84683 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.170 2026/03/14 06:06:48 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.171 2026/08/25 00:08:28 jsg Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: March 14 2026 $ +.Dd $Mdocdate: August 25 2026 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -1146,7 +1146,7 @@ form where the content is not included. This option will override any content if the input format is S/MIME and it uses the multipart/signed MIME content type. .It Fl crlfeol -Output a S/MIME message with CR/LF end of line. +Output an S/MIME message with CR/LF end of line. .It Fl debug_decrypt Set the CMS_DEBUG_DECRYPT flag when decrypting. This option should be used with caution, since this can be used to disable -- cgit v1.2.3-55-g6feb