From cf2ce9d3ae3d64268adfe34683b4cb322a4a481c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 07:03:52 +0200 Subject: update to 1.1.2 drop patch merge upstream build out of sources tree --- REFLECTION | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1f44d37..db4cdf6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #91 pkcs11 version 1.1.1 ] { +Extension [ extension #91 pkcs11 version 1.1.2 ] { - - Constants [835] { + - Constants [839] { Constant [ int Pkcs11\CKM_RSA_PKCS_KEY_PAIR_GEN ] { 0 } Constant [ int Pkcs11\CKM_RSA_PKCS ] { 1 } Constant [ int Pkcs11\CKM_RSA_9796 ] { 2 } @@ -836,6 +836,10 @@ Extension [ extension #91 pkcs11 version 1.1.1 ] { Constant [ int Pkcs11\CKK_YUBICO_AES128_CCM_WRAP ] { 3646243357 } Constant [ int Pkcs11\CKK_YUBICO_AES192_CCM_WRAP ] { 3646243369 } Constant [ int Pkcs11\CKK_YUBICO_AES256_CCM_WRAP ] { 3646243370 } + Constant [ int Pkcs11\CKM_CLOUDHSM_AES_GCM ] { 2147487879 } + Constant [ int Pkcs11\CKM_CLOUDHSM_AES_KEY_WRAP_NO_PAD ] { 2147492105 } + Constant [ int Pkcs11\CKM_CLOUDHSM_AES_KEY_WRAP_PKCS5_PAD ] { 2147492106 } + Constant [ int Pkcs11\CKM_CLOUDHSM_AES_KEY_WRAP_ZERO_PAD ] { 2147492207 } } - Classes [19] { @@ -1592,7 +1596,9 @@ Extension [ extension #91 pkcs11 version 1.1.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $skey = NULL ] + Property [ public $pkey = NULL ] } - Methods [0] { @@ -1981,8 +1987,8 @@ Extension [ extension #91 pkcs11 version 1.1.1 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -1999,6 +2005,7 @@ Extension [ extension #91 pkcs11 version 1.1.1 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit