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.
32 lines
1.0 KiB
32 lines
1.0 KiB
2 months ago
|
From dfa2a23c7638e325694101fe81b5330ceede68f9 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 820f45a58fda50dc7d5e126c55403e33824cffe4)
|
||
|
---
|
||
|
docs/libnbd-security.pod | 5 +++++
|
||
|
1 file changed, 5 insertions(+)
|
||
|
|
||
|
diff --git a/docs/libnbd-security.pod b/docs/libnbd-security.pod
|
||
|
index 216efa43..c9960d8c 100644
|
||
|
--- a/docs/libnbd-security.pod
|
||
|
+++ b/docs/libnbd-security.pod
|
||
|
@@ -45,6 +45,11 @@ negative size result from nbd_get_size(3)
|
||
|
See the full announcement here:
|
||
|
L<https://listman.redhat.com/archives/libguestfs/2023-September/032711.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
|
||
|
|