summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-04-17tests: New tests of initializationJakub Jelen2-0/+93
2020-04-17Generate new NSS DB for testsJakub Jelen6-0/+5
2020-04-17Use the new finalize API in tools and tests and refactor the order of the cal...Jakub Jelen2-3/+13
2020-04-17Do not attempt to run HW tests without all dependenciesJakub Jelen1-6/+14
2020-04-17meson: The libcacard test does not require softhsmJakub Jelen1-1/+0
2020-01-29build-sys: add mesonMarc-André Lureau1-0/+52
2020-01-29Fix -Wunused-parameter warningsMarc-André Lureau2-2/+2
2020-01-27setup-softhsm2: Try to find library on UbuntuJakub Jelen1-1/+14
2020-01-22tests: fix shebangMarc-André Lureau1-1/+1
2019-08-28tests: Reproducer for pkcs11 modules invalidating object handles on logoutJakub Jelen1-0/+21
2019-07-04tests: Run the GP tests also against HW cardJakub Jelen4-48/+57
2019-07-04tests: Verify that after the MSFT applet operations, the PIN query returns ex...Jakub Jelen4-48/+85
2019-07-04cac: Clone also ATR to match one from the official listJakub Jelen1-1/+21
2019-07-04msft: Implement MS PnP applet to simplify card detection under WindowsJakub Jelen1-0/+49
2019-07-04card_7816: Handle AIDs of arbitrary lengthJakub Jelen1-5/+7
2019-07-04gp: Fix typos and formatting issuesJakub Jelen1-1/+1
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-27tests: The NSS DB automatically loads all the PKCS#11 modules in Fedora 29+Jakub Jelen1-1/+3
2018-08-22tests: Avoid buffer overflow when creating invalid PKCS#1.5 paddded dataJakub Jelen1-4/+5
2018-08-22hex_dump: Add unit testChristophe Fergeau1-0/+21
2018-08-15tests: Fix 'simpletlv' on i686 archesChristophe Fergeau1-3/+3
2018-08-08tests: fix size_t printf format errorMarc-André Lureau2-4/+4
2018-08-06tests: More ideas to testJakub Jelen1-0/+1
2018-08-06tests: Consolidate the tests for hw and non-hw versionsJakub Jelen2-39/+25
2018-08-06tests: Negative test cases to increase coverageJakub Jelen4-7/+565
2018-08-06cac, cac-aca: Implement other undocumented encoding for extended propertiesJakub Jelen2-2/+99
2018-08-06tests: GP Card Manager and responses on SELECT APDUJakub Jelen3-3/+54
2018-08-06tests: Make sure we do not crash on bad data to signJakub Jelen3-0/+88
2018-08-06tests: Select OIDJakub Jelen3-2/+85
2018-08-06tests: Extend the hwtests with get_responseJakub Jelen4-46/+98
2018-08-06tests: Create separate hardware testsJakub Jelen6-408/+967
2018-08-02simpletlv: Parse string to internal representation with testsJakub Jelen1-0/+80
2018-08-02cac: Emulate also other empty applets; handling multiple COIDsJakub Jelen1-44/+112
2018-08-02tests: Parse the ACA responses to verify their sanityJakub Jelen1-1/+82
2018-08-02tests: Verify Applet information is present in propertiesJakub Jelen1-0/+4
2018-08-02tests: Test standard ISO operations: sign and loginJakub Jelen1-0/+99
2018-08-02cac: Generate CardURLs in CCC based on the cert listJakub Jelen1-1/+1
2018-08-02tests: Get properties with argument selecting only subset of tagsJakub Jelen1-0/+24
2018-08-02tests: Verify cardURLs are present in CCCJakub Jelen1-7/+41
2018-08-02tests: Check more fields in properties buffersJakub Jelen1-4/+56
2018-08-02tests: Test previously introduced appletsJakub Jelen1-13/+413
2018-08-02Card Manager AppletJakub Jelen1-5/+5
2018-08-02Adjust PKI Applet to CAC 2Jakub Jelen1-24/+2
2018-08-02tests: Properly terminate the event thread and clean up memoryJakub Jelen1-5/+20
2018-07-31simpletlv: Allow clonning of the SimpleTLV structures with testJakub Jelen1-0/+28
2018-07-31simpletlv: Add a way to skip unused membersJakub Jelen1-0/+60
2018-07-31tests: Cover the SimpleTLV with functional testsJakub Jelen1-0/+207
2015-10-09Add some tests & code coverageMarc-André Lureau4-0/+239