aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch3-4/+13
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch3-8/+10
2020-02-09common: Extend the new get_keyalgo_string functionWerner Koch2-5/+29
2020-02-09common: Remove duplicated call to a function.Werner Koch1-1/+0
2020-02-09common: New function get_keyalgo_string.Werner Koch3-2/+194
2020-02-09common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch2-1/+37
2020-01-17gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch1-0/+3
2020-01-13gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2-0/+22
2020-01-09scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch1-1/+1
2019-12-23doc: Typ fix in commentWerner Koch1-1/+1
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch2-1/+5
2019-10-01common: New function hex2fixedbuf.Werner Koch3-1/+71
2019-09-27kbx,gpg: Allow lookup using a UBID.Werner Koch1-0/+14
2019-09-17tests: Add two user-id parsing test cases.Werner Koch1-0/+6
2019-09-10gpg: First rough implementation of keyboxd access for key lookup.Werner Koch1-9/+13
2019-09-10common: Allow a readlimit for iobuf_esopen.Werner Koch2-4/+39
2019-09-05gpg: Prepare parser for the new attestation certificates.Werner Koch1-0/+2
2019-08-06tools: New option --keyboxd for gpg-connect-agent.Werner Koch4-9/+62
2019-08-06common: Fix line break handling, finding a space.NIIBE Yutaka1-3/+3
2019-08-05common: Remove code duplication for service starting.Werner Koch2-148/+113
2019-08-02common: Change yet unused status_printf function.Werner Koch2-2/+23
2019-07-24common: Fix the previous commit.NIIBE Yutaka1-0/+9
2019-07-24common: Use gnupg_spawn_process_fd to invoke gpg-agent/dirmngr.NIIBE Yutaka1-3/+13
2019-07-24common,w32: Fix cast from gnupg_fd_t to call _open_osfhandle.NIIBE Yutaka1-2/+2
2019-07-12Fix a reference in comment.NIIBE Yutaka1-1/+1
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch1-3/+4
2019-05-07common: New functions nvc_delete_named and nvc_get_string.Werner Koch3-0/+65
2019-05-03common: In private key mode write "Key:" always last in name-value.Werner Koch1-13/+40
2019-04-29common,w32: Breakaway detached childs when in jobAndre Heinecke1-0/+45
2019-04-16common: Fix AWK portability.NIIBE Yutaka2-7/+7
2019-04-02common: Extend function pubkey_algo_string.Werner Koch2-3/+8
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-5/+14
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-7/+38
2019-03-07common: Minor rework of tty_get.Werner Koch1-118/+142
2019-02-11scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch1-1/+4
2019-02-08common: Provide function to get public key algo names in our format.Werner Koch2-0/+59
2019-02-08common: New functions get_option_value and ascii_strupr.Werner Koch4-1/+71
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch1-0/+7
2019-01-30common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch1-4/+15
2019-01-30common: New function decode_c_string.Werner Koch2-0/+77
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch1-1/+5
2019-01-29common: New helper functions for OpenPGP curve OIDs.Werner Koch3-34/+66
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch4-1/+80
2019-01-24common: Extend function percent_data_escape.Werner Koch3-25/+223
2019-01-22common: Add generic status print function.Werner Koch2-0/+62
2018-12-01common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna1-1/+6
2018-12-01common/mischelp: use platform memory zeroing function for wipememoryJussi Kivilinna2-9/+19
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch3-9/+120
2018-11-11common: Add --filter option to t-mbox-util.Werner Koch1-4/+94
2018-11-08common/iobuf: optimize iobuf_read_lineJussi Kivilinna1-5/+43