| Commit message (Expand) | Author | Files | Lines |
2024-04-03 | tests: Add a sample PDF with a signature | Werner Koch | 1 | -0/+0 |
2024-01-29 | doc: Fix spelling errors found by lintian. | Werner Koch | 1 | -1/+1 |
2024-01-23 | tests: Add two more sample p12 files | Werner Koch | 4 | -0/+14 |
2024-01-12 | speedo: Patch ELF binaries to use built libraries | Werner Koch | 1 | -0/+1 |
2023-10-24 | sm: Another partly rewrite of minip12.c | Werner Koch | 2 | -0/+6 |
2023-10-06 | sm: Support more HMAC algos in the pkcs#12 parser. | Werner Koch | 3 | -0/+7 |
2023-10-06 | tests:tpm2dtests: Modify tests with SWTPM and relax the condition. | NIIBE Yutaka | 2 | -29/+27 |
2023-10-06 | tests:tpm2dtests: Fix tests with SWTPM. | NIIBE Yutaka | 1 | -3/+6 |
2023-10-06 | tests:tpm2dtests: Fix tests with TPM2D. | NIIBE Yutaka | 3 | -11/+16 |
2023-10-05 | sm: Improve the octet string cramming for pkcs#12 | Werner Koch | 3 | -0/+11 |
2023-10-05 | tests:tpm2dtests: Modify tests with SWTPM and relax the condition. | NIIBE Yutaka | 2 | -29/+27 |
2023-10-04 | tests:tpm2dtests: Fix tests with SWTPM. | NIIBE Yutaka | 1 | -3/+6 |
2023-10-03 | tests:tpm2dtests: Fix tests with TPM2D. | NIIBE Yutaka | 3 | -11/+16 |
2023-10-03 | tests:gpgscm: Fix process select loop. | NIIBE Yutaka | 1 | -8/+2 |
2023-06-29 | sm: Adding missing stuff to the PKCS#12 parser rewrite. | Werner Koch | 4 | -1/+19 |
2023-06-28 | sm: Major rewrite of the PKCS#12 parser | Werner Koch | 2 | -7/+21 |
2023-06-26 | tests:gpgscm: Add annotation for unreachable code for GCC. | NIIBE Yutaka | 1 | -0/+4 |
2023-06-08 | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 2 | -46/+299 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 5 | -167/+174 |
2022-12-21 | tests: Fix tests/gpgme for in-source-tree builds. | NIIBE Yutaka | 2 | -5/+4 |
2022-12-16 | tests: Fix missing test message. | Werner Koch | 1 | -2/+2 |
2022-12-16 | tests: Fix make check with GPGME. | NIIBE Yutaka | 1 | -0/+5 |
2022-12-02 | tests: Simplify fake-pinentry to use the option only. | NIIBE Yutaka | 1 | -31/+41 |
2022-12-02 | tests: Fix fake-pinentry for Windows. | NIIBE Yutaka | 1 | -8/+1 |
2022-12-01 | tests: Put a workaround for semihosted environment. | NIIBE Yutaka | 1 | -0/+3 |
2022-12-01 | tests: More fix for semihosted environment. | NIIBE Yutaka | 2 | -1/+3 |
2022-12-01 | tests: Fix tests under cms. | NIIBE Yutaka | 1 | -2/+0 |
2022-12-01 | tests,w32: Fix for semihosted environment. | NIIBE Yutaka | 1 | -1/+1 |
2022-11-24 | tests: Fix to support --enable-all-tests and variants. | NIIBE Yutaka | 8 | -16/+36 |
2022-11-24 | tests:w32: Fix for non-dot file name for Windows. | NIIBE Yutaka | 1 | -1/+1 |
2022-11-24 | tests:gpgscm:w32: Fix for GetTempPath. | NIIBE Yutaka | 1 | -0/+5 |
2022-11-24 | tests: Keep .log files in objdir. | NIIBE Yutaka | 1 | -1/+3 |
2022-11-24 | tests: Use 233 for invalid value of FD. | NIIBE Yutaka | 1 | -1/+1 |
2022-11-04 | tests: Add tests to check that OCB is only used for capable keys. | Werner Koch | 8 | -11/+121 |
2022-11-02 | tests: Add symmetric decryption tests. | Werner Koch | 6 | -0/+83 |
2022-11-02 | tests: Add tr:assert-same function. | Werner Koch | 3 | -5/+13 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+0 |
2022-09-14 | tests: Restrict the use of gpgconf.ctl to make check. | Werner Koch | 7 | -0/+10 |
2022-09-14 | agent,dirmngr,gpg,scd: Clean up for modern compiler. | NIIBE Yutaka | 1 | -1/+1 |
2022-08-08 | gpg: Look up user ID to mark as primary by UID hash | Ingo Klöcker | 1 | -1/+3 |
2022-08-01 | tests: Install links for tpm2daemon | Werner Koch | 1 | -1/+1 |
2022-07-27 | tests: Add missing file for tpm2d tests to the tarball. | Werner Koch | 1 | -1/+1 |
2022-05-10 | tests: Enable tests with keyboxd only when it's configured. | NIIBE Yutaka | 2 | -9/+20 |
2022-05-02 | gpgscm: Fix handling an error for chdir. | NIIBE Yutaka | 1 | -1/+1 |
2022-05-02 | tests: Fix plain invocation of "make check". | NIIBE Yutaka | 1 | -1/+2 |
2022-05-02 | tests: Add a test for Ed25519 keys for non-protected secret. | NIIBE Yutaka | 1 | -0/+69 |
2022-04-26 | gpg: Look up user ID to revoke by UID hash | Ingo Klöcker | 1 | -0/+6 |
2022-04-26 | tests: Avoid auto-removal when test fails. | NIIBE Yutaka | 2 | -1/+4 |
2022-04-26 | tests: Support single invocation with variant. | NIIBE Yutaka | 1 | -4/+26 |
2022-04-26 | tests: Fix check-all for tests/openpgp. | NIIBE Yutaka | 2 | -3/+2 |