aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Silence warning due to recent change of split_fields.Werner Koch2020-10-021-1/+1
* keyboxd: Integrate into gpgconf.Werner Koch2020-09-243-1/+15
* common: Fix name of keyboxd.Werner Koch2020-09-221-1/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-183-8/+10
* common: New function cmp_canon_sexp.Werner Koch2020-09-114-2/+200
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-091-23/+41
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-091-1/+2
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-023-0/+21
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-015-1/+110
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-08-281-1/+1
* common: Use gpgrt functions for mkdir and chdir.Werner Koch2020-08-211-24/+6
* common,w32: Do not assume the ANSI code during string conversion.Werner Koch2020-08-211-2/+21
* common: Strip trailing CR,LF from w32_strerror.Werner Koch2020-08-212-1/+7
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-203-1/+32
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* common: Fix iobuf.c.NIIBE Yutaka2020-08-191-3/+3
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* common: New helper function gnupg_chuid.Werner Koch2020-08-062-0/+99
* w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka2020-08-031-1/+1
* w32: More adding NETLIBS.NIIBE Yutaka2020-07-301-1/+1
* Revert patches applied wrongly.NIIBE Yutaka2020-07-281-0/+11
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-171-11/+0
* common: Avoid undefined behavior of left shift operator.NIIBE Yutaka2020-07-161-5/+11
* gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch2020-07-141-8/+4
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-032-2/+18
* Support a history file in gpg-card and gpg-connect-agent.Werner Koch2020-07-024-5/+110
* gpg,agent: Support Ed448 signing.NIIBE Yutaka2020-06-242-1/+9
* ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2020-06-232-9/+16
* gpg: Add X448 support.NIIBE Yutaka2020-06-092-0/+29
* common: New function to extract Q from an ECC key.Werner Koch2020-05-192-1/+93
* sm: Print algorithm infos in data decryption mode.Werner Koch2020-05-082-0/+17
* sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2020-05-082-0/+18
* sm: Print the key types as standard key algorithm strings.Werner Koch2020-05-071-3/+3
* doc: Typo fixes in code commentsWerner Koch2020-05-041-1/+1
* common: Add an easy to use DER builder.Werner Koch2020-04-244-120/+416
* common: Add functions to help create DER objects.Werner Koch2020-04-232-2/+111
* common: New function to map hash algo names.Werner Koch2020-04-092-0/+42
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-271-0/+1
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-4/+0
* gpg: New option --include-key-block.Werner Koch2020-03-131-0/+1
* common: Add xreallocarray function.Werner Koch2020-03-042-0/+19
* Remove the now obsolete argparse code.Werner Koch2020-02-224-1872/+0
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-202-1/+3
* build: Require libgpg-error 1.38Werner Koch2020-02-191-8/+0
* Spelling cleanup.Daniel Kahn Gillmor2020-02-1813-16/+16
* sm: Remove left over debug output.Werner Koch2020-02-171-1/+0
* gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch2020-02-151-8/+18
* common: Extend the openpgp_curve_to_oid function.Werner Koch2020-02-113-4/+13
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-103-8/+10