aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-27gpgsm: Set validity flag in keylisting to n for untrusted root cert.Werner Koch1-0/+2
2023-11-14gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch1-0/+5
2023-11-14gpgsm: Re-introduce the bad passphrase hint for pkcs#12.Werner Koch1-0/+2
2023-11-10gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka1-0/+2
2023-11-08gpgsm: Support ECDSA in de-vs mode.Werner Koch3-3/+5
2023-11-08gpgsm: Cleanup of legacy variable name use.Werner Koch2-117/+89
2023-10-24sm: Flag Brainpool curves as compliant for all other operations.Werner Koch7-23/+25
2023-10-24sm: Flag Brainpool curves as compliant.Werner Koch1-3/+3
2023-10-24sm: Another partly rewrite of minip12.cWerner Koch1-180/+330
2023-10-17sm: Minor robustness fix for a regression test.Werner Koch1-1/+4
2023-10-17sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch1-31/+76
2023-10-06sm: Support more HMAC algos in the pkcs#12 parser.Werner Koch2-15/+128
2023-10-05sm: Improve the octet string cramming for pkcs#12Werner Koch1-17/+62
2023-09-07agent: Add trustlist flag "de-vs".Werner Koch2-0/+3
2023-09-07agent: New flag "qual" for the trustlist.txt.Werner Koch3-2/+9
2023-09-07gpgsm: Create binary detached sigs with definite form length octets.Werner Koch1-4/+250
2023-09-07gpgsm: Strip trailing zeroes from detached signatures.Werner Koch1-2/+8
2023-08-31gpgsm: Add --always-trust feature.Werner Koch5-7/+58
2023-08-28gpgsm: Avoid warnings due to enum conversionsWerner Koch1-3/+3
2023-08-28sm: Fix use of value NONE in gnupg_isotime_t type.NIIBE Yutaka5-7/+13
2023-07-05sm: Complete rewrite of the PKCS#12 parserWerner Koch5-774/+2108
2023-07-05sm: Remove duplicated code.Werner Koch1-81/+28
2023-07-05gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch1-9/+36
2023-07-05gpgsm: New option --input-size-hint.Werner Koch7-0/+23
2023-07-05gpgsm: Print PROGRESS status lines.Werner Koch6-3/+58
2023-05-26sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2-5/+13
2023-05-25w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2-7/+15
2023-05-10kbx: Use custom estream bufferingWerner Koch1-0/+6
2023-05-10gpgsm: Cache the non-existence of the policy file.Werner Koch1-2/+17
2023-03-24gpg,gpgsm: Extend the use of allow-ecc-encr and vsd-allow-ocbWerner Koch1-1/+2
2023-02-26gpgsm: Improve cert lookup callback from dirmngr.Werner Koch3-5/+13
2023-02-24sm: Fix issuer certificate look error due to legacy error code.Werner Koch8-101/+115
2023-01-13sm: Support generation of card-based ECDSA CSR.Damien Goutte-Gattat via Gnupg-devel1-16/+43
2023-01-13sm: Fix regression due to the new ECC cert generationWerner Koch1-1/+5
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch2-4/+19
2022-12-06gpgsm: Silence the "non-critical certificate policy not allowed".Werner Koch1-2/+3
2022-11-30gpgsm: Change default algo to AES-256.Werner Koch1-1/+1
2022-11-15gpgsm: Fix colon outout of ECC encryption certificatesWerner Koch1-3/+3
2022-11-15gpgsm: Support signing using ECDSA.Werner Koch2-33/+53
2022-11-15gpgsm: Support verification of nistp521 signatures.Werner Koch1-5/+8
2022-11-14gpgsm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch4-6/+11
2022-11-14gpgsm: Some more ECC support backported.Werner Koch2-25/+94
2022-10-31gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch1-1/+1
2022-10-28gpgsm: Also announce AES256-CBC in signatures.Werner Koch1-7/+10
2022-10-28gpgsm: New compatibility flag "allow-ecc-encr".Werner Koch3-1/+6
2022-10-28sm: Support encryption using ECDH keys.Werner Koch3-15/+311
2022-10-28gpgsm: Allow ECC encryption keys with just keyAgreement specified.Werner Koch3-3/+13
2022-10-28gpgsm: Use macro constants for cert_usage_p.Werner Koch1-15/+27
2022-10-20gpgsm: Create ECC certificates with AKI and SKI by default.Werner Koch1-32/+145
2022-10-20gpgsm: Print the key types as standard key algorithm strings.Werner Koch3-16/+49