aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix condition of string_to_aead_algo.NIIBE Yutaka2020-08-191-1/+1
* dns: Fix memory use-after-free.NIIBE Yutaka2020-08-191-0/+6
* common: Fix iobuf.c.NIIBE Yutaka2020-08-191-3/+3
* Silence compiler warnings.NIIBE Yutaka2020-08-193-3/+3
* scd: Fix possible uninitialized variables.NIIBE Yutaka2020-08-192-8/+8
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-178-38/+109
* Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2020-08-147-42/+108
* gpg: Ignore personal_digest_prefs for ECDSA keys.Werner Koch2020-08-131-3/+7
* doc: Add a list of RFCS to DETAIL.Werner Koch2020-08-132-1/+14
* tools: Install gpgsplit againWerner Koch2020-08-131-2/+2
* scd: Log info about CCIDs with permission problems.Werner Koch2020-08-121-3/+13
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-08-125-12/+57
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* scd:piv: Allow signing using PSS.Werner Koch2020-08-101-1/+10
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-105-8/+31
* gpg: Fix trustdb for v5key.NIIBE Yutaka2020-08-074-31/+89
* gpg: Fix short key ID for v5key.NIIBE Yutaka2020-08-072-3/+8
* gpgsm: New option --chuid.Werner Koch2020-08-062-1/+23
* gpgconf: New option --chuid.Werner Koch2020-08-063-1/+19
* common: New helper function gnupg_chuid.Werner Koch2020-08-062-0/+99
* kbx: Support v5key for short kid and long kid.NIIBE Yutaka2020-08-061-2/+32
* build: Remove expired key of David Shaw from distsigkey.gpg.Werner Koch2020-08-061-0/+0
* gpg: Add level 16 to --gen-randomWerner Koch2020-08-051-32/+45
* sm: Also show the SHA-256 fingerprint.Werner Koch2020-08-042-3/+16
* w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka2020-08-031-1/+1
* agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka2020-07-311-1/+1
* scd: Silence compiler warning.NIIBE Yutaka2020-07-311-3/+3
* w32: Add NETLIBS for sm/t-minip12.NIIBE Yutaka2020-07-301-1/+1
* w32: More adding NETLIBS.NIIBE Yutaka2020-07-301-1/+1
* w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka2020-07-303-3/+3
* Revert patches applied wrongly.NIIBE Yutaka2020-07-282-0/+21
* kbx: Fix short KID and long KID handling for FPR32.NIIBE Yutaka2020-07-271-1/+1
* scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka2020-07-171-0/+7
* Use gpgrt's new option parser for symcryptrun.NIIBE Yutaka2020-07-171-79/+63
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-173-22/+1
* gpg-card: Fix type of historyname.NIIBE Yutaka2020-07-171-1/+1
* gpg: Do not close stdout after --export-ssh-keyWerner Koch2020-07-161-2/+3
* common: Avoid undefined behavior of left shift operator.NIIBE Yutaka2020-07-161-5/+11
* regexp: Import change from JimTcl.NIIBE Yutaka2020-07-152-4/+19
* gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch2020-07-141-8/+4
* agent: Fix regression with --newsymkey in loopback mode.Werner Koch2020-07-141-2/+5
* gpg: Reword warning about decryption w/o using a non-encrypt key.Werner Koch2020-07-141-2/+3
* dirmngr: Handle EAFNOSUPPORT at connect_server.NIIBE Yutaka2020-07-131-0/+9
* gpg: For decryption, support use of a key with no 'encrypt' usage.NIIBE Yutaka2020-07-101-5/+9
* doc: Add news entries from the latest 2.2 releases.Werner Koch2020-07-091-0/+75
* gpg: Print a note if no args are given to --delete-keyWerner Koch2020-07-091-1/+4
* Do not use the pinentry's qualitybarWerner Koch2020-07-083-3/+3
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-0819-44/+29
* gpg: Use integrated passphrase repeat entry also for -c.Werner Koch2020-07-083-7/+33
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-084-58/+322