aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02sm: Support AES-GCM decryption.Werner Koch1-1/+2
2021-05-26gpg,sm: Simplify keyserver spec parsing.Werner Koch2-74/+0
2021-05-20common: Avoid double-freeJakub Jelen1-0/+1
2021-05-17sm: Support decryption of password based encryption (pwri)Werner Koch2-0/+17
2021-05-03common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka1-1/+6
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch3-4/+13
2021-04-29common: New module to compute openpgp fingerprintsWerner Koch3-0/+306
2021-04-29common: New function to uncompress an ECC public key.Werner Koch3-1/+593
2021-04-29common: New function cmp_canon_sexp.Werner Koch4-2/+200
2021-04-29scd: Extend iso7816_select_pathWerner Koch1-0/+2
2021-04-01common: Make the compliance check more robust.Werner Koch1-16/+60
2021-03-02common: New function dotlock_is_locked.Werner Koch2-4/+19
2021-02-17common: Fix compiler warningWerner Koch1-1/+1
2021-01-28Include the library version in the compliance checks.Werner Koch2-15/+64
2021-01-11Update copyright notices.Werner Koch1-1/+1
2021-01-11gpg,w32: Fix gnupg_remove.Werner Koch3-1/+132
2020-12-21common: Remove superfluous debug output from dotlock.c.Werner Koch1-2/+0
2020-12-21common: Fix the "ignore" meta command in argparse.cWerner Koch3-36/+122
2020-12-04Backport of the new option parser from 2.3Werner Koch3-693/+1841
2020-11-27common: Fix fallback handling to utf-8.NIIBE Yutaka1-1/+1
2020-11-10w32: Support Unicode also for config files etc.Werner Koch2-1/+52
2020-11-10w32: Support utf8 for getcwd even if build with gpgrt < 1.40.Werner Koch1-8/+28
2020-11-09Require Libgpg-error 1.27Werner Koch1-20/+0
2020-11-09Require Libgcrypt 1.8Werner Koch1-4/+0
2020-11-09gpg: Add canceled status message.Ben Kibbey1-0/+1
2020-11-04common: Fix duplicate implementation of try_make_homedir.Werner Koch2-0/+34
2020-11-04w32: Add another pinentry search pathAndre Heinecke1-0/+2
2020-11-03w32: Fix strftime problem on Windows.Werner Koch1-2/+31
2020-10-26common: Fix gnupg_access for older libgpg-error.Werner Koch1-1/+3
2020-10-23common: New functions gnupg_opendir et al.Werner Koch2-0/+178
2020-10-23w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch1-3/+33
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch3-1/+50
2020-10-23Replace most calls to open by a new wrapper.Werner Koch3-15/+67
2020-10-21w32: Allow Unicode filenames for dotlockWerner Koch2-27/+192
2020-10-21Replace most of the remaining stdio calls by estream calls.Werner Koch1-6/+6
2020-10-21Replace all calls to access by gnupg_accessWerner Koch6-50/+81
2020-10-02common,w32: Change copyright holder notice.Werner Koch1-0/+14
2020-10-02gpgconf,w32: Add manifest so we get the correct windows version.Werner Koch1-2/+2
2020-09-10agent: Keep some permissions of private-keys-v1.d.Werner Koch1-24/+42
2020-08-22common: Use gpgrt functions for mkdir and chdir if availableWerner Koch1-3/+15
2020-08-22common,w32: Do not assume the ANSI codepage during string conversion.Werner Koch1-2/+21
2020-08-22common: 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-12common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch1-0/+1
2020-07-30w32: More adding NETLIBS.NIIBE Yutaka1-1/+1
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 Koch4-2/+36
2020-06-03common: Add missing error code GPG_ERR_WRONG_NAME.Werner Koch1-1/+10
2020-05-12common: Change argument order of log_printhex.Werner Koch2-9/+17