dumpit.py: remove an extra ' ' character after hex dump |
|
More...
|
about 9 years ago
|
dumpit.py: ignore objects with errors |
|
More...
|
about 9 years ago
|
dumpit.py: add an object counter |
|
More...
|
about 9 years ago
|
dumpit.py: do not use .encode('latin-1') for --decrypt |
|
More...
|
about 9 years ago
|
dumpit.py: add a new line after usage display |
|
More...
|
about 9 years ago
|
dumpit.py: correct print for --decrypt |
|
More...
|
about 9 years ago
|
dumpit.py: do not use .encode('ascii') for --sign |
|
More...
|
about 9 years ago
|
dumpit.py: -d does not accept an argument |
|
More...
|
about 9 years ago
|
dumpit.py: catch only PyKCS11.PyKCS11Error exception |
|
More...
|
about 9 years ago
|
Initial unittest test script |
|
More...
|
about 9 years ago
|
.hgignore: ignore VIM swap files and build-stamp |
|
More...
|
about 9 years ago
|
Generate CKM[CKM_VENDOR_DEFINED+x] values on the fly |
|
More...
|
about 9 years ago
|
Remove extra spaces at end of lines |
|
More...
|
about 9 years ago
|
Define CK*_VENDOR_DEFINED as a positive value |
|
More...
|
about 9 years ago
|
PKCS#11 definitions: sync with Cryptoki version 2.30 |
|
More...
|
about 9 years ago
|
Remove duplicate definition of CKD_NULL |
|
More...
|
about 9 years ago
|
Fix build on Windows |
|
More...
|
about 9 years ago
|
build pykcs11_wrap.cpp using makefile |
|
More...
|
about 9 years ago
|
Added tag 1.3.1 for changeset ad0927b6c871 |
|
More...
|
over 9 years ago
|
Create .hgignore file |
|
More...
|
over 9 years ago
|
release 1.3.1 |
|
More...
|
over 9 years ago
|
Makefile: add a pypi target |
|
More...
|
over 9 years ago
|
Makefile: remove generated files from source dist |
|
More...
|
over 9 years ago
|
Update copyright dates |
|
More...
|
over 9 years ago
|
PKCS#11 definitions: sync with Cryptoki version 2.30 |
|
More...
|
over 9 years ago
|
Add user type CK_CONTEXT_SPECIFIC |
|
More...
|
over 9 years ago
|
Fixes #9, incorrect assignment of pParameter for CK_MECHANISMs. There were two separate problems with pParameter assignment -- first was that pParameter was being given the address of the PyObject created by ba.cast() rather than the address of its contained data, and the second was that pParameter doesn't count as a reference to a Python object, which resulted in that object being deallocated. |
|
More...
|
over 9 years ago
|
CKA_DERIVE is a CK_BBOOL and not byte array |
|
More...
|
over 9 years ago
|
Interpret Mechanism parameter ByteArray as void * |
|
More...
|
over 9 years ago
|
Renamed win32_pykcs11_wrap.cpp and unix_pykcs11_wrap.cpp to pykcs11_wrap.cpp since they look the same |
|
More...
|
over 9 years ago
|