Differences From Artifact [dce840ec61]:
- File
cackey.c
— part of check-in
[638b5f52a7]
at
2012-05-09 16:38:24
on branch trunk
— Updated to print attribute type as string in lookups
Updated to include public key objects for DoD certificates (user: rkeene, size: 179862) [annotate] [blame] [check-ins using]
To Artifact [f9930320b1]:
- File cackey.c — part of check-in [ecfb2af250] at 2012-07-19 18:03:03 on branch trunk — Corrected type for debugging certificates (user: rkeene, size: 179863) [annotate] [blame] [check-ins using]
︙ | |||
3370 3371 3372 3373 3374 3375 3376 | 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 | - + | include_extra_certs = 0; } if (include_extra_certs) { num_extra_certs = sizeof(extra_certs) / sizeof(extra_certs[0]); |
︙ |