summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Test few more remaining branchesJakub Jelen2-9/+68
2023-06-08tests: Invoke msft applet tests with softhsm tooJakub Jelen1-1/+1
2023-06-08card_7816: Fix PTS APDU class detection and verifyJakub Jelen3-10/+98
2023-06-08tests: Cover remaining code paths in simpletlv libraryJakub Jelen1-0/+50
2023-06-08atr: Cover the default ATR handlersJakub Jelen2-0/+166
2023-06-08tests: Cover more branches in cac.cJakub Jelen1-0/+94
2023-06-08tests: Cover few remaining branches with unit test for ACA handlingJakub Jelen2-0/+94
2022-06-17tests: use enum for object typesJakub Jelen4-16/+22
2022-06-17Implement tests with second PKI objectJakub Jelen6-17/+105
2021-01-22meson: avoid unknown variable softhsm warning when missing test dependenciesJakub Jelen1-22/+22
2021-01-04tests: Implement decipher test to execute missing use caseJakub Jelen6-0/+134
2021-01-04tests: Temporarily generate only one keyJakub Jelen1-1/+1
2021-01-04tests: Fix commentsJakub Jelen2-2/+2
2021-01-04tests: Fix ofset calculation while reading buffersJakub Jelen1-5/+6
2021-01-04test: Run hwtests with token not supporting raw RSA signaturesJakub Jelen2-0/+19
2021-01-04Improve non-deterministic test to have lower chance to failJakub Jelen1-6/+5
2020-10-06test: Add 32b paths for softhsmJakub Jelen1-0/+1
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