aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch2-6/+16
2024-02-05gpgsm: Increase salt size in pkcs#12 parser.Werner Koch1-1/+1
2024-02-05gpgsm: cleanup on error pathsÁngel González1-19/+22
2024-01-23sm: Fix ECDH encryption with dhSinglePass-stdDH-sha384kdf-scheme.NIIBE Yutaka1-1/+1
2024-01-15gpgsm: Allow parsing of PKCS#12 files with two private keys.Werner Koch4-91/+133
2024-01-15gpgsm: Improve the status line for --verify errors.Werner Koch1-1/+6
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch1-2/+21
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-09gpg,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 Koch8-25/+27
2023-10-24sm: Flag Brainpool curves as compliant.Werner Koch1-3/+3
2023-10-24common: Provide API to parse BER/TLV encodings.Werner Koch1-793/+67
2023-10-24sm: Another partly rewrite of minip12.cWerner Koch1-182/+319
2023-10-18doc: Minor typo fixes.Werner Koch1-1/+3
2023-10-10gpgsm: Improvements for NDEF in the pkcs#12 parserWerner Koch1-10/+23
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-08-31gpgsm: Add --always-trust feature.Werner Koch5-7/+59
2023-07-04gpgsm: Init a diagnostic var.Werner Koch1-1/+1
2023-06-29sm: Adding missing stuff to the PKCS#12 parser rewrite.Werner Koch2-89/+171
2023-06-28sm: Major rewrite of the PKCS#12 parserWerner Koch5-792/+1859
2023-06-28sm: Remove duplicated code.Werner Koch1-81/+28
2023-06-19gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch1-9/+36
2023-06-15gpgsm: New option --input-size-hint.Werner Koch7-0/+23
2023-06-15gpgsm: Fix last commitWerner Koch1-9/+1
2023-06-15gpgsm: Print PROGRESS status lines.Werner Koch6-3/+66
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-1/+30
2023-05-22sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2-5/+13
2023-05-08kbx: Use custom estream bufferingWerner Koch1-0/+6
2023-05-04kbx: Add extra flags to fopen for use by Windows.Werner Koch1-1/+1
2023-05-04gpgsm: Cache the non-existence of the policy file.Werner Koch1-2/+17
2023-04-04Use the keyboxd for a fresh installWerner Koch1-4/+24
2023-04-03agent: Add trustlist flag "de-vs".Werner Koch3-2/+7
2023-04-03gpgsm: Create binary detached sigs with definite form length octets.Werner Koch1-4/+251
2023-03-31gpgsm: Remove conditional compilation for older libksba versions.Werner Koch2-18/+5
2023-03-16gpgsm: New option --no-pretty-dnWerner Koch3-2/+16
2023-03-10dirmngr: Add command "GETINFO stats".Werner Koch1-0/+3
2023-03-09dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch1-0/+1
2023-03-08gpg,gpgsm: New option --log-timeWerner Koch1-0/+10
2023-03-08gpgsm: Strip trailing zeroes from detached signatures.Werner Koch1-2/+8
2023-02-26gpgsm: Improve cert lookup callback from dirmngr.Werner Koch3-5/+13
2023-02-24sm: Fix dirmngr loadcrl for intermediate certsAndre Heinecke1-2/+26
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch2-4/+16
2022-12-09build: Remove Windows CE support.NIIBE Yutaka1-2/+2
2022-12-05gpgsm: Print the revocation time also with --verify.Werner Koch1-1/+16