TclPKCS11

Check-in [ae434dadfc]
Login
Overview
Comment:Tclpkcs11 0.9.2 Updated test driver slightly
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | release-0.9.2
Files: files | file ages | folders
SHA3-256: ae434dadfc2003953c595eaadfdf03b85c302453a6ced131c29ad4f7c91a20ec
User & Date: rkeene on 2010-10-10 23:20:10
Other Links: manifest | tags
Context
2010-10-11
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
Changes

Modified build/makearch.info from [7069d08e38] to [fe6a330087].

12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.9.1"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date







|







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.9.2"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date

Modified test.tcl from [467430c48c] to [478c12c3d6].

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"