root/pykcs11/trunk


Mode:

Legend:

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