Max Wolfe
Results
2
issues of
Max Wolfe
Adding implementations and tests for C_InitToken and C_InitPIN Happens to also solve: https://github.com/danni/python-pkcs11/issues/6
Currently DSA public keys are encoded as integers because RFC 3279 defines DSA public key encoding in that way. Unfortunately most Python crypto libraries don't natively support this (ex. [load_der_public_key](https://cryptography.io/en/latest/hazmat/primitives/asymmetric/serialization/#cryptography.hazmat.primitives.serialization.load_der_public_key))....