aboutsummaryrefslogtreecommitdiffstats
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-259-32/+34
* experiment:agent: Allow importing v5 secret key.NIIBE Yutaka2021-10-291-2/+3
* experiment: Fix exporting protecte secret key for new448.NIIBE Yutaka2021-10-281-0/+21
* experiment: Fix importing new448 secret key.NIIBE Yutaka2021-10-273-7/+8
* experiment: Support exporting new 448 key (public/secret).NIIBE Yutaka2021-10-225-16/+32
* 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: Fix for 448 pubkey.NIIBE Yutaka2021-10-211-1/+1
* experiment: Also support new ECDH encryption with 448.NIIBE Yutaka2021-10-214-42/+53
* experiment: Fix ECC key handling.NIIBE Yutaka2021-10-216-44/+24
* 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: Add copyright notice.NIIBE Yutaka2021-10-111-3/+19
* experiment: Fix keygrip computation for new 448 key on gpg-agent.NIIBE Yutaka2021-10-084-24/+37
* experiment: Add forgotten open-misc.c.NIIBE Yutaka2021-10-081-0/+61
* 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-086-11/+83
* common: Respect gpgconf.ctl when looking up translationsIngo Klöcker2021-10-062-4/+4
* dirmngr: New option --ignore-certWerner Koch2021-10-065-7/+98
* dirmngr: Fix Let's Encrypt certificate chain validation.Werner Koch2021-10-061-8/+31
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-059-13/+13
* agent: Fix calibrate_get_time use of clock_gettime.NIIBE Yutaka2021-10-051-1/+22
* tests: Use the new gpgconf.ctl based method.Werner Koch2021-10-013-46/+33
* build: Prepare for using installed versions for tests.Werner Koch2021-10-018-3/+51
* common: Support gpgconf.ctl also for BSDs.Werner Koch2021-10-012-10/+31
* common: Add keyword sysconfdir to the optional gpgconf.ctl file.Werner Koch2021-10-011-18/+69
* kbx: Let it include keybox.h to avoid multiple typedefs.NIIBE Yutaka2021-09-301-6/+1
* 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
* kbx: A 20 byte fingerprint is right filled in version 2 blob.NIIBE Yutaka2021-09-281-0/+2
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-09-281-0/+1
* build: Fix several "include file not found" problemsIngo Klöcker2021-09-203-7/+8
* po: Fixed Italian translation for key expirationgiomba2021-09-201-1/+1
* common: Support a gpgconf.ctl file under Unix.Werner Koch2021-09-171-17/+252
* common: New function substitute_envvars.Werner Koch2021-09-173-0/+206
* doc: Clarify some gpg keyring optionsWerner Koch2021-09-141-22/+28
* 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
* common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch2021-09-131-4/+16
* doc: Minor update of the AD schema.Werner Koch2021-09-093-39/+45
* sm: Add LotW support to the key listingWerner Koch2021-09-093-3/+11
* build: Fix "ksba.h not found" problemIngo Klöcker2021-09-081-1/+1
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* gpg: Print a note about the obsolete option --secret-keyring.Werner Koch2021-08-282-2/+2
* gpg: Change default and max AEAD chunk size to 4 MiBWerner Koch2021-08-272-4/+4
* kbx: Fix checksum computation for no UBID entry on disk.NIIBE Yutaka2021-08-271-2/+2
* common: Fix put_membuf.NIIBE Yutaka2021-08-271-1/+4
* common: Fix get_signal_name for GNU/Linux.NIIBE Yutaka2021-08-262-1/+4