aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Refactor the app selection code.Werner Koch2019-03-221-17/+35
* tests: Add a first v5 sample keyWerner Koch2019-03-203-0/+42
* 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
* Fix the previous commit.NIIBE Yutaka2019-03-132-4/+4
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-132-3/+3
* dirmngr: Avoid testing for Tor with --gpgconf-list.Werner Koch2019-03-111-1/+6
* common: Minor rework of tty_get.Werner Koch2019-03-071-118/+142
* dirmngr: Add CSRF protection exception for protonmail.Werner Koch2019-03-071-5/+40
* gpgv: Improve documentation for keyring choicesDaniel Kahn Gillmor2019-03-071-7/+8
* gpgtar: Make option -C work for archive creation.Werner Koch2019-03-063-5/+14
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-065-10/+27
* gpgtar: Improve error messages.Werner Koch2019-03-064-43/+89
* agent: Default to extended key format.Werner Koch2019-03-063-22/+23
* doc: First take on instructions on how to init PIV cardsWerner Koch2019-03-061-0/+391
* card: Allow PEM encoded certificates in "writecert".Werner Koch2019-03-061-0/+14
* card: Print the keyref also for non-initialized slots.Werner Koch2019-03-061-21/+12
* agent: Fix detection of exit of scdaemon.NIIBE Yutaka2019-03-061-62/+80
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-055-13/+67
* scd: Rename a shared info field name.Werner Koch2019-03-053-14/+15
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-059-54/+561
* gpg: Make invalid primary key algos obvious in key listings.Werner Koch2019-03-051-1/+9
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-054-71/+56
* sm: Print Yubikey attestation extensions with --dump-cert.Werner Koch2019-03-011-3/+37
* scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch2019-03-011-2/+28
* scd:piv: Allow writecert to only write matching certs.Werner Koch2019-03-011-22/+55
* card: Remove the "admin" command.Werner Koch2019-03-011-114/+67
* sm: Don't mark a cert as de-vs compliant if it leads to SHA-1 sigs.Werner Koch2019-02-281-4/+9
* agent: PKSIGN should return signature in same format for card.NIIBE Yutaka2019-02-271-46/+36
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-267-117/+93
* conf: New option --show-socket.Werner Koch2019-02-263-29/+48
* libdns: Avoid using compound literals (8).NIIBE Yutaka2019-02-261-20/+0
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-02-263-12/+16
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-02-263-33/+51
* libdns: Avoid using compound literals (5).NIIBE Yutaka2019-02-262-2/+3
* libdns: Avoid using compound literals (4).NIIBE Yutaka2019-02-262-7/+6
* libdns: Avoid using compound literals (3).NIIBE Yutaka2019-02-262-12/+18
* libdns: Avoid using compound literals (2).NIIBE Yutaka2019-02-262-19/+12
* libdns: Avoid using compound literals.NIIBE Yutaka2019-02-261-5/+10
* scd: PIV: Always require a PIN for signing with 9C.Werner Koch2019-02-251-8/+20