Timeline

100 most recent events by user rkeene occurring on or after 2012-05-09 16:38:24.

More ↑
2013-01-16
15:21
Updated to determine what kind of authentication to perform based on token present (PIV/CAC) check-in: def08b9deb user: rkeene tags: piv
2013-01-15
21:12
Updated to label PIV keys with their types. Removed extraneous debugging output check-in: e2ba3f7684 user: rkeene tags: piv
21:00
Added additional debugging output check-in: b7f98935cd user: rkeene tags: piv
19:15
Added "Common Policy" root CA check-in: 69efc196d7 user: rkeene tags: piv
19:03
Removed extraneous CA check-in: acce3f42d5 user: rkeene tags: piv
18:48
Updated built-in certs, and added script to rebuild built-in certs check-in: 2c8ab6e8d0 user: rkeene tags: piv
18:44
Updated to build a certificate chain to a root (atleast one) and also not have loops in chains check-in: 1847ef7af2 user: rkeene tags: piv
15:59
Updated to use BER-TLV decoding to extract responses rather than hard-coded offsets check-in: ab26dec401 user: rkeene tags: piv
14:20
Updated to make "leakcheck" more tolerant of %p formats check-in: 33a93aab41 user: rkeene tags: trunk
14:12
Merged in trunk check-in: 8f27214611 user: rkeene tags: piv
14:11
Updated debugging messages to be written in a single fprintf() call in an attempt to avoid having them intermingled when written from multiple threads check-in: 402217513a user: rkeene tags: trunk
05:27
Updated to copy type when copying pcsc_identities check-in: 150cbc7790 user: rkeene tags: piv
04:52
Minor cleanup check-in: eed54cb794 user: rkeene tags: piv
04:50
Corrected signature unpacking check-in: ea4c430c50 user: rkeene tags: piv
04:48
Updated code so that information on accessing each certificate for different kinds of cards is not shared check-in: dc6044978a user: rkeene tags: piv
2013-01-14
17:56
Updated documentation for cackey_get_data check-in: a02a881547 user: rkeene tags: piv
17:53
Updated extended modes to use BER encoding and added some basic comments check-in: de23309dd3 user: rkeene tags: piv
2013-01-10
19:39
Added debug messages for newly supported features which may not function. Updated to not use newly supported features, which seem to fail sometimes. check-in: 1b3d97f6ef user: rkeene tags: piv
05:12 Edit [3f1484d1ad8a239e]: Edit check-in comment. artifact: ece956a3cd user: rkeene
05:10
Renamed "DoD Certs" slot to "US Government Certs" and added Federal Certificates to built-in list check-in: 3f1484d1ad user: rkeene tags: piv
05:07
Added Makefile to download DoD Root CAs check-in: d97a4f9c8a user: rkeene tags: piv
05:02
Added Makefile to generate certs for federal CA chain check-in: 69e6931bb8 user: rkeene tags: piv
05:00
Cleaned up debug messages check-in: cfa10c1ef8 user: rkeene tags: piv
04:59
Updated to provide basic (and buggy) PIV functionality check-in: b9b26ebc73 user: rkeene tags: piv
01:00
Began adding PIV support check-in: 1494008def user: rkeene tags: piv
2012-07-30
05:07
Moved copying in of automake/autoconf files to autogen from build check-in: 2086fbe318 user: rkeene tags: trunk
05:06
Updated to cache certificate information

Added a C_FindObject() speed test macro

Updated to reset slot less frequently check-in: a5af46b2b5 user: rkeene tags: trunk

