We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2856471 commit d69fa16Copy full SHA for d69fa16
pkcs11/mechanisms.py
@@ -667,6 +667,10 @@ class Mechanism(IntEnum):
667
AES_CFB1 = 0x00002108
668
AES_KEY_WRAP = 0x00002109
669
AES_KEY_WRAP_PAD = 0x0000210A
670
+ AES_KEY_WRAP_KWP = 0x0000210B
671
+ """Bug: SoftHSMv2 mechanism AES_KEY_WRAP_PAD is actually AES_KEY_WRAP_KWP"""
672
+ AES_KEY_WRAP_PKCS7 = 0x0000210C
673
+ """PKCS #11 v3.1: AES_KEY_WRAP_PAD is deprecated due to confusion in implementation"""
674
675
DES_ECB_ENCRYPT_DATA = 0x00001100
676
DES_CBC_ENCRYPT_DATA = 0x00001101
0 commit comments