aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | scd:nks: Fix ECC signing if key not given by keygrip.Werner Koch2022-11-151-0/+2
* | dirmngr: Fix verification of ECDSA signed CRLs.Werner Koch2022-11-152-3/+4
* | dirmngr: Support ECDSA for OCSP.Werner Koch2022-11-153-49/+106
* | dirmngr: Support ECDSA for CRLsWerner Koch2022-11-152-12/+114
* | gpgsm: Support signing using ECDSA.Werner Koch2022-11-152-33/+53
* | gpgsm: Support verification of nistp521 signatures.Werner Koch2022-11-151-5/+8
* | gpgsm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2022-11-144-6/+11
* | gpgsm: Some more ECC support backported.Werner Koch2022-11-142-25/+94
* | agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch2022-11-142-1/+32
* | gpg: Fix trusted introducer for user-ids with only the mbox.Werner Koch2022-11-091-19/+31
* | gpg: Import stray revocation certificates.Werner Koch2022-11-093-13/+66
* | tests: Add tests to check that OCB is only used for capable keys.Werner Koch2022-11-048-11/+121
* | gpg: Make --list-packets work w/o --no-armor for plain OCB packets.Werner Koch2022-11-041-0/+1
* | gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch2022-10-315-9/+35
* | gpg: New option --compatibility-flagsWerner Koch2022-10-313-1/+35
* | gpg: Support OCB encryption.Werner Koch2022-10-3115-126/+942
* | gpgsm: Also announce AES256-CBC in signatures.Werner Koch2022-10-281-7/+10
* | gpgsm: New compatibility flag "allow-ecc-encr".Werner Koch2022-10-283-1/+6
* | sm: Support encryption using ECDH keys.Werner Koch2022-10-283-15/+311
* | gpgsm: Allow ECC encryption keys with just keyAgreement specified.Werner Koch2022-10-283-3/+13
* | gpgsm: Use macro constants for cert_usage_p.Werner Koch2022-10-281-15/+27
* | scd:nks: Support non-ESIGN signing with the Signature Card v2Werner Koch2022-10-281-8/+20
* | scd: Use app_get_slot at more places.Werner Koch2022-10-284-65/+84
* | scd: Use APP_LEARN_FLAG_KEYPAIRINFO with more apps.Werner Koch2022-10-282-2/+2
* | doc: Make uploading of 2.2 manuals easierWerner Koch2022-10-281-2/+2
* | build: Update gpg-error.m4.NIIBE Yutaka2022-10-241-1/+5
* | gpgsm: Create ECC certificates with AKI and SKI by default.Werner Koch2022-10-202-34/+163
* | gpgsm: Print the key types as standard key algorithm strings.Werner Koch2022-10-203-16/+49
* | gpgsm: Support decryption of ECDH dataWerner Koch2022-10-201-6/+368
* | gpgsm: Support key generation with ECC.NIIBE Yutaka2022-10-201-5/+37
* | gpgsm: Remove restriction of key generation (only RSA).NIIBE Yutaka2022-10-201-12/+10
|/
* scd:nks: Don't flag the ESIGN keypair EF as encryption capable.Werner Koch2022-10-201-1/+1
* scd:nks: Some code cleanup.Werner Koch2022-10-201-107/+100
* scd:nks: Support the Telesec ESIGN application.Werner Koch2022-10-201-26/+81
* scd:nks: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-10-204-25/+26
* scd:nks: Handle APP_READKEY_FLAG_INFO.Werner Koch2022-10-201-52/+117
* scd:nks: Add support for signing plain SHA-2 digests.Ingo Klöcker2022-10-201-17/+67
* scd:nks: Support READKEY with keygrip and for "NKS-IDLM" keyref.NIIBE Yutaka2022-10-201-0/+22
* scd:nks: Factor out pubkey retrieval from keygrip handling.NIIBE Yutaka2022-10-201-84/+72
* scd:nks: Add support of KEYGRIP for do_readcert.NIIBE Yutaka2022-10-201-0/+18
* scd:nks: Factor out iteration over filelist.NIIBE Yutaka2022-10-201-78/+114
* scd:nks: Fix caching keygrip (more).NIIBE Yutaka2022-10-201-5/+7
* scd:nks: Minor additions to the basic IDLM application support.Werner Koch2022-10-201-15/+25
* scd,nks: Fix caching keygrip.NIIBE Yutaka2022-10-201-3/+4
* scd:nks: Emit the algo string with KEYPAIRINFOWerner Koch2022-10-201-15/+48
* scd:nks: Implement writecert for the Signature card v2.Werner Koch2022-10-203-8/+134
* scd:nks: Fix certificate read problem with TCOS signature card v2.Werner Koch2022-10-201-0/+2
* scd:nks: Fix remaining tries warning in --reset mode.Werner Koch2022-10-201-9/+10
* scd:nks: Add framework to support IDKey cards.Werner Koch2022-10-201-51/+124
* scd:nks: Get the PIN prompts right for the Signature CardWerner Koch2022-10-201-56/+136