summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-1913-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
* common: Extend the new get_keyalgo_string functionWerner Koch2020-02-102-5/+29
* common: Remove duplicated call to a function.Werner Koch2020-02-091-1/+0
* common: New function get_keyalgo_string.Werner Koch2020-02-093-2/+194
* common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2020-02-092-1/+37
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-171-0/+3
* gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2020-01-132-0/+22
* scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2020-01-091-1/+1
* doc: Typ fix in commentWerner Koch2019-12-231-1/+1
* kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2019-11-282-1/+5
* common: New function hex2fixedbuf.Werner Koch2019-10-013-1/+71
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-279-180/+312
|\
| * kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-271-0/+14
| * tests: Add two user-id parsing test cases.Werner Koch2019-09-171-0/+6
| * gpg: First rough implementation of keyboxd access for key lookup.Werner Koch2019-09-101-9/+13
| * common: Allow a readlimit for iobuf_esopen.Werner Koch2019-09-102-4/+39
| * tools: New option --keyboxd for gpg-connect-agent.Werner Koch2019-08-064-9/+62
| * common: Remove code duplication for service starting.Werner Koch2019-08-052-148/+113
| * common: Change yet unused status_printf function.Werner Koch2019-08-022-2/+23
| * Merge branch 'master' into switch-to-gpgkWerner Koch2019-07-1210-27/+170
| |\
| * \ Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-1836-246/+1166
| |\ \
| * | | common: New function status_printf.Werner Koch2018-09-052-0/+43
* | | | gpg: Prepare parser for the new attestation certificates.Werner Koch2019-09-051-0/+2
* | | | common: Fix line break handling, finding a space.NIIBE Yutaka2019-08-061-3/+3
* | | | common: Fix the previous commit.NIIBE Yutaka2019-07-241-0/+9
* | | | common: Use gnupg_spawn_process_fd to invoke gpg-agent/dirmngr.NIIBE Yutaka2019-07-241-3/+13
* | | | common,w32: Fix cast from gnupg_fd_t to call _open_osfhandle.NIIBE Yutaka2019-07-241-2/+2
| |_|/ |/| |
* | | Fix a reference in comment.NIIBE Yutaka2019-07-121-1/+1
* | | gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-271-3/+4
* | | common: New functions nvc_delete_named and nvc_get_string.Werner Koch2019-05-073-0/+65
* | | common: In private key mode write "Key:" always last in name-value.Werner Koch2019-05-031-13/+40
* | | common,w32: Breakaway detached childs when in jobAndre Heinecke2019-04-291-0/+45
* | | common: Fix AWK portability.NIIBE Yutaka2019-04-162-7/+7
* | | common: Extend function pubkey_algo_string.Werner Koch2019-04-022-3/+8
| |/ |/|
* | kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-5/+14
* | kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-7/+38
* | common: Minor rework of tty_get.Werner Koch2019-03-071-118/+142
* | scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch2019-02-111-1/+4
* | common: Provide function to get public key algo names in our format.Werner Koch2019-02-082-0/+59