python-pkcs11 icon indicating copy to clipboard operation
python-pkcs11 copied to clipboard

Add token and pin initialization

Open maxwolfe opened this issue 4 years ago • 1 comments

Adding implementations and tests for C_InitToken and C_InitPIN

Happens to also solve: https://github.com/danni/python-pkcs11/issues/6

maxwolfe avatar Feb 06 '21 23:02 maxwolfe

I wrote this casually for personal use and am not super familiar with extending Python with C, so please don't hesitate to comment if there are better ways to do certain things.

maxwolfe avatar Feb 07 '21 03:02 maxwolfe