Update my copyright date |
|
More...
|
almost 13 years ago
|
Add myself as maintainer |
|
More...
|
almost 13 years ago
|
isBool(): add CKA_EXTRACTABLE support |
|
More...
|
almost 13 years ago
|
_template2ckattrlist() fix binary values handling |
|
More...
|
almost 13 years ago
|
Add createObject() method |
|
More...
|
almost 13 years ago
|
Enable pinpad using --pin=NULL |
|
More...
|
over 13 years ago
|
Enable pinpad support using --pin=NULL |
|
More...
|
over 13 years ago
|
Remove useless --opensession option |
|
More...
|
over 13 years ago
|
C_Login(): use pin=None to use the pinpad |
|
More...
|
over 13 years ago
|
Remove obsolete documentation for the low level API |
|
More...
|
over 13 years ago
|
epydoc: add doc for destroyObject() |
|
More...
|
over 13 years ago
|
epydoc: add documentation for isFoo methods |
|
More...
|
over 13 years ago
|
epydoc: document generateKeyPair() |
|
More...
|
over 13 years ago
|
release 1.2.3 |
|
More...
|
about 14 years ago
|
Code reformat |
|
More...
|
about 14 years ago
|
Use CKR_OK instead of a hardcoded 0 value in "rv != CKR_OK" checks |
|
More...
|
about 14 years ago
|
Define a new class CK_OBJECT_HANDLE() to replace PyKCS11.LowLevel.CK_OBJECT_HANDLE() and provide a __repr__() method |
|
More...
|
about 14 years ago
|
Sample code: display the number of objects |
|
More...
|
about 14 years ago
|
Fix some PEP8 warnings |
|
More...
|
about 14 years ago
|
Use the first slot in the sample code |
|
More...
|
over 14 years ago
|
- added generateKeyPair and destoryObject support in Hi Level interface |
|
More...
|
over 14 years ago
|
display the object handles in decimal instead of hex |
|
More...
|
over 14 years ago
|
reformat description to make it display correcty on a 80-columns terminal |
|
More...
|
over 14 years ago
|
Convert from Dos to Unix |
|
More...
|
over 14 years ago
|
Remove unused variables reported by pyflakes |
|
More...
|
over 14 years ago
|
Move initToken() from class Session to class PyKCS11Lib and add a slot parameter. |
|
More...
|
over 14 years ago
|
Add $Id$ field |
|
More...
|
over 14 years ago
|
typo in comment |
|
More...
|
over 14 years ago
|
Define __repr__() instead of __str__() for classes ckbytelist and byteArray The representation is a tuple containing the elements The __str__() method will also use this presentation |
|
More...
|
over 14 years ago
|
make pep8 happy |
|
More...
|
over 14 years ago
|