[PATCH 0/2] virnettlscontext: Don't set DH parameters ourselves

Michal Privoznik posted 2 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1656579323.git.mprivozn@redhat.com
meson.build                |  2 +-
src/rpc/virnettlscontext.c | 41 --------------------------------------
tests/virrandommock.c      | 36 ---------------------------------
3 files changed, 1 insertion(+), 78 deletions(-)
[PATCH 0/2] virnettlscontext: Don't set DH parameters ourselves
Posted by Michal Privoznik 1 year, 10 months ago
Suggested by Dan here:

https://listman.redhat.com/archives/libvir-list/2022-January/226681.html

Since we can bump min gnutls version we don't have to care about
pre-3.6.0 release he mentions in the e-mail.

Michal Prívozník (2):
  meson: Require gnutls-3.6.0 or newer
  virnettlscontext: Don't set DH parameters ourselves

 meson.build                |  2 +-
 src/rpc/virnettlscontext.c | 41 --------------------------------------
 tests/virrandommock.c      | 36 ---------------------------------
 3 files changed, 1 insertion(+), 78 deletions(-)

-- 
2.35.1

Re: [PATCH 0/2] virnettlscontext: Don't set DH parameters ourselves
Posted by Jano Tomko 1 year, 10 months ago
Reviewed-by: Ján Tomko <jtomko@redhat.com>

On Thu, Jun 30, 2022 at 10:56 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> Suggested by Dan here:
>
> https://listman.redhat.com/archives/libvir-list/2022-January/226681.html
>
> Since we can bump min gnutls version we don't have to care about
> pre-3.6.0 release he mentions in the e-mail.
>
> Michal Prívozník (2):
>   meson: Require gnutls-3.6.0 or newer
>   virnettlscontext: Don't set DH parameters ourselves
>
>  meson.build                |  2 +-
>  src/rpc/virnettlscontext.c | 41 --------------------------------------
>  tests/virrandommock.c      | 36 ---------------------------------
>  3 files changed, 1 insertion(+), 78 deletions(-)
>
> --
> 2.35.1
>