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