2012-07-27
19:00
Updated to copy win64 build tree to releases in addition to win32 check-in: 1bab9f801f user: rkeene tags: trunk
18:44 Edit [314ff4ce38fe24d9]: Add tag "0.6.8". artifact: 62aac01a72 user: rkeene
18:44
CACKey 0.6.8 check-in: 314ff4ce38 user: rkeene tags: trunk, 0.6.8
18:39
Moved computation of number of objects per DoD cert into the cackey_read_dod_identities() function check-in: 8a57ac5688 user: rkeene tags: trunk
18:35 Edit [3efa3284148f7689]: Edit check-in comment. artifact: 1f10af242c user: rkeene
18:29
Initialized variables we pass into PC/SC check-in: af692c90b0 user: rkeene tags: trunk
18:29
Removed extraneous parameter of cackey_read_dod_identities() check-in: e491e4b5f9 user: rkeene tags: trunk
18:27
Fixed bug where DoD certs were overwriting random parts of memory causing strange bugs, fixes [b9306c2b35] check-in: 3efa328414 user: rkeene tags: trunk
2012-07-25
02:33 Edit [11563df5312e3b03]: Add tag "0.6.7". artifact: 6796ca84ee user: rkeene
02:33
CACKey 0.6.7 check-in: 11563df531 user: rkeene tags: trunk, 0.6.7
02:32 Edit [62f39ca12494f7c3]: Marked "Closed". artifact: 8ee573879b user: rkeene
02:31
Merged in "dodcerts-on-seperate-slot" branch check-in: cca6a7fec4 user: rkeene tags: trunk
02:30
Merged from trunk Closed-Leaf check-in: 62f39ca124 user: rkeene tags: dodcerts-on-seperate-slot
2012-07-24
20:53
Removed win32 SDK files, which are now part of mingw32 (untested) check-in: c1fa623247 user: rkeene tags: trunk
15:55
Added basic stub for adding support for checking if LOGIN_REQUIRED is needed check-in: 6db637b204 user: rkeene tags: require-login-if-needed
2012-07-22
15:55
Create new branch named "require-login-if-needed" check-in: 459f215faf user: rkeene tags: require-login-if-needed
2012-07-21
06:55
Updated Mac OS X build to use --enable-dod-certs-on-hw-slots, which is needed for its Tokend check-in: 3dd0313cab user: rkeene tags: dodcerts-on-seperate-slot
06:54
Updated test for --enable-dod-certs-on-hw-slots configure option check-in: ba2bf716e9 user: rkeene tags: dodcerts-on-seperate-slot
06:50
Updated to allow the user to specify (via environment variables) whether or not to include the DoD certificates on the hardware slot tokens check-in: b957a3fa2e user: rkeene tags: dodcerts-on-seperate-slot
06:19
Protected access to cackey_slots with mutex check-in: 90faf75892 user: rkeene tags: dodcerts-on-seperate-slot
06:09
Added support for treating the DoD certs as a seperate slot check-in: b6b2190360 user: rkeene tags: dodcerts-on-seperate-slot
04:55
Create new branch named "dodcerts-on-seperate-slot" check-in: caac1986d6 user: rkeene tags: dodcerts-on-seperate-slot
2012-07-20
05:26 Changes to wiki page Downloads artifact: 3ad6dfe59e user: rkeene
04:55 Changes to wiki page CACKey artifact: dec683ac49 user: rkeene
04:55 Changes to wiki page CACKey artifact: 83d306914b user: rkeene
04:54 Changes to wiki page CACKey artifact: 55f502f9ea user: rkeene
04:43 Changes to wiki page CACKey artifact: 013448f86a user: rkeene
04:21 Changes to wiki page Downloads artifact: 5eecb97ed2 user: rkeene
04:20 Edit [55c89f91a4807a37]: Add tag "0.5.0". artifact: 5e04d84af7 user: rkeene
04:20 Edit [a06c5d0ddac605d8]: Add tag "0.5.1". artifact: 38b806c360 user: rkeene
04:20 Edit [ce8b478d9dc6bcf3]: Add tag "0.5.2". artifact: 6a58b96fa4 user: rkeene
04:20 Edit [5de646644f7b09a2]: Add tag "0.5.3". artifact: edcc927886 user: rkeene
04:20 Edit [de006af60bd1df9b]: Add tag "0.5.4". artifact: 722cf67da8 user: rkeene
04:20 Edit [c97d596fa2206b8c]: Add tag "0.5.5". artifact: 831d1617dc user: rkeene
04:20 Edit [b5db4e9add7b4d09]: Add tag "0.5.6". artifact: 941fdd8480 user: rkeene
04:20 Edit [356be62ad7b0c17b]: Add tag "0.5.7". artifact: b25024a448 user: rkeene
04:20 Edit [46cd43db95dedec9]: Add tag "0.5.8". artifact: 8ad4508234 user: rkeene
04:20 Edit [db42db5d959d548e]: Add tag "0.5.9". artifact: 6f40bd9a2e user: rkeene
04:20 Edit [d1b2e5ea57c961fb]: Add tag "0.5.10". artifact: ac70d7f221 user: rkeene
04:20 Edit [1a514f86a4ce5d58]: Add tag "0.5.11". artifact: d0db099c61 user: rkeene
04:20 Edit [82a12f1ab04777cc]: Add tag "0.5.12". artifact: 394e346a5c user: rkeene
04:20 Edit [b09d33f9bc2dd01f]: Add tag "0.5.13". artifact: 2a4927e406 user: rkeene
04:20 Edit [b0c547f73539599c]: Add tag "0.5.14". artifact: e34035df8e user: rkeene
04:20 Edit [cae3768452b15b3e]: Add tag "0.5.15". artifact: caf9917620 user: rkeene
04:20 Edit [a066a8770fbdd0d0]: Add tag "0.5.16". artifact: 784fd7c3ab user: rkeene
04:20 Edit [45a6d087dba906c7]: Add tag "0.5.17". artifact: 7ddba4a316 user: rkeene
04:20 Edit [aff9dd7ca3de90bd]: Add tag "0.5.18". artifact: 9533be45d0 user: rkeene
04:20 Edit [25c710f2882094d9]: Add tag "0.5.19". artifact: 1f65f69d8b user: rkeene
04:20 Edit [8aec474c2b898978]: Add tag "0.5.20". artifact: 3a4b15e68b user: rkeene
04:20 Edit [89933f697dc23889]: Add tag "0.5.21". artifact: 6cc2cbbd91 user: rkeene
04:20 Edit [21d6e16ab8e43e49]: Add tag "0.6.0". artifact: 87133976b9 user: rkeene
04:20 Edit [6d0500d7e7f193cc]: Add tag "0.6.1". artifact: 00e1ff045b user: rkeene
04:20 Edit [02f5cea2da645381]: Add tag "0.6.2". artifact: 0bdbda7603 user: rkeene
04:20 Edit [9d554f27657b1ece]: Add tag "0.6.3". artifact: 19e4a2f611 user: rkeene
04:20 Edit [521abe23e2c179bd]: Add tag "0.6.4". artifact: 768c252649 user: rkeene
04:20 Edit [ed5f20c85e1d8a67]: Add tag "0.6.5". artifact: f2efe19fb1 user: rkeene
04:20 Edit [db27c32333eccea8]: Add tag "0.6.6". artifact: 9897efe9fe user: rkeene
04:16 Changes to wiki page Source Code artifact: 11bc218ae2 user: rkeene
04:14 Changes to wiki page CACKey artifact: 31e2773757 user: rkeene
01:05
Corrected arithmetic on a void pointer check-in: 07d8b72d7d user: rkeene tags: trunk
01:04
Corrected casting to for %p formatting check-in: c634e02a7f user: rkeene tags: trunk
00:55
Updated to define _WIN32_WINNT before including windows.h anywhere check-in: 6b0275529a user: rkeene tags: trunk
00:53
Corrected type-punning issue check-in: 9bed3538e1 user: rkeene tags: trunk
2012-07-19
18:03
Added support for logging to a file using CACKEY_DEBUG_LOGFILE environment variable check-in: b9df324b66 user: rkeene tags: trunk
18:03
Corrected type for debugging certificates check-in: ecfb2af250 user: rkeene tags: trunk
16:06
Updated to a zlib compiled by a newer mingw32-w64 check-in: e095e31b05 user: rkeene tags: trunk
05:43
Corrected name of new Windows compiler check-in: 39dd453bcd user: rkeene tags: trunk
05:39
Updated to build using mingw32-w64 built-in winscard check-in: a2b7df3c9a user: rkeene tags: trunk
05:39
Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/cackey_win32_build/include/pthread.h to build/cackey_win64_build/include/pthread.h. check-in: 5bd5ef312f user: rkeene tags: trunk
05:29
Corrected PC/SC test check-in: b0c5c2ea32 user: rkeene tags: trunk
05:19
Updated to deal with newer versions of mingw32 check-in: d0b5ea65f9 user: rkeene tags: trunk
04:00
Added first attempt at Win64 build support check-in: 40d223588a user: rkeene tags: trunk
2012-05-09
16:38
Updated to print attribute type as string in lookups

Updated to include public key objects for DoD certificates check-in: 638b5f52a7 user: rkeene tags: trunk

More ↓