aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * gpg: Fix printing of the user id during import.Werner Koch2019-04-053-14/+17
| * scd:piv: Fix RSA decryption.Werner Koch2019-04-041-6/+25
| * doc: Minor change to the included yat2m.Werner Koch2019-04-042-12/+148
| * scd: Better handling of timeout and time extension.NIIBE Yutaka2019-04-041-7/+4
| * gpg: Improve the code to decrypt using PIV cards.Werner Koch2019-04-034-25/+26
| * scd: New options --info and --info-only for READKEY.Werner Koch2019-04-037-50/+147
| * gpg: Allow decryption using PIV cards.Werner Koch2019-04-034-8/+146
| * scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-034-3/+29
| * gpg: Avoid endless loop if a card's serial number can't be read.Werner Koch2019-04-031-0/+1
| * card: Allow card selection with LIST.Werner Koch2019-04-032-37/+90
| * gpg: Print modern style key info for non-decryptable keys.Werner Koch2019-04-032-9/+9
| * gpg: Allow direct key generation from card with --full-gen-key.Werner Koch2019-04-025-28/+213
| * common: Extend function pubkey_algo_string.Werner Koch2019-04-024-5/+10
| * dirmngr: Improve domaininfo cache update algorithm.Werner Koch2019-04-021-19/+106
| * sm: Show the usage flags when generating a key from a card.Werner Koch2019-04-013-8/+61
| * gpg: Prepare card code to allow other than OpenPGP cards.Werner Koch2019-04-012-16/+30
| * gpg: New card function agent_scd_keypairinfo.Werner Koch2019-04-012-3/+82
| * gpg: Remove two unused card related functions.Werner Koch2019-04-013-98/+76
| * gpg: Remove unused arg in a card related function.Werner Koch2019-04-014-34/+33
| * dirmngr: Better for error code for http status 413.Werner Koch2019-03-293-0/+12
| * scd: New option --application-priority.Werner Koch2019-03-285-18/+91
| * card: For passwd add a PIV menu and make the OpenPGP menu optional.Werner Koch2019-03-281-80/+101
| * card: Allow "yubikey disable" only for Yubikey-5 and later.Werner Koch2019-03-283-3/+12
| * scd: Support reading the Yubikey 4 firmware version.Werner Koch2019-03-271-21/+38
| * gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley2019-03-271-7/+18
| * sm: Allow decryption even if expired other keys are configured.Werner Koch2019-03-261-0/+11
| * agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
| * doc: Add relevant NEWS items from 2.2.Werner Koch2019-03-251-0/+99
| * wkd: New command --print-wkd-url for gpg-wks-client.Werner Koch2019-03-254-5/+50
| * doc: Clarify option --no-keyring.Werner Koch2019-03-251-1/+2
| * sm, w32: Translate logger and status fd to handlesAndre Heinecke2019-03-251-2/+6
| * libdns: Don't use _[A-Z] which are reserved names.NIIBE Yutaka2019-03-251-40/+40
| * doc: fix formatting errorDaniel Kahn Gillmor2019-03-221-1/+2
| * doc: Add a spec comment to app-piv.cWerner Koch2019-03-221-0/+1
| * wkd: New command --print-wkd-hash for gpg-wks-client.Werner Koch2019-03-225-12/+129
| * scd: Refactor the app selection code.Werner Koch2019-03-221-17/+35
| * tests: Add a first v5 sample keyWerner Koch2019-03-203-0/+42
* | Merge branch 'master' into switch-to-gpgkWerner Koch2019-03-18237-4553/+21246
|\|
| * speedo: Fix installer build with NSIS-3Andre Heinecke2019-03-181-2/+4
| * gpg: Allow import of PGP desktop exported secret keys.Werner Koch2019-03-183-79/+307
| * gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-156-31/+112
| * tests: Add sample secret key w/o binding signatures.Werner Koch2019-03-152-0/+66
| * gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-154-16/+25
| * gpg: Simplify an interactive import status line.Werner Koch2019-03-152-18/+33
| * gpg: Fix recently introduced use after free.Werner Koch2019-03-151-3/+3
| * kbx: Unify the fingerprint search modes.Werner Koch2019-03-1419-237/+56
| * gpg: Make rfc4880bis the default.Werner Koch2019-03-141-2/+9
| * gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-148-197/+565
| * kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-1419-129/+439
| * gpg: Implemented latest rfc4880bis version 5 packet hashing.Werner Koch2019-03-143-33/+131