We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7c5c3 commit cce327aCopy full SHA for cce327a
doc/CHANGELOG.md
@@ -1,5 +1,13 @@
1
## Changelog
2
3
+### 4.3.2-rc0 2021-06-02
4
+
5
+ * tpm2_import: fix fixed AES key CVE-2021-3565
6
+ - tpm2_import used a fixed AES key for the inner wrapper, which means that
7
+ a MITM attack would be able to unwrap the imported key. To fix this,
8
+ ensure the key size is 16 bytes or bigger and use OpenSSL to generate a
9
+ secure random AES key.
10
11
### 4.3.1 2021-05-18
12
13
* tpm2_dictionarylockout: Fix issue where setting value reset others
0 commit comments