Skip to content

Commit c208031

Browse files
author
Hans Hörberg
committed
Fix for EncryptedAssertion
1 parent b4d52f9 commit c208031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_80_p11_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(self, pub_key = PUB_KEY):
5858
self.key_file = "pkcs11://%s:0/test?pin=secret1" % P11_MODULE
5959
self.debug = False
6060
self.cert_handler_extra_class = None
61+
self.generate_cert_info = False
6162

6263

6364
class TestPKCS11():

0 commit comments

Comments
 (0)