1
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dumpit.py: remove an extra ' ' character after hex dump
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: ignore objects with errors
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: add an object counter
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: do not use .encode('latin-1') for --decrypt
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: add a new line after usage display
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: correct print for --decrypt
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: do not use .encode('ascii') for --sign
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: -d does not accept an argument
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
dumpit.py: catch only PyKCS11.PyKCS11Error exception
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Initial unittest test script
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
.hgignore: ignore VIM swap files and build-stamp
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Generate CKM[CKM_VENDOR_DEFINED+x] values on the fly
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Remove extra spaces at end of lines
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Define CK*_VENDOR_DEFINED as a positive value
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
PKCS#11 definitions: sync with Cryptoki version 2.30
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Remove duplicate definition of CKD_NULL
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
Fix build on Windows
LudovicRousseau
as Ludovic Rousseau
More... about 9 years ago
build pykcs11_wrap.cpp using makefile More... about 9 years ago
Added tag 1.3.1 for changeset ad0927b6c871
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
Create .hgignore file
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
release 1.3.1
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
Makefile: add a pypi target
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
Makefile: remove generated files from source dist
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
Update copyright dates
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
PKCS#11 definitions: sync with Cryptoki version 2.30
LudovicRousseau
as Ludovic Rousseau
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
LudovicRousseau
as Ludovic Rousseau
More... over 9 years ago
Interpret Mechanism parameter ByteArray as void *
LudovicRousseau
as Ludovic Rousseau
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