|
|
|
@113
|
[113]
|
02/07/08 16:55:05 |
lrousseau |
update copyright date |
|
|
|
@112
|
[112]
|
02/07/08 16:46:19 |
lrousseau |
reformat |
|
|
|
@111
|
[111]
|
02/07/08 15:57:34 |
lrousseau |
reformat |
|
|
|
@110
|
[110]
|
02/07/08 15:20:38 |
lrousseau |
dos2unix |
|
|
|
@109
|
[109]
|
02/07/08 15:18:42 |
lrousseau |
ignore LowLevel?.py |
|
|
|
@108
|
[108]
|
02/07/08 15:17:06 |
lrousseau |
ignore unix_pykcs11_wrap.cpp |
|
|
|
@107
|
[107]
|
02/07/08 11:59:13 |
lrousseau |
minor reformat |
|
|
|
@106
|
[106]
|
02/07/08 11:44:43 |
lrousseau |
do not redifine PYTHON if it is already defined |
|
|
|
@105
|
[105]
|
02/07/08 11:44:14 |
lrousseau |
install a version for every installed Python versions |
|
|
|
@104
|
[104]
|
02/07/08 11:43:23 |
lrousseau |
use python-central instead of python-support |
|
|
|
@103
|
[103]
|
02/07/08 11:20:22 |
lrousseau |
Build-Depends: add versions for python-support and python-all-dev |
|
|
|
@102
|
[102]
|
02/05/08 17:24:36 |
lrousseau |
use a more specific debhelper version dependency
E: pykcs11 source: … |
|
|
|
@101
|
[101]
|
02/05/08 17:20:55 |
lrousseau |
replace static allocation by dynamically generated code
Close bug #12 … |
|
|
|
@100
|
[100]
|
02/05/08 17:03:52 |
lrousseau |
move m_bFinalizeOnClose and m_bAutoInitialized before m_hLib in the
class … |
|
|
|
@99
|
[99]
|
04/03/07 15:41:28 |
lrousseau |
display more getInfo fields |
|
|
|
@98
|
[98]
|
03/28/07 15:36:31 |
lrousseau |
use a try: block to not stop on the first slot with an error |
|
|
|
@97
|
[97]
|
03/28/07 15:30:59 |
lrousseau |
use -S instead of -s for sign so we wan use -s for slot |
|
|
|
@96
|
[96]
|
03/28/07 15:29:31 |
lrousseau |
add [-d][--decrypt] to help |
|
|
|
@95
|
[95]
|
03/26/07 10:19:44 |
lrousseau |
exit if no slot is found |
|
|
|
@92
|
[92]
|
12/21/06 13:58:04 |
midori |
-updated high level interface and samples to latest low level … |
|
|
|
@91
|
[91]
|
12/21/06 12:24:48 |
midori |
- fixed bug #3 "Functions returning object handles can't be used"; now the … |
|
|
|
@90
|
[90]
|
11/20/06 16:43:54 |
lrousseau |
dos2unix the file to make "setup.py sdist" work on Unix |
|
|
|
@89
|
[89]
|
11/20/06 16:40:00 |
lrousseau |
add #! /usr/bin/env python |
|
|
|
@88
|
[88]
|
10/10/06 10:08:07 |
lrousseau |
catch session.login() and session.logout() exceptions |
|
|
|
@85
|
[85]
|
09/13/06 23:28:14 |
midori |
GetInfo? script: lib on the command line was ignored; removed colors on … |
|
|
|
@83
|
[83]
|
09/13/06 11:25:38 |
midori |
added a makefile for win32 (works with nmake and VS.NET)
latest swig … |
|
|
|
@82
|
[82]
|
09/13/06 11:18:52 |
midori |
fixed compile error on Unix platforms |
|
|
|
@81
|
[81]
|
09/13/06 00:39:51 |
midori |
cryptoki.h: _WIN32 instead of WIN32 is defined compiling with distutils … |
|
|
|
@80
|
[80]
|
09/13/06 00:37:43 |
midori |
PyKCS11.Session.isString(): CKA_SERIAL_NUMBER was string, now is binary. |
|
|
|
@79
|
[79]
|
09/12/06 21:41:32 |
midori |
Added MANIFEST file (used by distutils to build sources distribution … |
|
|
|
@77
|
[77]
|
09/12/06 21:37:23 |
midori |
BugFix?: CKA_SERIAL_NUMBER is binary, not string (LowLevel? interface) |
|
|
|
@67
|
[67]
|
09/11/06 21:29:04 |
midori |
- fixed some docstring
- MechanismRSAPKCS1 is now an instance of Mechanism |
|
|
|
@66
|
[66]
|
09/11/06 16:47:55 |
lrousseau |
do not duplicate the CKA_CERTIFICATE_TYPE and CKA_KEY_TYPE infos |
|
|
|
@65
|
[65]
|
09/11/06 16:31:20 |
lrousseau |
add human version for CKA_KEY_TYPE value |
|
|
|
@64
|
[64]
|
09/11/06 16:27:27 |
lrousseau |
-s does not take an argument |
|
|
|
@63
|
[63]
|
09/11/06 16:25:53 |
lrousseau |
typo |
|
|
|
@62
|
[62]
|
09/11/06 15:59:53 |
lrousseau |
typos |
|
|
|
@61
|
[61]
|
09/11/06 15:26:52 |
midori |
setup.py: 1) now works on win32, can generate binaries distribution … |
|
|
|
@60
|
[60]
|
09/11/06 01:40:23 |
midori |
- added Session.sign and Session.decrypt functions to the high level … |
|
|
|
@59
|
[59]
|
09/11/06 01:30:45 |
midori |
- Fixed compile error using distutil on win32+VS.NET
- Added byte array … |
|
|
|
@58
|
[58]
|
09/11/06 01:25:57 |
midori |
Increased version, updated some other field |
|
|
|
@57
|
[57]
|
09/11/06 01:23:45 |
midori |
win32 detection: _WIN32 macro is also used. This fix a build error using … |
|
|
|
@56
|
[56]
|
09/08/06 18:51:54 |
midori |
SWIG generated win32 wrapper removed; it is going to be generated time by … |
|
|
|
@55
|
[55]
|
09/07/06 11:26:19 |
midori |
- BugFix? (LowLevel? interface)
all PKCS11 object handles are now handled … |
|
|
|
@54
|
[54]
|
09/05/06 11:05:23 |
lrousseau |
improve documentation |
|
|
|
@53
|
[53]
|
09/05/06 10:51:50 |
lrousseau |
clean HTML code (thanks to tidy(1) for the errors list) |
|
|
|
@52
|
[52]
|
09/05/06 10:34:16 |
lrousseau |
correct typos |
|
|
|
@51
|
[51]
|
09/01/06 14:02:49 |
midori |
- added /usr/local include and lib in search paths (needed by FreeBSD)
- … |
|
|
|
@50
|
[50]
|
08/31/06 10:58:16 |
lrousseau |
PyKCS11Lib.load(): add "(set PYKCS11LIB env variable)" in the … |
|
|
|
@49
|
[49]
|
08/31/06 10:34:13 |
lrousseau |
sample code to unblock a PIN |
|
|
|
@48
|
[48]
|
08/31/06 10:32:21 |
lrousseau |
update FSF postal address |
|
|
|
@47
|
[47]
|
08/31/06 10:31:50 |
lrousseau |
update GNU GPL licence text from http://www.gnu.org/licenses/gpl.txt
- … |
|
|
|
@46
|
[46]
|
08/31/06 10:19:31 |
lrousseau |
class Session: add initToken(), initPin() and setPin() methods |
|
|
|
@45
|
[45]
|
08/31/06 10:18:40 |
lrousseau |
errors{}: key -1 was used twice
Thanks to Giuseppe Amato for the patch |
|
|
|
@44
|
[44]
|
08/31/06 10:17:11 |
lrousseau |
remove a print used for debug |
|
|
|
@43
|
[43]
|
08/31/06 10:16:11 |
lrousseau |
doc rule: do not hardcode the build directory |
|
|
|
@42
|
[42]
|
08/31/06 10:15:41 |
lrousseau |
clean rule: do not fail (add -f) removal of PyKCS11/LowLevel.py |
|
|
|
@41
|
[41]
|
08/31/06 10:14:37 |
lrousseau |
The Python version to us may be defined by PYTHONVER. Default valus is
2.4 |
|
|
|
@40
|
[40]
|
08/31/06 10:04:07 |
lrousseau |
get the Python version from Python itself instead of hardcoding "2.4" |
|
|
|
@39
|
[39]
|
08/31/06 09:39:59 |
lrousseau |
pass the correct argument in pkcs11.openSession() |
|
|
|
@38
|
[38]
|
08/30/06 11:57:28 |
lrousseau |
add needed files to generate a Debian package |
|
|
|
@37
|
[37]
|
08/30/06 11:44:54 |
lrousseau |
doc rule: remove the html/ directory before generating the API doc |
|
|
|
@36
|
[36]
|
08/30/06 11:44:13 |
lrousseau |
doc rule: add a dependency on build |
|
|
|
@35
|
[35]
|
08/30/06 11:43:52 |
lrousseau |
doc rule: set PYTHONPATH so that _LowLevel.so is found by epydoc |
|
|
|
@34
|
[34]
|
08/30/06 11:34:42 |
lrousseau |
do not use slot= argument since we dump every available slots |
|
|
|
@33
|
[33]
|
08/30/06 11:32:12 |
lrousseau |
convert the slot number from text to integer |
|
|
|
@32
|
[32]
|
08/30/06 11:24:23 |
lrousseau |
version 1.1.0 |
|
|
|
@31
|
[31]
|
08/30/06 11:23:52 |
lrousseau |
Remove the old API file generated by SWIG. The new SWIG generated file … |
|
|
|
@30
|
[30]
|
08/30/06 11:19:08 |
lrousseau |
clean rule: rm PyKCS11/LowLevel.py |
|
|
|
@29
|
[29]
|
08/30/06 11:18:09 |
lrousseau |
revert PKCS#11 library name |
|
|
|
@28
|
[28]
|
08/30/06 11:17:21 |
lrousseau |
new API (high level) samples |
|
|
|
@27
|
[27]
|
08/30/06 11:15:49 |
lrousseau |
move old API test samples in samples/LowLevel/ |
|
|
|
@26
|
[26]
|
08/30/06 11:14:53 |
lrousseau |
use PyKCS11.LowLevel? instead of PyKCS11 |
|
|
|
@25
|
[25]
|
08/30/06 11:07:24 |
lrousseau |
convert to old API names |
|
|
|
@24
|
[24]
|
08/30/06 11:05:04 |
lrousseau |
use new name PyKCS11.LowLevel? instead of PyKCS11 |
|
|
|
@23
|
[23]
|
08/30/06 10:59:44 |
lrousseau |
the old API (low level) is now in PyKCS11/LowLevel and the new API … |
|
|
|
@22
|
[22]
|
08/30/06 10:55:17 |
lrousseau |
add a doc rule to call epydoc |
|
|
|
@21
|
[21]
|
08/30/06 10:53:05 |
lrousseau |
add some missing PKCS#11 #defines |
|
|
|
@20
|
[20]
|
08/30/06 10:51:40 |
lrousseau |
CK_TOKEN_INFO: add GetUtcTime?() method |
|
|
|
@19
|
[19]
|
08/30/06 10:50:06 |
lrousseau |
add a \n at the end of the logged line |
|
|
|
@18
|
[18]
|
08/30/06 10:47:20 |
lrousseau |
if one .h used by pykcs11.i is modified we touch pykcs11.i so that swig
is … |
|
|
|
@17
|
[17]
|
08/30/06 10:45:59 |
lrousseau |
clean rule: remove generated *.pyc files |
|
|
|
@16
|
[16]
|
08/30/06 10:43:45 |
lrousseau |
convert from DOS to Unix end of line style otherwise the magic 1st … |
|
|
|
@15
|
[15]
|
08/30/06 10:40:00 |
lrousseau |
move samples (using the old API) in samples/LowLevel |
|
|
|
@14
|
[14]
|
08/30/06 10:23:29 |
lrousseau |
new (high level) API |
|
|
|
@13
|
[13]
|
08/30/06 10:22:40 |
lrousseau |
new directory |
|
|
|
@12
|
[12]
|
08/30/06 10:19:59 |
lrousseau |
new directory for low level samples |
|
|
|
@11
|
[11]
|
08/30/06 10:15:50 |
lrousseau |
new directory |
|
|
|
@10
|
[10]
|
08/29/06 13:41:31 |
lrousseau |
make Python scripts executable |
|
|
|
@8
|
[8]
|
07/14/06 22:44:11 |
midori |
Renamed remotely |
|
|
|
@7
|
[7]
|
07/14/06 22:44:05 |
midori |
Renamed remotely |
|
|
|
@6
|
[6]
|
07/14/06 22:17:40 |
midori |
1.0.2 - July 2006, Ludovic Rousseau
port to Unix (tested on GNU/Linux … |
|
|
|
@5
|
[5]
|
07/14/06 22:15:27 |
midori |
- Added ignore filters |
|
|
|
@2
|
[2]
|
07/14/06 21:49:08 |
midori |
Main dev |