aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* experiment: Handle S=0 in EdDSA by SOS("0").gniibe/v5/448NIIBE Yutaka2021-12-222-15/+33
* experiment: Fix for signature R+S in OpenPGP R part.NIIBE Yutaka2021-12-142-7/+14
* experiment: Rename the names of functions.NIIBE Yutaka2021-11-256-16/+16
* experiment: Fix importing new448 secret key.NIIBE Yutaka2021-10-272-6/+2
* experiment: Support exporting new 448 key (public/secret).NIIBE Yutaka2021-10-223-5/+21
* experiment: Support importing new 448 secret keys.NIIBE Yutaka2021-10-221-2/+11
* experiment: Fix keygrip and signature for 448.NIIBE Yutaka2021-10-212-5/+6
* experiment: Also support new ECDH encryption with 448.NIIBE Yutaka2021-10-212-42/+8
* experiment: Fix ECC key handling.NIIBE Yutaka2021-10-213-10/+9
* experiment: Support keygen for new Ed448/X448 keys.NIIBE Yutaka2021-10-211-0/+49
* experiment: Generate new Ed448 signature.NIIBE Yutaka2021-10-211-2/+69
* experiment: Fix keygrip computation for new 448 key on gpg-agent.NIIBE Yutaka2021-10-082-12/+18
* gpg: Support MPI(0) by sos_read and mpi_print.NIIBE Yutaka2021-10-082-2/+5
* experiment: Try to support new 448 key and signature.NIIBE Yutaka2021-10-083-7/+56
* gpg: Handle backsig for v5 signature.NIIBE Yutaka2021-09-291-6/+8
* gpg: Ed448 and X448 are only for v5 (for subkey).NIIBE Yutaka2021-09-291-1/+6
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-09-281-0/+1
* gpg: Print a warning when importing a bad cv25519 secret key.Werner Koch2021-09-141-1/+17
* Update release signing keys.Werner Koch2021-09-141-0/+0
* gpg: Print a note about the obsolete option --secret-keyring.Werner Koch2021-08-281-1/+1
* gpg: Change default and max AEAD chunk size to 4 MiBWerner Koch2021-08-271-3/+3
* gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka2021-08-241-2/+2
* gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch2021-08-191-3/+8
* gpg: Let --fetch-key return an exit code on failure.Werner Koch2021-06-252-4/+20
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-164-276/+26
* gpg: Support KEYGRIP search with traditional keyring.NIIBE Yutaka2021-06-031-3/+13
* gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka2021-05-271-1/+24
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-1/+1
* common: Annotate leaked memory in homedir.cWerner Koch2021-05-211-1/+1
* g10: Avoid memory leaksJakub Jelen2021-05-203-18/+30
* g10: Fix memory leaksJakub Jelen2021-05-2010-12/+50
* gpg: Improve speed of secret key listing.Werner Koch2021-05-195-19/+101
* gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.Werner Koch2021-05-181-75/+21
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-177-17/+33
* A few minor code cleanups and typo fixes.Werner Koch2021-05-112-2/+6
* gpg: Fix allocation for EXTRAHASH.NIIBE Yutaka2021-05-111-1/+1
* gpg: Fix mailbox based search via AKL keyserver method.Werner Koch2021-04-265-13/+11
* gpg: Do not use import-clean for LDAP keyserver imports.Werner Koch2021-04-263-8/+23
* gpg: Auto import keys specified with --trusted-keys.Werner Koch2021-04-253-1/+41
* gpg: Replace an obsolete trustdb function.Werner Koch2021-04-234-19/+7
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-232-0/+51
* gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch2021-04-216-39/+162
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-211-1/+2
* gpg,sm: Ignore the log-file option from common.conf.Werner Koch2021-04-211-6/+0
* gpg: Fix showpref to list AEAD feature.Damien Goutte-Gattat via Gnupg-devel2021-04-191-1/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-191-0/+31
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-04-168-36/+77
* gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch2021-04-133-3/+27
* gpg: Minor restructuring of a function.Werner Koch2021-04-122-32/+41
* gpg: Ed448 and X448 are only for v5.NIIBE Yutaka2021-04-081-3/+23