aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-20gpgsm: Support decryption of ECDH dataWerner Koch1-6/+368
2022-10-20gpgsm: Support key generation with ECC.NIIBE Yutaka1-5/+37
2022-10-20gpgsm: Remove restriction of key generation (only RSA).NIIBE Yutaka1-12/+10
2022-10-10sm: Fix reporting of bad passphrase errorIngo Klöcker1-1/+4
2022-08-19gpgsm: New option --compatibility-flags.Werner Koch4-9/+67
2022-06-21sm: Update pkcs#12 module from masterWerner Koch3-361/+761
2022-04-20w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch1-1/+1
2022-03-09sm: Fix parsing encrypted data.NIIBE Yutaka1-1/+14
2022-03-08gpgsm: New option --require-complianceWerner Koch5-3/+36
2022-02-03sm: New option --ignore-cert-with-oid.Werner Koch3-0/+44
2022-01-27gpgconf: Tweak the use of ldapserver.Werner Koch1-3/+6
2022-01-26gpgconf: Fix --list-options for forced optionsWerner Koch1-19/+0
2021-12-30gpgsm: Re-group the options in the --help output.Werner Koch1-112/+122
2021-12-29gpgconf: Support reading global options (part 2).Werner Koch1-5/+9
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch2-0/+9
2021-11-15sm: Detect circular chains in --list-chain.Werner Koch1-1/+7
2021-06-09sm: New option --ldapserver as an alias for --keyserver.Werner Koch1-1/+3
2021-06-02sm: Support AES-GCM decryption.Werner Koch2-7/+87
2021-05-26gpg,sm: Simplify keyserver spec parsing.Werner Koch3-127/+10
2021-05-20Assorted memory leak fixes on the error code paths.Werner Koch3-6/+21
2021-05-17sm: Ask for the password for password based decryption (pwri)Werner Koch3-6/+25
2021-05-17sm: Support decryption of password based encryption (pwri)Werner Koch1-59/+478
2021-03-02sm: Do away with the locked flag in keydb.cWerner Koch1-21/+15
2021-03-02sm: Lock kbx files also before a search.Werner Koch1-1/+6
2021-03-02sm: On Windows close the kbx files at several places.Werner Koch3-1/+29
2021-03-02sm: Remove unused function.Werner Koch2-39/+0
2021-03-01sm: Silence some other pkcs#12 import prattleWerner Koch1-2/+3
2021-02-24sm: Silence some output on --quietWerner Koch5-6/+28
2021-01-28Include the library version in the compliance checks.Werner Koch3-2/+3
2020-12-04Backport of the new option parser from 2.3Werner Koch1-84/+84
2020-11-10w32: Support Unicode also for config files etc.Werner Koch2-2/+2
2020-11-04common: Fix duplicate implementation of try_make_homedir.Werner Koch1-24/+1
2020-10-26g10,sm: Use gnupg_access at two more places.Werner Koch1-1/+1
2020-10-23Replace most calls to open by a new wrapper.Werner Koch1-1/+1
2020-10-21Replace most of the remaining stdio calls by estream calls.Werner Koch3-25/+27
2020-10-21Replace all calls to access by gnupg_accessWerner Koch2-5/+6
2020-10-02w32: Add manifest files to most binariesWerner Koch3-3/+26
2020-08-28sm: Fix a bug in the rfc2253 parserWerner Koch1-1/+1
2020-08-25sm: Do not require a default keyring for --gpgconf-list.Werner Koch1-0/+1
2020-08-23gpg,gpgsm: Record the creation time of a private key.Werner Koch1-3/+11
2020-08-04sm: Also show the SHA-256 fingerprint.Werner Koch1-0/+12
2020-07-30w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka1-1/+1
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch9-108/+237
2020-06-26sm: Print the serial number of a cert also in decimal.Werner Koch3-3/+89
2020-05-12common: Change argument order of log_printhex.Werner Koch6-9/+9
2020-04-16sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch1-6/+11
2020-04-16sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch4-26/+180
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch1-1/+39
2020-04-15sm: Support rsaPSS verification also for CMS signatures.Werner Koch2-40/+112