aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support v5 signature generation (not fully working yet).gniibe/crypto-refreshNIIBE Yutaka2022-04-191-2/+31
* Output v5 signature.NIIBE Yutaka2022-04-131-2/+10
* Check v5 signature correctly.NIIBE Yutaka2022-04-132-1/+18
* crypto-refresh secret key handling for v5 key.NIIBE Yutaka2022-04-121-1/+1
* Allow secret key import with no uidnode for v5 key.NIIBE Yutaka2022-04-121-1/+1
* Allow issuer fpr in unhashed area.NIIBE Yutaka2022-04-121-0/+2
* Allow no uidnode for v5 key.NIIBE Yutaka2022-04-121-2/+2
* Add v5 signature salt.NIIBE Yutaka2022-04-122-0/+17
* Parse v5 signature subpacket.NIIBE Yutaka2022-04-121-8/+24
* Parse Preferred AEAD cerphersuites subpacket.NIIBE Yutaka2022-04-121-1/+13
* gpg: Accept GCM and v5 AEAD with v2 SEIPD packet.NIIBE Yutaka2022-03-305-97/+149
* gpg: Accept SEIPDv2 packet.NIIBE Yutaka2022-02-252-23/+228
* Fix the semantics of memory_cost.NIIBE Yutaka2022-02-221-1/+1
* Fix length of KEK, no additional data.NIIBE Yutaka2022-02-211-7/+3
* experiment with Argon2id.NIIBE Yutaka2022-02-215-32/+213
* accept Argon2 as S2K specifier.NIIBE Yutaka2022-02-211-4/+30
* start experiment for newer S2K.NIIBE Yutaka2022-02-219-46/+61
* g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-081-2/+8
* gpg: Fix for -Wformat when using uint64_t.NIIBE Yutaka2022-02-022-4/+5
* gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-011-0/+6
* gpg: Allow --dearmor to decode all kinds of armor files.Werner Koch2022-01-283-8/+34
* gpg: Print Yubikey version correctly.Werner Koch2022-01-183-2/+38
* gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka2022-01-124-2/+48
* gpg: Report failed generation of subkey pair via status interfaceIngo Klöcker2022-01-111-1/+5
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-01-111-2/+2
* gpg: Correctly set the ownertrust for a new key.Werner Koch2021-12-201-3/+1
* gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch2021-12-203-35/+449
* gpg: Allow passing a keygrip as description to pinentry.Werner Koch2021-12-202-15/+37
* gpg: Emit compatible Ed25519 signature.NIIBE Yutaka2021-12-103-1/+87
* gpg: Fix function prototype to match declaration.Jakub Jelen2021-11-241-3/+7
* gpg: Fix format_keyid.NIIBE Yutaka2021-11-241-5/+4
* gpg: Fix key conversion for SSH.NIIBE Yutaka2021-11-241-5/+6
* gpg: New option --forbid-gen-key.Werner Koch2021-11-221-9/+40
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-182-0/+6
* Update release signing keysWerner Koch2021-11-131-0/+0
* gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch2021-11-136-17/+72
* gpg: Don't use malloc for kek_params.NIIBE Yutaka2021-11-121-8/+5
* gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen2021-11-121-0/+2
* gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch2021-11-041-4/+4
* gpg: Fix printing of binary notations.Werner Koch2021-10-221-2/+6
* gpg: New option --override-compliance-checkWerner Koch2021-10-133-12/+47
* 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