Differences From Artifact [467430c48c]:
- Executable file test.tcl — part of check-in [88fe253dd1] at 2010-10-10 23:15:18 on branch trunk — Updated to bind all references immediately in dlopen Updated to use "--" to end options when calling PKI (user: rkeene, size: 1855) [annotate] [blame] [check-ins using]
To Artifact [478c12c3d6]:
- Executable file test.tcl — part of check-in [ae434dadfc] at 2010-10-10 23:20:10 on branch trunk — Tclpkcs11 0.9.2 Updated test driver slightly (user: rkeene, size: 1895) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env tclsh lappend auto_path [file join [pwd] work lib] set pkcs11_module "/usr/local/lib/libcackey.so" load tclpkcs11.so Tclpkcs11 set handle [pki::pkcs11::loadmodule $pkcs11_module] puts "Handle: $handle" | > | 1 2 3 4 5 6 7 8 9 10 11 | #! /usr/bin/env tclsh lappend auto_path [file join [pwd] work lib] lappend auto_path [file join [pwd] lib] set pkcs11_module "/usr/local/lib/libcackey.so" load tclpkcs11.so Tclpkcs11 set handle [pki::pkcs11::loadmodule $pkcs11_module] puts "Handle: $handle" |
︙ | ︙ |