summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17gitlab-ci: Add CentOS 7 build and test targetsJakub Jelen1-0/+24
2020-04-27ci: Avoid apt-get to ask questionsFrediano Ziglio1-0/+1
2020-04-26vcard_emul_nss: Fix parameter name in usage documentationJakub Jelen1-2/+2
2020-04-26fuzz_options: Clean up allocated memoryJakub Jelen1-2/+42
2020-04-26Fuzzer for options parserJakub Jelen2-0/+41
2020-04-26vcard_emul_nss: Avoid redefinition of already set optionsJakub Jelen1-0/+10
2020-04-26vcard_emul_nss: Clean up memoryJakub Jelen1-11/+27
2020-04-26vcard_emul_nss: Do not use const char for something changableJakub Jelen1-2/+2
2020-04-26vcard_emul_nss: Avoid null deref when parsing optionsJakub Jelen1-1/+1
2020-04-26Fuzz also simpletlv parserJakub Jelen2-0/+29
2020-04-17tests: New tests of initializationJakub Jelen3-0/+101
2020-04-17Add first simple fuzzerJakub Jelen5-1/+272
2020-04-17Avoids some code duplicationFrediano Ziglio1-15/+15
2020-04-17Cache g_get_system_config_dirs resultsFrediano Ziglio1-4/+3
2020-04-17vcard_emul_nss: Avoid memory leaks by properly freeing all referencesJakub Jelen1-0/+2
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 Jelen3-3/+15
2020-04-17vcard_emul_nss: Use NSS_{Init,Shutdown}Context() functions to avoid messing w...Jakub Jelen1-9/+10
2020-04-17Introduce new API for cleanupJakub Jelen4-0/+21
2020-04-17Do not attempt to run HW tests without all dependenciesJakub Jelen1-6/+14
2020-04-17meson: Allow building static librariesJakub Jelen1-2/+4
2020-04-17meson: Add an option do skip testsJakub Jelen2-1/+8
2020-04-17meson: The libcacard test does not require softhsmJakub Jelen1-1/+0
2020-04-17vcard_emul_nss: Log message if the NSS_Init fails (with db dir used)Jakub Jelen1-4/+10
2020-04-17Fix link to contribution documentationJakub Jelen1-1/+1
2020-04-17gitlab-ci: Run also tests from mesonJakub Jelen1-0/+1
2020-02-03ci: Rename "meson" job to "Fedora meson"Frediano Ziglio1-1/+1
2020-02-03build: Clean unwanted files packaging the distributionFrediano Ziglio1-0/+16
2020-02-03build: Generate ChangeLog like autoconfFrediano Ziglio1-6/+3
2020-01-29build-sys: add mesonMarc-André Lureau10-88/+268
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-27Add Ubuntu target to catch different issuesJakub Jelen1-8/+31
2020-01-27Properly add glib dependency to unbreak vsclient and tests build on UbuntuJakub Jelen2-4/+9
2020-01-24build-sys: remove unused LIBCACARD_COMPILATIONMarc-André Lureau1-1/+0
2020-01-23libcacard.pc.in: improve descriptionMarc-André Lureau1-1/+1
2020-01-23build-sys: improve --disable-pcsc helpMarc-André Lureau1-1/+1
2020-01-22tests: fix shebangMarc-André Lureau1-1/+1
2020-01-21build-sys: bump glib dependency to 2.32Marc-André Lureau16-171/+28
2019-12-02Add CII Best Practices BadgeJakub Jelen1-1/+4
2019-12-02README: Add high-level description of the libcacard projectJakub Jelen1-1/+73
2019-12-02Clarify contributor guidelinesJakub Jelen1-0/+55
2019-12-02Fix typo in READMEJakub Jelen1-1/+1
2019-12-02fix typo in commentJakub Jelen1-1/+1
2019-11-18simpletlv: Reuse g_memdupFrediano Ziglio1-3/+1
2019-11-18ci: Ignore OpenSSL memory leakFrediano Ziglio2-1/+2
2019-11-18ci: Try to get readable errorsFrediano Ziglio1-1/+3
2019-11-18vcard_emul_nss: Remove leak in vcard_emul_rsa_opFrediano Ziglio1-1/+3
2019-11-15simpletlv: Handle zero-length values in recursive tagsJakub Jelen1-0/+2
2019-11-15vscclient: Avoid memory leaksJakub Jelen1-0/+4