10 descendants and 10 ancestors of f16ee55999964e2836e319f522627c53fc867fff555b31498e2b08dac87692be
2015-09-14
| ||
10:11 | Added SetPIN support check-in: 658145fe85 user: rkeene tags: trunk | |
2014-01-07
| ||
00:02 | Updated to clean-up handles if unable to load (rare memory leak) check-in: 4ea7b9090a user: rkeene tags: trunk | |
2012-07-19
| ||
00:25 | Updated to use newer mingw32 conventions check-in: 3e08f3d352 user: rkeene tags: trunk | |
2012-05-12
| ||
18:31 | Added FreeBSD/amd64 build target Updated to try to download cross-compiled SDKs check-in: 07e5971a1c user: rkeene tags: trunk | |
18:31 | Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-linuxamd64 to build/make-freebsdamd64. check-in: 6444eb1ec6 user: rkeene tags: trunk | |
17:12 | Updated to begin to use KitDLL SDKs for building check-in: 1a31c6f305 user: rkeene tags: trunk | |
2012-03-10
| ||
20:46 | Switched to using "aclocal" to generate aclocal.m4 check-in: 5bfd2336f5 user: rkeene tags: trunk | |
2011-06-30
| ||
03:34 | Added mipsel cross compile build script Consolidated Linux cross compile build scripts check-in: 1dd8b89ef1 user: rkeene tags: trunk | |
03:19 | Added build script for Linux/amd64 check-in: 1e9d358070 user: rkeene tags: trunk | |
00:23 | TclPKCS11 0.9.9 check-in: a049dfe777 user: rkeene tags: release-0.9.9, trunk | |
00:06 | Fixed issue with threads check-in: f16ee55999 user: rkeene tags: trunk | |
2011-06-29
| ||
23:56 | Fixed bug with finalizing Encrypt/Sign operations check-in: e7904ef06a user: rkeene tags: trunk | |
2010-12-14
| ||
13:16 | TclPKCS11 0.9.8 Corrected install target check-in: a8ce30ea73 user: rkeene tags: release-0.9.8, trunk | |
12:27 | TclPKCS11 0.9.7 Updated to support running "configure" in a directory other than the one with the source files Updated to include an "install" target (untested) check-in: ff1eeb5963 user: rkeene tags: release-0.9.7, trunk | |
2010-11-14
| ||
10:49 | Simplified and made Makefile even more explicit check-in: d1ed4ce5f7 user: rkeene tags: trunk | |
2010-10-12
| ||
00:58 | Removed references to "dllimport" check-in: e1252f4d5b user: rkeene tags: trunk | |
2010-10-11
| ||
13:55 | Tclpkcs11 0.9.6 Updated test script to not call exit check-in: 00bd99c476 user: rkeene tags: release-0.9.6, trunk | |
13:55 | Updated local testing scripts to building using verbose errors check-in: 768c073914 user: rkeene tags: trunk | |
13:54 | Changed session management functions to use an active flag rather than a special session value check-in: 250660270e user: rkeene tags: trunk | |
13:41 | Updated to use pragma pack on Win32 fixing issues experienced with C_GetFunctionList returning unusable data Updated to unload all active PKCS#11 modules on exit check-in: fcc22c8809 user: rkeene tags: trunk | |
04:59 | Updated to close session if we get a CKR_DEVICE_REMOVED on logout Win32-specific PKCS#11 definitions created Updated to retrieve function pointers using lookups rather than C_GetFunctionList on Win32 since ActivClient doesn't seem to return valid function pointers... Updated to return fake PKCS#11 error "MAYBE_LOGIN" if we are unable to find any private key objects Updated to try C_Encrypt for encryption before trying C_Sign. Updated to unpad (PKCS 1.5 mode 1 only) input when encrypting since some drivers require the input to be unpadded Minor cleanup Updated test driver to support logging in if MAYBE_LOGIN is recieved check-in: 85de7abf4c user: rkeene tags: trunk | |