| Commit message (Expand) | Author | Age | Files | Lines |
* | tests:gpgscm: Raise an error correctly for process spawning. | NIIBE Yutaka | 2024-09-13 | 1 | -3/+13 |
* | tests: Updated PQC test data to the final Kyber algo id. | Werner Koch | 2024-09-11 | 10 | -342/+529 |
* | tests: Add two plaintext test mails | Werner Koch | 2024-08-29 | 2 | -0/+48 |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 1 | -3/+3 |
* | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 2024-07-09 | 1 | -2/+2 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 1 | -30/+27 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 5 | -6/+6 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 1 | -22/+31 |
* | gpg: Support Kyber with Brainpool512r1. | Werner Koch | 2024-04-23 | 17 | -3/+726 |
* | tests: Add two Kyber sample keys and messages. | Werner Koch | 2024-04-23 | 12 | -4/+562 |
* | tests: Avoid new C23 keyword true. | Werner Koch | 2024-04-22 | 1 | -4/+4 |
* | tests: Add a sample PDF with a signature | Werner Koch | 2024-04-03 | 1 | -0/+0 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 1 | -1/+1 |
|\ |
|
| * | doc: Fix spelling errors found by lintian. | Werner Koch | 2024-01-29 | 1 | -1/+1 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-01-26 | 4 | -0/+15 |
|\| |
|
| * | tests: Add two more sample p12 files | Werner Koch | 2024-01-23 | 4 | -0/+14 |
| * | speedo: Patch ELF binaries to use built libraries | Werner Koch | 2024-01-12 | 1 | -0/+1 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-11-07 | 5 | -0/+24 |
|\| |
|
| * | sm: Another partly rewrite of minip12.c | Werner Koch | 2023-10-24 | 2 | -0/+6 |
| * | sm: Support more HMAC algos in the pkcs#12 parser. | Werner Koch | 2023-10-06 | 3 | -0/+7 |
| * | tests:tpm2dtests: Modify tests with SWTPM and relax the condition. | NIIBE Yutaka | 2023-10-06 | 2 | -29/+27 |
| * | tests:tpm2dtests: Fix tests with SWTPM. | NIIBE Yutaka | 2023-10-06 | 1 | -3/+6 |
| * | tests:tpm2dtests: Fix tests with TPM2D. | NIIBE Yutaka | 2023-10-06 | 3 | -11/+16 |
| * | sm: Improve the octet string cramming for pkcs#12 | Werner Koch | 2023-10-05 | 3 | -0/+11 |
* | | tests:tpm2dtests: Modify tests with SWTPM and relax the condition. | NIIBE Yutaka | 2023-10-05 | 2 | -29/+27 |
* | | tests:tpm2dtests: Fix tests with SWTPM. | NIIBE Yutaka | 2023-10-04 | 1 | -3/+6 |
* | | tests:tpm2dtests: Fix tests with TPM2D. | NIIBE Yutaka | 2023-10-03 | 3 | -11/+16 |
* | | tests:gpgscm: Fix process select loop. | NIIBE Yutaka | 2023-10-03 | 1 | -8/+2 |
* | | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2023-07-04 | 5 | -8/+40 |
|\| |
|
| * | sm: Adding missing stuff to the PKCS#12 parser rewrite. | Werner Koch | 2023-06-29 | 4 | -1/+19 |
| * | sm: Major rewrite of the PKCS#12 parser | Werner Koch | 2023-06-28 | 2 | -7/+21 |
* | | tests:gpgscm: Add annotation for unreachable code for GCC. | NIIBE Yutaka | 2023-06-26 | 1 | -0/+4 |
* | | tests: Fix call-with-io deadlock. | NIIBE Yutaka | 2023-06-08 | 2 | -46/+299 |
* | | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 5 | -167/+174 |
|/ |
|
* | tests: Fix tests/gpgme for in-source-tree builds. | NIIBE Yutaka | 2022-12-21 | 2 | -5/+4 |
* | tests: Fix missing test message. | Werner Koch | 2022-12-16 | 1 | -2/+2 |
* | tests: Fix make check with GPGME. | NIIBE Yutaka | 2022-12-16 | 1 | -0/+5 |
* | tests: Simplify fake-pinentry to use the option only. | NIIBE Yutaka | 2022-12-02 | 1 | -31/+41 |
* | tests: Fix fake-pinentry for Windows. | NIIBE Yutaka | 2022-12-02 | 1 | -8/+1 |
* | tests: Put a workaround for semihosted environment. | NIIBE Yutaka | 2022-12-01 | 1 | -0/+3 |
* | tests: More fix for semihosted environment. | NIIBE Yutaka | 2022-12-01 | 2 | -1/+3 |
* | tests: Fix tests under cms. | NIIBE Yutaka | 2022-12-01 | 1 | -2/+0 |
* | tests,w32: Fix for semihosted environment. | NIIBE Yutaka | 2022-12-01 | 1 | -1/+1 |
* | tests: Fix to support --enable-all-tests and variants. | NIIBE Yutaka | 2022-11-24 | 8 | -16/+36 |
* | tests:w32: Fix for non-dot file name for Windows. | NIIBE Yutaka | 2022-11-24 | 1 | -1/+1 |
* | tests:gpgscm:w32: Fix for GetTempPath. | NIIBE Yutaka | 2022-11-24 | 1 | -0/+5 |
* | tests: Keep .log files in objdir. | NIIBE Yutaka | 2022-11-24 | 1 | -1/+3 |
* | tests: Use 233 for invalid value of FD. | NIIBE Yutaka | 2022-11-24 | 1 | -1/+1 |
* | tests: Add tests to check that OCB is only used for capable keys. | Werner Koch | 2022-11-04 | 8 | -11/+121 |
* | tests: Add symmetric decryption tests. | Werner Koch | 2022-11-02 | 6 | -0/+83 |