[PATCH 0/2] Remove support for tls_allowed_dn_list

Martin Kletzander posted 2 patches 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1636475212.git.mkletzan@redhat.com
NEWS.rst                          |  6 ++++
docs/remote.html.in               | 26 --------------
docs/tlscerts.html.in             |  6 ----
src/remote/libvirtd.aug.in        |  1 -
src/remote/libvirtd.conf.in       | 16 ---------
src/remote/remote_daemon.c        |  2 --
src/remote/remote_daemon_config.c | 19 +++++-----
src/remote/remote_daemon_config.h |  1 -
src/remote/test_libvirtd.aug.in   |  4 ---
src/rpc/virnettlscontext.c        | 60 ++++++-------------------------
src/rpc/virnettlscontext.h        |  2 --
tests/virconfdata/libvirtd.conf   | 17 ---------
tests/virconfdata/libvirtd.out    | 14 --------
tests/virnettlscontexttest.c      |  1 -
tests/virnettlssessiontest.c      |  1 -
15 files changed, 27 insertions(+), 149 deletions(-)
[PATCH 0/2] Remove support for tls_allowed_dn_list
Posted by Martin Kletzander 2 years, 5 months ago
Patch 1/2 details the reasons for this change.

Martin Kletzander (2):
  tls: Drop support for tls_allowed_dn_list
  news: Add information about removing tls_allowed_dn_list

 NEWS.rst                          |  6 ++++
 docs/remote.html.in               | 26 --------------
 docs/tlscerts.html.in             |  6 ----
 src/remote/libvirtd.aug.in        |  1 -
 src/remote/libvirtd.conf.in       | 16 ---------
 src/remote/remote_daemon.c        |  2 --
 src/remote/remote_daemon_config.c | 19 +++++-----
 src/remote/remote_daemon_config.h |  1 -
 src/remote/test_libvirtd.aug.in   |  4 ---
 src/rpc/virnettlscontext.c        | 60 ++++++-------------------------
 src/rpc/virnettlscontext.h        |  2 --
 tests/virconfdata/libvirtd.conf   | 17 ---------
 tests/virconfdata/libvirtd.out    | 14 --------
 tests/virnettlscontexttest.c      |  1 -
 tests/virnettlssessiontest.c      |  1 -
 15 files changed, 27 insertions(+), 149 deletions(-)

-- 
2.33.1