From f426fbc3cc086395386132c3a3a459c0e99b0f34 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Dec 2020 16:09:08 +0100 Subject: [PATCH] bump version to 3.1-2 Signed-off-by: Thomas Lamprecht --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 24cc4ba..f3e73b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-apiclient-perl (3.1-2) pve pmg; urgency=medium + + * client exception: try to avoid HTTP code duplication in error string + + * certificate verification: trust openssl result if the hostname is getting + verified + + * default to verifying hostname with the certificate one if no fingerprint is + passed + + -- Proxmox Support Team Thu, 03 Dec 2020 16:09:02 +0100 + libpve-apiclient-perl (3.1-1) pve pmg; urgency=medium * rework sharing data with the openssl certificate verify callback to avoid