aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Extend the TRUST_ status lines.Werner Koch2020-06-092-22/+63
* gpg: Use bytes for ECDH.NIIBE Yutaka2020-06-094-60/+64
* gpg: Add X448 support.NIIBE Yutaka2020-06-094-2/+70
* gpg,ecc: Handle external representation as SOS with opaque MPI.NIIBE Yutaka2020-06-099-59/+316
* gpg: If possible TRUST values now depend on signer's UID or --sender.Werner Koch2020-06-086-49/+204
* build: Fix recent commit for SOURCE_DATE_EPOCH.Werner Koch2020-06-083-4/+4
* doc: Minor code comment fixes.Werner Koch2020-06-086-6/+10
* agent: Fix the condition to detect leading 0x00 problem.NIIBE Yutaka2020-06-081-5/+16
* agent,ecc: Use of opaque MPI for ECC, fixup 'd'.NIIBE Yutaka2020-06-055-16/+151
* agent: For ECC, use opaque MPI for key representation.NIIBE Yutaka2020-06-051-20/+69
* agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka2020-06-051-2/+1
* agent: Remove duplicated code for EdDSA.NIIBE Yutaka2020-06-051-30/+10
* agent: Clean up do_encode_md.NIIBE Yutaka2020-06-051-13/+3
* doc: Minor enhancement for reproducibility.Werner Koch2020-06-031-0/+2
* card: Improve openpgp key writing in "writecert".Werner Koch2020-06-033-4/+114
* gpg: Improve generation of keys stored on card (brainpool,cv25519).Werner Koch2020-06-031-28/+48
* sm: Fix recently introduced regression in CSR creation.Werner Koch2020-06-031-1/+5
* scd: Fix condition for C5 data object for newer Yubikey.NIIBE Yutaka2020-05-291-1/+1
* card: Allow to store and retrieve keyblocks in OpenPGP cards.Werner Koch2020-05-282-6/+92
* card: New command "apdu"Werner Koch2020-05-284-9/+108
* card: Update card info after "generate".Werner Koch2020-05-271-0/+8
* scd:openpgp: New KEY-STATUS attribute.Werner Koch2020-05-272-1/+18
* card: Add command "bye"Werner Koch2020-05-272-1/+2
* card: Take care of removed and re-inserted cards.Werner Koch2020-05-272-4/+19
* card: Implement UID command and print capabilities.Werner Koch2020-05-263-6/+131
* scd:openpgp: Add attribute "UIF" for convenience.Werner Koch2020-05-261-5/+11
* scd: Fix Yubikey app switching problemWerner Koch2020-05-261-4/+12
* gpg: Clean up ECDH code path (5).NIIBE Yutaka2020-05-223-117/+136
* gpg: Clean up ECDH code path (4).NIIBE Yutaka2020-05-221-167/+186
* gpg: Clean up ECDH code path (3).NIIBE Yutaka2020-05-221-36/+52
* gpg: Clean up ECDH code path (2).NIIBE Yutaka2020-05-221-65/+72
* gpg: Clean up ECDH code path (1).NIIBE Yutaka2020-05-221-49/+61
* dirmngr: dns: Fix allocation of string buffer in stack.NIIBE Yutaka2020-05-202-26/+32
* sm: Create ECC certificates with AKI and SKI by default.Werner Koch2020-05-192-33/+145
* common: New function to extract Q from an ECC key.Werner Koch2020-05-192-1/+93
* sm: Support creation of EdDSA certificates.Werner Koch2020-05-184-63/+183
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-187-30/+102
* sm: Support import and verification of EdDSA certificates.Werner Koch2020-05-133-17/+143
* sm: Support signing using ECDSA.Werner Koch2020-05-112-32/+54
* sm: Allow decryption using dhSinglePass-stdDH-sha1kdf-scheme.Werner Koch2020-05-084-67/+92
* sm: Print algorithm infos in data decryption mode.Werner Koch2020-05-083-0/+30
* sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2020-05-086-8/+31
* sm: Improve readability of the data verification output.Werner Koch2020-05-081-35/+66
* card: Allow listing of NKS cards.Werner Koch2020-05-073-4/+42
* scd:nks: Add framework to support IDKey cards.Werner Koch2020-05-071-51/+124
* sm: Fix annoying warning about not yet implemented --attribute.Werner Koch2020-05-071-1/+2
* scd:nks: Get the PIN prompts right for the Signature CardWerner Koch2020-05-071-56/+136
* sm: Print the key types as standard key algorithm strings.Werner Koch2020-05-075-19/+89
* scd:nks: Support decryption using ECDH.Werner Koch2020-05-071-75/+307
* sm: Support decryption of ECDH data using a smartcard.Werner Koch2020-05-071-8/+11