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 67bd3c2 commit 28cad75Copy full SHA for 28cad75
Build.PL
@@ -76,6 +76,7 @@ my $build = Crypt::Cryptoki::Build->new(
76
CKR_TEMPLATE_INCONSISTENT
77
CKR_TOKEN_WRITE_PROTECTED
78
CKR_USER_NOT_LOGGED_IN
79
+ CKR_ENCRYPTED_DATA_INVALID
80
81
CKF_SERIAL_SESSION
82
CKF_RW_SESSION
lib/Crypt/Cryptoki/Raw.pm
@@ -45,6 +45,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw(
45
46
47
48
49
50
51
0 commit comments