aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch5-1/+110
2020-08-28common: Fix fallback handling to utf-8.NIIBE Yutaka1-1/+1
2020-08-21common: Use gpgrt functions for mkdir and chdir.Werner Koch1-24/+6
2020-08-21common,w32: Do not assume the ANSI code during string conversion.Werner Koch1-2/+21
2020-08-21common: Strip trailing CR,LF from w32_strerror.Werner Koch2-1/+7
2020-08-20gpgtar: Make --files-from and --null work as described.Werner Koch3-1/+32
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-19common: Fix iobuf.c.NIIBE Yutaka1-3/+3
2020-08-19Silence compiler warnings.NIIBE Yutaka1-1/+1
2020-08-12common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch1-0/+1
2020-08-06common: New helper function gnupg_chuid.Werner Koch2-0/+99
2020-08-03w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka1-1/+1
2020-07-30w32: More adding NETLIBS.NIIBE Yutaka1-1/+1
2020-07-28Revert patches applied wrongly.NIIBE Yutaka1-0/+11
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-11/+0
2020-07-16common: Avoid undefined behavior of left shift operator.NIIBE Yutaka1-5/+11
2020-07-14gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch1-8/+4
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2-2/+18
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