root/pykcs11/trunk/samples


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @210 [210] 06/26/10 23:09:32 lrousseau update copyright
(edit) @209 [209] 06/26/10 23:07:35 lrousseau prety print flags of the mechanism info
(edit) @207 [207] 06/26/10 23:02:41 lrousseau remove extra parenthesis
(edit) @206 [206] 06/26/10 23:01:10 lrousseau call getSessionInfo() after login
(edit) @205 [205] 06/26/10 22:56:02 lrousseau Use to_dict() to get the fields names and value instead of manual coding
(edit) @196 [196] 06/14/10 14:16:55 lrousseau make pep8 happy
(edit) @195 [195] 06/14/10 14:15:24 lrousseau make pep8 happy
(edit) @191 [191] 06/14/10 11:48:59 lrousseau really use C_SeedRandom()
(edit) @190 [190] 06/14/10 11:22:34 lrousseau Sample to test C_SeedRandom() and C_GenerateRandom() using the low …
(edit) @188 [188] 06/14/10 10:56:29 lrousseau correct PKCS#1 padding for decryption Thanks to Jan Dittberner for the …
(edit) @187 [187] 06/14/10 10:50:17 lrousseau dump the decrypted signature
(edit) @186 [186] 02/21/10 15:34:58 lrousseau fix PEP8 errors
(edit) @185 [185] 02/21/10 15:29:27 lrousseau fix PEP8 errors
(edit) @183 [183] 01/28/10 17:35:16 lrousseau Print the header before calling the PKCS#11 function to identify in which …
(edit) @181 [181] 11/16/09 11:11:50 lrousseau fix problem reported by pep8
(edit) @180 [180] 11/16/09 11:10:55 lrousseau fix problems reported by pep8
(edit) @179 [179] 11/16/09 11:09:02 lrousseau add missing usage() method
(edit) @178 [178] 11/16/09 11:07:24 lrousseau fix problems reported by pep8
(edit) @177 [177] 11/16/09 11:05:16 lrousseau fix problems reported by pep8
(edit) @176 [176] 11/16/09 10:21:56 lrousseau remove trailing whitespace
(edit) @175 [175] 11/16/09 10:20:42 lrousseau dumpit.py:20:14: E401 multiple imports on one line
(edit) @174 [174] 10/26/09 15:58:04 lrousseau wait for events and display slot and token information
(edit) @173 [173] 10/26/09 15:40:07 lrousseau create a class getInfo()
(edit) @169 [169] 10/26/09 09:42:12 lrousseau use "import getopt, sys" only if needed
(edit) @168 [168] 10/26/09 09:40:58 lrousseau remove useless "import time"
(edit) @167 [167] 10/23/09 17:08:23 lrousseau define a getinfo() function and call it if the script is called directly
(edit) @165 [165] 10/13/09 11:04:22 lrousseau display objects ID as hex in the list of objects found to reflect the way …
(edit) @144 [144] 10/10/08 11:48:19 lrousseau put the slots loop inside a try/except to iterate over each slot without …
(edit) @143 [143] 10/10/08 11:30:21 lrousseau do not display ulMinKeySize and ulMaxKeySize for CKF_DIGEST mechanisms
(edit) @142 [142] 10/10/08 11:28:14 lrousseau dump all slots instead of just the first one by default
(edit) @141 [141] 09/05/08 14:33:22 lrousseau do not display ulMinKeySize or ulMaxKeySize if they …
(edit) @140 [140] 09/01/08 10:49:53 lrousseau short version of --lib is -c not -d
(edit) @124 [124] 08/25/08 10:30:44 lrousseau call session.getSessionInfo() and display session info if a session is …
(edit) @121 [121] 06/12/08 14:57:28 lrousseau update copyright date
(edit) @120 [120] 06/12/08 14:52:42 lrousseau display the PKCS#11 objects ID instead of the Python objects ID
(edit) @119 [119] 06/12/08 14:48:26 lrousseau filter the attributes list to only use the numerical values
(edit) @117 [117] 02/11/08 10:16:41 lrousseau add support of C_GetMechanismInfo See Ticket #11
(edit) @115 [115] 02/11/08 09:09:17 lrousseau add getMechanismList() method See Ticket #11
(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) @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) @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) @60 [60] 09/11/06 01:40:23 midori - added Session.sign and Session.decrypt functions to the high level …
(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) @39 [39] 08/31/06 09:39:59 lrousseau pass the correct argument in pkcs11.openSession()
(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) @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) @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) @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) @12 [12] 08/30/06 10:19:59 lrousseau new directory for low level samples
(add) @11 [11] 08/30/06 10:15:50 lrousseau new directory
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