aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scd: Extend an internal function to also return the algo.Werner Koch2020-05-058-17/+24
* scd:nks: Add do_with_keygrip and implement a cache.Werner Koch2020-05-041-90/+349
* sm: Support encryption using ECDH keys.Werner Koch2020-05-043-13/+313
* doc: Typo fixes in code commentsWerner Koch2020-05-043-4/+4
* sm: Add support to export ECC private keys.Werner Koch2020-04-274-211/+559
* common: Add an easy to use DER builder.Werner Koch2020-04-244-120/+416
* sm: Minor debug output format changes.Werner Koch2020-04-233-3/+3
* sm: Support decryption of ECDH data.Werner Koch2020-04-231-37/+365
* common: Add functions to help create DER objects.Werner Koch2020-04-232-2/+111
* sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch2020-04-213-62/+198
* sm: Replace some debug message by log_error or log_infoWerner Koch2020-04-212-8/+10
* scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch2020-04-171-164/+299
* scd: Detect missing card in "getinfo all_active_apps".Werner Koch2020-04-171-0/+5
* sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch2020-04-162-9/+19
* sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch2020-04-164-26/+180
* dirmngr: Allow http URLs with "LOOKUP --url"Werner Koch2020-04-161-20/+103
* gpg: Make AEAD modes subject to compliance checks.Werner Koch2020-04-161-10/+13
* indent: Some typo and indentation changes for gpg.Werner Koch2020-04-155-19/+18
* gpg: Fix broken setting of AEAD algo.Werner Koch2020-04-151-7/+1
* sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2020-04-153-2/+87
* regexp: Fix generation of _unicode_mapping.c.NIIBE Yutaka2020-04-153-4/+15
* sm: Support rsaPSS verification also for CMS signatures.Werner Koch2020-04-143-41/+113
* dirmngr: Support rsaPSS also in the general validate module.Werner Koch2020-04-092-45/+132
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-092-60/+307
* common: New function to map hash algo names.Werner Koch2020-04-092-0/+42
* scd:p15: Return a display S/N via Assuan.Werner Koch2020-04-091-21/+54
* gpg: ECDH: Accept longer padding.NIIBE Yutaka2020-04-081-4/+1
* scd:p15: Show a pretty PIN prompt.Werner Koch2020-04-071-13/+197
* scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch2020-04-072-0/+4
* scd: Factor common PIN status check out.Werner Koch2020-04-075-83/+58
* doc: Typo fix in code comment.Werner Koch2020-04-071-1/+1
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-073-14/+91
* tools: Use internal regexp routines.NIIBE Yutaka2020-04-061-2/+2
* scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch2020-04-031-18/+62
* gpg,card: Use the new MANUFACTURER attribute.Werner Koch2020-04-036-88/+42
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-032-0/+57
* gpg: Add regular expression support.NIIBE Yutaka2020-04-0317-94/+36313