aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-02Support a history file in gpg-card and gpg-connect-agent.Werner Koch4-5/+110
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka2-1/+9
2020-06-23ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2-9/+16
2020-06-09gpg: Add X448 support.NIIBE Yutaka2-0/+29
2020-05-19common: New function to extract Q from an ECC key.Werner Koch2-1/+93
2020-05-08sm: Print algorithm infos in data decryption mode.Werner Koch2-0/+17
2020-05-08sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2-0/+18
2020-05-07sm: Print the key types as standard key algorithm strings.Werner Koch1-3/+3
2020-05-04doc: Typo fixes in code commentsWerner Koch1-1/+1
2020-04-24common: Add an easy to use DER builder.Werner Koch4-120/+416
2020-04-23common: Add functions to help create DER objects.Werner Koch2-2/+111
2020-04-09common: New function to map hash algo names.Werner Koch2-0/+42
2020-03-27sm: Consider certificates w/o CRL DP as valid.Werner Koch1-0/+1
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-4/+0
2020-03-13gpg: New option --include-key-block.Werner Koch1-0/+1
2020-03-04common: Add xreallocarray function.Werner Koch2-0/+19
2020-02-22Remove the now obsolete argparse code.Werner Koch4-1872/+0
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2-1/+3
2020-02-19build: Require libgpg-error 1.38Werner Koch1-8/+0
2020-02-18Spelling cleanup.Daniel Kahn Gillmor13-16/+16
2020-02-17sm: Remove left over debug output.Werner Koch1-1/+0
2020-02-15gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch1-8/+18
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