summaryrefslogtreecommitdiffstats
path: root/common/mkerrtok (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02sm: Support AES-GCM decryption.Werner Koch8-7/+96
2021-05-31tests: Rename subdir gpgsm to cms and move sample dirs.Werner Koch70-72/+69
2021-05-28gpgconf: Make runtime changes with different homedir work.Werner Koch1-4/+4
2021-05-28doc: Add notes on how to enable TLS in openldap.Werner Koch1-0/+56
2021-05-28agent: Fix calling handle_pincache_put.NIIBE Yutaka1-1/+1
2021-05-28scd: Fix zero-byte handling in ECC.NIIBE Yutaka1-11/+3
2021-05-27gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka1-1/+24
2021-05-27build: _DARWIN_C_SOURCE should be 1.NIIBE Yutaka1-1/+1
2021-05-25gpg: Partial fix for Unicode problem in output files.Werner Koch2-2/+2
2021-05-21common: Annotate leaked memory in homedir.cWerner Koch3-14/+62
2021-05-20sm: Let --dump-cert --show-cert also print an OpenPGP fingerprint.Werner Koch1-7/+45
2021-05-20card: Intialize pointer to avoid double freeJakub Jelen1-0/+1
2021-05-20scd: avoid memory leaksJakub Jelen3-7/+14
2021-05-20kbx: Avoid uninitialized readJakub Jelen4-4/+9
2021-05-20g10: Avoid memory leaksJakub Jelen3-18/+30
2021-05-20dirmgr: Avoid double freeJakub Jelen2-3/+1
2021-05-20common: Avoid double-freeJakub Jelen1-0/+1
2021-05-20agent: Fix memory leaksJakub Jelen3-22/+30
2021-05-20sm: Avoid memory leaks and double double-freeJakub Jelen4-7/+26
2021-05-20g10: Fix memory leaksJakub Jelen10-12/+50
2021-05-20dirmgr: clean up memory on error code pathsJakub Jelen4-6/+16
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen6-8/+23
2021-05-19dirmngr: For KS_SEARCH return the fingerprint also with LDAP.Werner Koch1-48/+80
2021-05-19gpg: Improve speed of secret key listing.Werner Koch6-53/+244
2021-05-18gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.Werner Koch1-75/+21
2021-05-18scd:p15: Fix logic for appending product name to MANUFACTURER.Ingo Klöcker1-2/+2
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch8-18/+34
2021-05-17dirmngr: LDAP search by a mailbox now ignores revoked keys.Werner Koch1-1/+2
2021-05-17sm: Ask for the password for password based decryption (pwri)Werner Koch3-6/+25
2021-05-14sm: Support decryption of password based encryption (pwri)Werner Koch1-25/+415
2021-05-14scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka1-1/+2
2021-05-12agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch1-2/+2
2021-05-11A few minor code cleanups and typo fixes.Werner Koch6-5/+10
2021-05-11gpg: Fix allocation for EXTRAHASH.NIIBE Yutaka1-1/+1
2021-05-11scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka1-15/+19
2021-05-10scd: Fix close_pcsc_reader.NIIBE Yutaka1-9/+9
2021-05-10scd: Make sure releasing PC/SC context.NIIBE Yutaka1-6/+16
2021-05-07scd: Increment PCSC.COUNT correctly.NIIBE Yutaka1-2/+2
2021-05-07scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka1-2/+6
2021-05-07scd: Fix declarations for PC/SC access.NIIBE Yutaka1-2/+2
2021-05-06scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka1-1/+2
2021-05-06scd: When reader is specified, make sure only open once.NIIBE Yutaka1-0/+5
2021-04-29scd: Fix PC/SC removed card problemWerner Koch1-0/+11
2021-04-28scd:p15: Fix the name of a card.Werner Koch1-1/+1
2021-04-28scd: Fix problem with reader list becoming empty.Werner Koch2-22/+26
2021-04-28build: Allow running sign-release target from the dist dir.Werner Koch1-1/+1
2021-04-27scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin1-1/+1
2021-04-26gpg: Fix mailbox based search via AKL keyserver method.Werner Koch5-13/+11
2021-04-26gpg: Do not use import-clean for LDAP keyserver imports.Werner Koch3-8/+23
2021-04-25gpg: Auto import keys specified with --trusted-keys.Werner Koch4-7/+47