diff options
| author | jsg <> | 2026-08-25 00:08:28 +0000 |
|---|---|---|
| committer | jsg <> | 2026-08-25 00:08:28 +0000 |
| commit | 932dd19ddd69d702667acc50c3e7321ba4e7e1f4 (patch) | |
| tree | 0af5764218391f6bfbc055ea2658e9f38ce10d01 /src/lib/libssl | |
| parent | 14389d69d556ad01385b487c8d920b5d6608e4b5 (diff) | |
| download | openbsd-932dd19ddd69d702667acc50c3e7321ba4e7e1f4.tar.gz openbsd-932dd19ddd69d702667acc50c3e7321ba4e7e1f4.tar.bz2 openbsd-932dd19ddd69d702667acc50c3e7321ba4e7e1f4.zip | |
grammar; a -> an
ok schwarze@ sthen@ krw@
Diffstat (limited to 'src/lib/libssl')
| -rw-r--r-- | src/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/man/SSL_do_handshake.3 | 6 | ||||
| -rw-r--r-- | src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 | 6 |
5 files changed, 15 insertions, 15 deletions
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 @@ | |||
| 1 | .\" $OpenBSD: SSL_CTX_sess_set_get_cb.3,v 1.8 2025/06/08 22:52:00 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_sess_set_get_cb.3,v 1.9 2026/08/25 00:08:28 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
| @@ -49,7 +49,7 @@ | |||
| 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 51 | .\" | 51 | .\" |
| 52 | .Dd $Mdocdate: June 8 2025 $ | 52 | .Dd $Mdocdate: August 25 2026 $ |
| 53 | .Dt SSL_CTX_SESS_SET_GET_CB 3 | 53 | .Dt SSL_CTX_SESS_SET_GET_CB 3 |
| 54 | .Os | 54 | .Os |
| 55 | .Sh NAME | 55 | .Sh NAME |
| @@ -123,7 +123,7 @@ removed by the SSL engine (because it is considered faulty or the session has | |||
| 123 | become obsolete because of exceeding the timeout value). | 123 | become obsolete because of exceeding the timeout value). |
| 124 | .Pp | 124 | .Pp |
| 125 | .Fn SSL_CTX_sess_set_get_cb | 125 | .Fn SSL_CTX_sess_set_get_cb |
| 126 | sets the callback function which is called whenever a SSL/TLS client proposes | 126 | sets the callback function which is called whenever an SSL/TLS client proposes |
| 127 | to resume a session but the session cannot be found in the internal session | 127 | to resume a session but the session cannot be found in the internal session |
| 128 | cache (see | 128 | cache (see |
| 129 | .Xr SSL_CTX_set_session_cache_mode 3 ) . | 129 | .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 @@ | |||
| 1 | .\" $OpenBSD: SSL_CTX_set_cert_verify_callback.3,v 1.6 2025/06/08 22:52:00 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cert_verify_callback.3,v 1.7 2026/08/25 00:08:28 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: August 25 2026 $ |
| 52 | .Dt SSL_CTX_SET_CERT_VERIFY_CALLBACK 3 | 52 | .Dt SSL_CTX_SET_CERT_VERIFY_CALLBACK 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -74,7 +74,7 @@ inherit the setting valid at the time when | |||
| 74 | .Xr SSL_new 3 | 74 | .Xr SSL_new 3 |
| 75 | is called. | 75 | is called. |
| 76 | .Pp | 76 | .Pp |
| 77 | Whenever a certificate is verified during a SSL/TLS handshake, | 77 | Whenever a certificate is verified during an SSL/TLS handshake, |
| 78 | a verification function is called. | 78 | a verification function is called. |
| 79 | If the application does not explicitly specify a verification callback | 79 | If the application does not explicitly specify a verification callback |
| 80 | function, the built-in verification function is used. | 80 | 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 @@ | |||
| 1 | .\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.7 2025/06/08 22:52:00 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.8 2026/08/25 00:08:28 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: August 25 2026 $ |
| 52 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 | 52 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -119,7 +119,7 @@ returns the | |||
| 119 | setting of | 119 | setting of |
| 120 | .Fa ssl . | 120 | .Fa ssl . |
| 121 | .Pp | 121 | .Pp |
| 122 | Normally when a SSL connection is finished, the parties must send out | 122 | Normally when an SSL connection is finished, the parties must send out |
| 123 | .Dq close notify | 123 | .Dq close notify |
| 124 | alert messages using | 124 | alert messages using |
| 125 | .Xr SSL_shutdown 3 | 125 | .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 @@ | |||
| 1 | .\" $OpenBSD: SSL_do_handshake.3,v 1.7 2025/06/08 22:52:00 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_do_handshake.3,v 1.8 2026/08/25 00:08:28 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Martin Sjoegren <martin@strakt.com>. | 4 | .\" This file was written by Martin Sjoegren <martin@strakt.com>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: August 25 2026 $ |
| 52 | .Dt SSL_DO_HANDSHAKE 3 | 52 | .Dt SSL_DO_HANDSHAKE 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -61,7 +61,7 @@ | |||
| 61 | .Fn SSL_do_handshake "SSL *ssl" | 61 | .Fn SSL_do_handshake "SSL *ssl" |
| 62 | .Sh DESCRIPTION | 62 | .Sh DESCRIPTION |
| 63 | .Fn SSL_do_handshake | 63 | .Fn SSL_do_handshake |
| 64 | will wait for a SSL/TLS handshake to take place. | 64 | will wait for an SSL/TLS handshake to take place. |
| 65 | If the connection is in client mode, the handshake will be started. | 65 | If the connection is in client mode, the handshake will be started. |
| 66 | The handshake routines may have to be explicitly set in advance using either | 66 | The handshake routines may have to be explicitly set in advance using either |
| 67 | .Xr SSL_set_connect_state 3 | 67 | .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 @@ | |||
| 1 | .\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.6 2025/06/08 22:52:00 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.7 2026/08/25 00:08:28 jsg Exp $ |
| 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: June 8 2025 $ | 51 | .Dd $Mdocdate: August 25 2026 $ |
| 52 | .Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 | 52 | .Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -67,7 +67,7 @@ object is stored into the | |||
| 67 | .Vt X509_STORE_CTX | 67 | .Vt X509_STORE_CTX |
| 68 | object. | 68 | object. |
| 69 | .Pp | 69 | .Pp |
| 70 | Whenever a | 70 | Whenever an |
| 71 | .Vt X509_STORE_CTX | 71 | .Vt X509_STORE_CTX |
| 72 | object is created for the verification of the peer's certificate during a | 72 | object is created for the verification of the peer's certificate during a |
| 73 | handshake, a pointer to the | 73 | handshake, a pointer to the |
