The PySCard project is available at:
Changes
1.9.5 (Feb 2017)SCardGetStatusChange()
: fix a memory leak with Python 3SCardTransmit()
: useSCARD_PCI_RAW
for undefined protocol- Improve epydoc documentation
I moved my blog from https://ludovicrousseau.blogspot.com/ to https://blog.apdu.fr/ . Why? I wanted to move away from Blogger (owne...
SCardGetStatusChange()
: fix a memory leak with Python 3SCardTransmit()
: use SCARD_PCI_RAW
for undefined protocolName | VendorID | ProductID |
---|---|---|
MORPHO TOKEN E2 | 0x079B | 0x008F |
MORPHO TOKEN EM | 0x6767 | 0x0104 |
MORPHO TOKEN EM | 0x1A6F | 0x0104 |
closeAllSessions()
and move it from Session
to PKCS11Lib
RSAOAEPMechanism
to support RSA EncryptionDigestSession
which enables multi-part digestingCK_TRUE
/CK_FALSE
generateKey()
, generateKeyPair()
, findObjects()
createObject()
, unwrapKey()
CKM_*
and CKP_*
definesgenerateKey()
with default mechanism CKM_AES_KEY_GEN
PyKCS11Lib
is referenced as long as Session
object is liveCKA_WRAP_WITH_TRUSTED
is bool--slot=
parameter