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 5a258d7 commit 6155317Copy full SHA for 6155317
pkcs11/attributes.py
@@ -89,6 +89,8 @@ def _enum(type_):
89
Attribute.VERIFY_RECOVER: handle_bool,
90
Attribute.WRAP: handle_bool,
91
Attribute.WRAP_WITH_TRUSTED: handle_bool,
92
+ Attribute.GOSTR3410_PARAMS: handle_bytes,
93
+ Attribute.GOSTR3411_PARAMS: handle_bytes,
94
}
95
"""
96
Map of attributes to (serialize, deserialize) functions.
0 commit comments