aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* scd:nks: Support decryption using ECDH.Werner Koch2022-10-201-74/+307
* scd:nks: Add do_with_keygrip and implement a cache.Werner Koch2022-10-201-90/+349
* scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch2022-10-201-165/+302
* gpg: Move NETLIBS after GPG_ERROR_LIBS (another).NIIBE Yutaka2022-10-181-1/+1
* dirmngr: Fix build with no LDAP support.NIIBE Yutaka2022-10-181-0/+2
* gpg: Move NETLIBS after GPG_ERROR_LIBS.NIIBE Yutaka2022-10-181-6/+6
* gpg: Report an error for receiving key from agent.NIIBE Yutaka2022-10-131-0/+1
* Post release updatesWerner Koch2022-10-133-2/+6
* Release 2.2.40gnupg-2.2.40Werner Koch2022-10-102-4/+29
* po: Auto updateWerner Koch2022-10-101-1/+3
* gpg: For de-vs use AES-128 instead of 3DES as implicit preference.Werner Koch2022-10-101-2/+10
* sm: Fix reporting of bad passphrase errorIngo Klöcker2022-10-101-1/+4
* wkd: Implement --blacklist option for gpg-wks-clientWerner Koch2022-10-073-4/+193
* wkd: Restrict gpg-wks-client --mirror to the given domains.Werner Koch2022-10-071-16/+62