1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

tls_conn_version: add missing .Pp in HISTORY

This commit is contained in:
tb
2026-06-07 12:06:30 +00:00
parent 36d7efff06
commit 795d9d94aa
+3 -2
View File
@@ -1,4 +1,4 @@
.\" $OpenBSD: tls_conn_version.3,v 1.12 2025/07/07 10:54:00 schwarze Exp $
.\" $OpenBSD: tls_conn_version.3,v 1.13 2026/06/07 12:06:30 tb Exp $
.\"
.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org>
.\" Copyright (c) 2016, 2018 Joel Sing <jsing@openbsd.org>
@@ -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: July 7 2025 $
.Dd $Mdocdate: June 7 2026 $
.Dt TLS_CONN_VERSION 3
.Os
.Sh NAME
@@ -218,6 +218,7 @@ appeared in
.Fn tls_conn_cipher_strength
appeared in
.Ox 6.7 .
.Pp
.Fn tls_peer_cert_common_name
appeared in
.Ox 7.7 .