You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
From 437d3aedd5ecbcb8d5234665015c5813a6ca1712 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 25 Jun 2024 17:53:47 +0100
|
|
Subject: [PATCH] docs: security: Add link to TLS server certificate checking
|
|
announcement
|
|
|
|
(cherry picked from commit 9c723aa660c6ee7d224afbfc16eb7450d21fb9cf)
|
|
(cherry picked from commit 9b77d853d82c291f74b51305d58e9db7f555a254)
|
|
(cherry picked from commit b477be4ed47daa6ba73c176ae8b0288ec8e84f23)
|
|
---
|
|
docs/libnbd-security.pod | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/docs/libnbd-security.pod b/docs/libnbd-security.pod
|
|
index 0cae8462..b31f3f8b 100644
|
|
--- a/docs/libnbd-security.pod
|
|
+++ b/docs/libnbd-security.pod
|
|
@@ -28,6 +28,11 @@ denial of service when using L<nbd_set_opt_mode(3)>
|
|
See the full announcement here:
|
|
L<https://listman.redhat.com/archives/libguestfs/2021-March/msg00092.html>
|
|
|
|
+=head2 multiple flaws in TLS server certificate checking
|
|
+
|
|
+See the full announcement here:
|
|
+L<https://lists.libguestfs.org/archives/list/guestfs@lists.libguestfs.org/thread/LHR3BW6RJ7K4BJBQIYV3GTZLSY27VZO2/>
|
|
+
|
|
=head1 SEE ALSO
|
|
|
|
L<libnbd(3)>.
|
|
--
|
|
2.43.0
|
|
|