summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-26 07:03:52 +0200
committerRemi Collet <remi@php.net>2023-06-26 07:03:52 +0200
commitcf2ce9d3ae3d64268adfe34683b4cb322a4a481c (patch)
tree517e92264b8196be6d4d2535c7d1adb755964fb5 /REFLECTION
parentb79834c09798757f7af66ff81ffa8ba8fa2eadda (diff)
update to 1.1.2
drop patch merge upstream build out of sources tree
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION17
1 files changed, 12 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 1f44d37..db4cdf6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #91 pkcs11 version 1.1.1 ] {
+Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #91 pkcs11 version 1.1.1 ] {
- Parameters [0] {
}
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {