TclPKCS11

Timeline
Login

50 most recent check-ins

2023-05-26
23:48
TclPKCS11 0.9.14 Leaf check-in: 0096de45c4 user: rkeene tags: release-0.9.14, trunk
23:46
Support listing keys check-in: 53e9d23ecb user: rkeene tags: trunk
2019-06-12
21:52
TclPKCS 0.9.13 with many build-related cleanups check-in: 8e5c0ef367 user: rkeene tags: release-0.9.13, trunk
21:22
Upload to Fossil check-in: a02466420d user: rkeene tags: trunk
21:19
TclPKCS11 0.9.12 check-in: 6846d93596 user: rkeene tags: release-0.9.12, trunk
21:16
Enable support for building static check-in: 806b44eecc user: rkeene tags: trunk
21:04
Additional cleanup check-in: 71e86b341f user: rkeene tags: trunk
21:03
Better handling of singlepart signing check-in: dfd4dfccb3 user: rkeene tags: trunk
06:22
More work on updating build system check-in: a09823afee user: rkeene tags: trunk
06:10
Updated ignores check-in: a29c75b7f4 user: rkeene tags: trunk
06:08
Minor updates check-in: 76c2923038 user: rkeene tags: trunk
2015-10-05
11:54
TclPKCS11 0.9.11 check-in: 8b3fc92dfe user: rkeene tags: release-0.9.11, trunk
11:54
Updated to call Tcl_LoadFile() with an interp argument since Tcl_LoadFile() segfaults when interp is NULL (bug in Tcl_LoadFile()) check-in: 5e2883f391 user: rkeene tags: trunk
10:56
TclPKCS11 0.9.10 check-in: 4ccd24b97f user: rkeene tags: release-0.9.10, trunk
10:56
Updated to increase the reference count before calling Tcl_LoadFile(), which seems to be required check-in: 9a3f1ea155 user: rkeene tags: trunk
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
00:59
Updated to include path in loading Tclpkcs11 shared object to avoid searching in test driver check-in: 74cea1e174 user: rkeene tags: trunk
00:31
Tclpkcs11 0.9.5 Fixed bug with VERS not being substituted in configure script check-in: e57bf3dbc7 user: rkeene tags: release-0.9.5, trunk
00:28
Tclpkcs11 0.9.4 Updated to substitute Tcl shell variables prior to adding them to our build flags check-in: e1ac61eea8 user: rkeene tags: release-0.9.4, trunk
00:18
Tclpkcs11 0.9.3 check-in: 85a967cfa3 user: rkeene tags: release-0.9.3, trunk
00:10
Removed built aclocal.m4 from release check-in: 32c1e0acef user: rkeene tags: trunk
00:08
Added local build script check-in: e44bf4f1c8 user: rkeene tags: trunk
00:08
Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-win32 to build/make-local. check-in: ee5ffe26ef user: rkeene tags: trunk
00:06
Updated Win32 build to replace version with actual value for building from Subversion check-in: 3aac139bd8 user: rkeene tags: trunk
2010-10-10
23:20
Tclpkcs11 0.9.2 Updated test driver slightly check-in: ae434dadfc user: rkeene tags: release-0.9.2, trunk
23:19
Tclpkcs11 0.9.1 check-in: d1da9e332d user: rkeene tags: release-0.9.1, trunk
23:15
Updated to bind all references immediately in dlopen Updated to use "--" to end options when calling PKI check-in: 88fe253dd1 user: rkeene tags: trunk
22:43
Moved Tcl initialization to the end check-in: feb8e3ae9f user: rkeene tags: trunk
22:30
Tclpkcs11 0.9 check-in: da10f287f3 user: rkeene tags: trunk
22:30
Added basic installation instructions to README check-in: cd77b1e72e user: rkeene tags: trunk
More ↓