summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-15cac-aca: Avoid type casting causing test failures on s390Jakub Jelen1-1/+1
2019-08-28tests: Reproducer for pkcs11 modules invalidating object handles on logoutJakub Jelen1-0/+21
2019-08-28vcard_emul_nss: Drop the key caching to simplify error handlingJakub Jelen1-14/+1
2019-07-08NEWS: prepare for v2.7.0 releasev2.7.0Jakub Jelen1-0/+15
2019-07-08NEWS: typosJakub Jelen1-2/+2
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-04tests: Run the GP tests also against HW cardJakub Jelen4-48/+57
2019-07-04gp: Demystify Card recognition and card production life cycle data including ...Jakub Jelen1-15/+56
2019-07-04vcard: Add a way to provide card serial numberJakub Jelen4-1/+68
2019-07-04tests: Verify that after the MSFT applet operations, the PIN query returns ex...Jakub Jelen4-48/+85
2019-07-04When we talk with Windows drivers, pretend to know how much pin prompts remainsJakub Jelen6-1/+41
2019-07-04cac: Clone also ATR to match one from the official listJakub Jelen2-1/+46
2019-07-04Drop bogus checks not to confuse static analysis checkersJakub Jelen1-5/+2
2019-07-04msft: Implement MS PnP applet to simplify card detection under WindowsJakub Jelen6-0/+176
2019-07-04card_7816: Handle AIDs of arbitrary lengthJakub Jelen2-9/+19
2019-07-04gp: Fix typos and formatting issuesJakub Jelen2-4/+4
2019-07-04Missing dependency for the test scriptJakub Jelen1-1/+1
2019-07-04Avoid unused arguments warningsJakub Jelen7-23/+21
2019-07-04cac-aca: Get rid of unused arguments in internal functionsJakub Jelen1-7/+4
2019-07-04cac-aca: Get rid of missing-field-initializers warningsJakub Jelen1-120/+120
2019-07-04gitlab-ci: Use csbuild static analyzerJakub Jelen1-1/+10
2019-07-04Avoid unused argumentsJakub Jelen2-7/+7
2019-07-04.gitlab-ci: Try to build it with clangJakub Jelen1-1/+14
2019-07-04simpletlv: Avoid errors reported by clangJakub Jelen1-1/+1
2019-07-04simpletlv: Avoid infinite loop and invalid free()Jakub Jelen1-3/+3
2019-07-04simpletlv: Do not allocate if there is no way to return the allocated dataJakub Jelen1-2/+2
2019-07-04simpletlv: Initialize pointers to avoid potential assignment of garbageJakub Jelen1-1/+1
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-07-04cac-aca: Avoid dead code reported by coverityJakub Jelen1-1/+1
2019-06-11card_7816: Log the selected applet AIDJakub Jelen1-0/+2
2019-03-28build: Import new ax_code_coverage.m4 macroChristophe Fergeau2-3/+277
2019-03-27cac: Initialize pointerJakub Jelen1-1/+1
2019-03-27cac: Whitespace cleanupJakub Jelen1-2/+2
2019-03-27gitlab-ci: Upload artifacts from asan failuresJakub Jelen1-0/+4
2019-03-27tests: Make sure the card is reset before querying for the pin attemptsJakub Jelen1-2/+11
2019-03-27tests: Verify that VERIFY succeeds after loginJakub Jelen2-0/+24
2019-03-27card_7816: Follow the ISO 7816-4 (Section 6.12.3) semantics of the VERIFY com...Jakub Jelen4-1/+38
2019-03-27tests: The NSS DB automatically loads all the PKCS#11 modules in Fedora 29+Jakub Jelen1-1/+3
2019-03-27README: Update compatibility descriptionJakub Jelen1-1/+1
2019-03-27vcard_emul_nss: Avoid deprecation warnings from NSSJakub Jelen1-1/+1
2019-03-27Add debug logs for better tracingJakub Jelen6-0/+28
2018-08-31Prepare for 2.6.1 releasev2.6.1Christophe Fergeau1-0/+6
2018-08-23Use proper free function for PK11_ReadRawAttribute callFrediano Ziglio1-3/+5
2018-08-22tests: Avoid buffer overflow when creating invalid PKCS#1.5 paddded dataJakub Jelen1-4/+5
2018-08-22aca: Mark local constants/data as const/staticChristophe Fergeau1-12/+12