Overview
Comment: | Cleaned up debug messages |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | piv |
Files: | files | file ages | folders |
SHA1: |
cfa10c1ef86b79580e2e84f2ce9bd38b |
User & Date: | rkeene on 2013-01-10 05:00:41 |
Other Links: | branch diff | manifest | tags |
Context
2013-01-10
| ||
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 | |
Changes
Modified cackey.c from [d2a004aade] to [04de0bb64d].
︙ | |||
2369 2370 2371 2372 2373 2374 2375 | 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 | - + | /* Select the CCC Applet */ send_ret = cackey_select_applet(slot, ccc_aid, sizeof(ccc_aid)); if (send_ret != CACKEY_PCSC_S_OK) { /* Try PIV application */ send_ret = cackey_select_applet(slot, piv_aid, sizeof(piv_aid)); if (send_ret == CACKEY_PCSC_S_OK) { |
︙ |