typos in comments |
|
More...
|
over 16 years ago
|
add support of C_GetMechanismInfo |
|
More...
|
about 17 years ago
|
dos2unix |
|
More...
|
about 17 years ago
|
add getMechanismList() method |
|
More...
|
about 17 years ago
|
not needed since usr/bin and usr/sbin are empty |
|
More...
|
about 17 years ago
|
update copyright date |
|
More...
|
about 17 years ago
|
reformat |
|
More...
|
about 17 years ago
|
reformat |
|
More...
|
about 17 years ago
|
dos2unix |
|
More...
|
about 17 years ago
|
ignore LowLevel.py |
|
More...
|
about 17 years ago
|
ignore unix_pykcs11_wrap.cpp |
|
More...
|
about 17 years ago
|
minor reformat |
|
More...
|
about 17 years ago
|
do not redifine PYTHON if it is already defined |
|
More...
|
about 17 years ago
|
install a version for every installed Python versions |
|
More...
|
about 17 years ago
|
use python-central instead of python-support |
|
More...
|
about 17 years ago
|
Build-Depends: add versions for python-support and python-all-dev |
|
More...
|
about 17 years ago
|
use a more specific debhelper version dependency E: pykcs11 source: package-needs-python-policy-debhelper |
|
More...
|
about 17 years ago
|
replace static allocation by dynamically generated code |
|
More...
|
about 17 years ago
|
move m_bFinalizeOnClose and m_bAutoInitialized before m_hLib in the class to avoid a compiler warning. |
|
More...
|
about 17 years ago
|
display more getInfo fields |
|
More...
|
almost 18 years ago
|
use a try: block to not stop on the first slot with an error |
|
More...
|
almost 18 years ago
|
use -S instead of -s for sign so we wan use -s for slot |
|
More...
|
almost 18 years ago
|
add [-d][--decrypt] to help |
|
More...
|
almost 18 years ago
|
exit if no slot is found |
|
More...
|
almost 18 years ago
|
-updated high level interface and samples to latest low level interface -minor fix: the CK_OBJECT_HANDLE and CK_SESSION_HANDLE wrapeprs are now declared as simple types (unsigned long) so the value() method returns a number nad assign() method accepts a number. -increased version to 1.1.1 (resources and setup.py) |
|
More...
|
about 18 years ago
|
- fixed bug #3 "Functions returning object handles can't be used"; now the C_FindObject() function, the only one that returns an array of object, should be used with the ckobjlist type instead of ckintlist. The objects creation functions, such as C_CreateObject(), return objects in a CK_OBJECT_HANDLE instance. |
|
More...
|
about 18 years ago
|
dos2unix the file to make "setup.py sdist" work on Unix |
|
More...
|
about 18 years ago
|
add #! /usr/bin/env python |
|
More...
|
about 18 years ago
|
catch session.login() and session.logout() exceptions |
|
More...
|
over 18 years ago
|
GetInfo script: lib on the command line was ignored; removed colors on windows Added a simple makefile for win32 (should be used with VS.NET/nmake) |
|
More...
|
over 18 years ago
|