
Log of /trunk/openssl_tem_engine
Directory Listing
Revision
3328 -
Directory Listing
Modified
Thu Jul 31 17:01:50 2008 UTC (15 months, 3 weeks ago) by
jastr
Assume that openssl_tem is installed into the same directory
as the ruby binary we're using (which should be correct
as long as the openssl_tem was installed with gem)
Revision
3325 -
Directory Listing
Modified
Fri Jul 25 20:43:21 2008 UTC (16 months ago) by
jastr
apparantly apple's provided ruby works in 10.5, which I don't
have, so let configure find an appropriate one rather than
assume /usr/local/bin
Revision
3222 -
Directory Listing
Modified
Sun May 25 22:47:46 2008 UTC (18 months ago) by
jastr
add mutex around tem-openssl calls
- make install still needs to do something intelligent to
create the lockfile first, but doesnt' as of yet.
Revision
3211 -
Directory Listing
Modified
Mon May 5 17:27:31 2008 UTC (18 months, 2 weeks ago) by
jastr
check the actual key file size... they've been growing.
This version seems to work now with TEM signatures over
uiarouted connections
Revision
3210 -
Directory Listing
Modified
Fri May 2 20:52:52 2008 UTC (18 months, 3 weeks ago) by
jastr
update to use the sign/verify new builtins, though
they're incompatible with standard rsa still
Revision
3209 -
Directory Listing
Modified
Thu Apr 24 14:48:06 2008 UTC (19 months ago) by
jastr
fixed segfault, now waiting on the rsa_mod_exp implementation.
Revision
3208 -
Directory Listing
Modified
Wed Apr 23 22:31:57 2008 UTC (19 months ago) by
jastr
checkpoint changes to use rsa_mod_exp instead of the
fully wrapped calls. Don't use this version, segfaults in RSA_sign
which isn't fixed yet.
Revision
3203 -
Directory Listing
Modified
Tue Apr 15 17:20:39 2008 UTC (19 months, 1 week ago) by
jastr
- disable tem-random functions
- load keys correctly
- change to point at the real tem binaries and
argument orders
Revision
3186 -
Directory Listing
Modified
Mon Mar 10 15:29:06 2008 UTC (20 months, 2 weeks ago) by
jastr
added rsa_priv_enc (aka sign)
Revision
3182 -
Directory Listing
Modified
Fri Mar 7 16:36:14 2008 UTC (20 months, 2 weeks ago) by
jastr
implement enough of rsa_priv_dec that uiarouted joins peers
successfully
Revision
3180 -
Directory Listing
Modified
Thu Mar 6 20:38:18 2008 UTC (20 months, 2 weeks ago) by
jastr
test/engine_key_loading
completes
Revision
3176 -
Directory Listing
Modified
Wed Mar 5 17:45:44 2008 UTC (20 months, 3 weeks ago) by
jastr
tem_rand_bytes shells out now too. openssl genrsa with the engine
completes now
Revision
3175 -
Directory Listing
Modified
Wed Mar 5 16:33:32 2008 UTC (20 months, 3 weeks ago) by
jastr
create_tem_key currently shells out to an unmodified openssl
Revision
3174 -
Directory Listing
Modified
Tue Mar 4 20:32:56 2008 UTC (20 months, 3 weeks ago) by
jastr
turn on debugs, clean out more old stuff.
engine init works now. now time to fill out the key loading
stuff with pointers to actual tem code
Revision
3160 -
Directory Listing
Modified
Thu Feb 21 17:16:21 2008 UTC (21 months ago) by
jastr
continued cleanups
Revision
3150 -
Directory Listing
Modified
Wed Feb 13 19:56:40 2008 UTC (21 months, 1 week ago) by
jastr
cut out enough stuff such that it compiles
Revision
3148 -
Directory Listing
Added
Fri Feb 8 16:24:03 2008 UTC (21 months, 2 weeks ago) by
jastr
an openssl module for hooking up UIA to a TEM chip for signatures