summaryrefslogtreecommitdiff
path: root/src/cac.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-04Use g_memdup2 if available and fallback if notJakub Jelen1-1/+1
2020-01-21build-sys: bump glib dependency to 2.32Marc-André Lureau1-1/+1
2019-07-04cac: Use g_memdup for better readability and avoiding code duplicationJakub Jelen1-2/+1
2019-07-04cac: Drop handling of unknown bogus instructionJakub Jelen1-9/+0
2019-07-04cac: Clone also ATR to match one from the official listJakub Jelen1-0/+25
2019-07-04Drop bogus checks not to confuse static analysis checkersJakub Jelen1-5/+2
2019-07-04Avoid unused arguments warningsJakub Jelen1-3/+2
2019-07-04cac: Avoid pointers from static structure to the function-local variables aft...Jakub Jelen1-0/+5
2019-07-04cac: Avoid calling memcpy with NULL argumentJakub Jelen1-3/+5
2019-07-04cac: No need to check for errors from g_new0()Jakub Jelen1-10/+0
2019-07-04cac: Systematically check for return values and initialize pointersJakub Jelen1-5/+7
2019-07-04cac: Consistently use of ret value to avoid coverity warningsJakub Jelen1-1/+5
2019-03-27cac: Initialize pointerJakub Jelen1-1/+1
2019-03-27cac: Whitespace cleanupJakub Jelen1-2/+2
2019-03-27Add debug logs for better tracingJakub Jelen1-0/+4
2018-08-22hex_dump: Remove unused argumentsChristophe Fergeau1-4/+4
2018-08-16cac: Mark the global aid data as constChristophe Fergeau1-16/+16
2018-08-16Favour g_assert over assertChristophe Fergeau1-7/+7
2018-08-16Fix 'Reqested' typoChristophe Fergeau1-2/+2
2018-08-06cac, cac-aca: Implement other undocumented encoding for extended propertiesJakub Jelen1-41/+227
2018-08-02cac: Implement CAC passthrough appletsJakub Jelen1-0/+259
2018-08-02cac: Emulate also other empty applets; handling multiple COIDsJakub Jelen1-8/+368
2018-08-02cac: Generate CardURLs in CCC based on the cert listJakub Jelen1-29/+49
2018-08-02cac: Generate dynamic ACA structures based on the certificatesJakub Jelen1-9/+22
2018-08-02cac: Anotate other missing appletsJakub Jelen1-0/+315
2018-08-02ACA AppletJakub Jelen1-0/+204
2018-08-02Card Manager AppletJakub Jelen1-36/+5
2018-08-02CCC Applet implementationJakub Jelen1-31/+330
2018-08-02Adjust PKI Applet to CAC 2Jakub Jelen1-61/+413
2018-07-31vimconfig + GSC-IS specification linkJakub Jelen1-0/+4
2015-09-15Add COPYING fileMarc-André Lureau1-1/+1
2015-09-15Moving sources to srcMarc-André Lureau1-0/+414