]> git.proxmox.com Git - libtpms.git/commitdiff
Merge tag 'v0.9.5' into proxmox/stable-0.9
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 11:39:17 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 11:39:17 +0000 (12:39 +0100)
v0.9.5

1  2 
debian/changelog

index 6ec8e01dec9ee7e1816a28bb1680c2e9d25effc6,01798fa1586acead353f9fb074a7d60d7d81ceff..8a14dd9d8ee9aa776c5bd87b469e43b3b926df54
@@@ -1,9 -1,28 +1,34 @@@
+ libtpms (0.9.5) RELEASED; urgency=medium
+   - tpm2: Do not set RSA_FLAG_NO_BLINDING on RSA keys anymore
+   - tpm2: Fix a potential overflow expression (coverity)
+   - tpm2: Fix size check in CryptSecretDecrypt
+  -- Stefan Berger <stefanb@linux.ibm.com>  Fri, 01 Jul 2022 09:00:00 -0500
+ libtpms (0.9.4) RELEASED; urgency=medium
+   - tpm: #undef printf in case it is #define'd (OSS-Fuzz)
+   - tpm2: Check return code of BN_div()
+   - tpm2: Initialize variables due to gcc complaint (s390x, false positive)
+   - tpm12: Initialize variables due to gcc complaint (s390x, false positive)
+   - build-sys: Fix configure script to support _FORTIFY_SOURCE=3
+  -- Stefan Berger <stefanb@linux.ibm.com>  Mon, 25 Apr 2022 09:00:00 -0500
+ libtpms (0.9.3) RELEASED; urgency=medium
+   - build-sys: Add probing for -fstack-protector
+   - tpm2: Do not call EVP_PKEY_CTX_set0_rsa_oaep_label() for label of size (OSSL 3)
+  -- Stefan Berger <stefanb@linux.ibm.com>  Mon, 07 Mar 2022 09:00:00 -0500
 +libtpms (0.9.2~bpo11+1) bullseye; urgency=medium
 +
 +  * Rebuild for Proxmox VE 7.x based on Debian Bullseye
 +
 + -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Feb 2022 08:12:04 +0100
 +
  libtpms (0.9.2) RELEASED; urgency=medium
  
    * tpm2: When writing state initialize s_ContextSlotMask if not set