aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | gpgsm: Fix colon outout of ECC encryption certificatesWerner Koch2022-11-151-3/+3
* | 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
* | gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch2022-10-311-1/+1
* | 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
* | gpgsm: Create ECC certificates with AKI and SKI by default.Werner Koch2022-10-201-32/+145
* | 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
|/
* sm: Fix reporting of bad passphrase errorIngo Klöcker2022-10-101-1/+4
* gpgsm: New option --compatibility-flags.Werner Koch2022-08-194-9/+67
* sm: Update pkcs#12 module from masterWerner Koch2022-06-213-361/+761
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-201-1/+1
* sm: Fix parsing encrypted data.NIIBE Yutaka2022-03-091-1/+14
* gpgsm: New option --require-complianceWerner Koch2022-03-085-3/+36
* sm: New option --ignore-cert-with-oid.Werner Koch2022-02-033-0/+44
* gpgconf: Tweak the use of ldapserver.Werner Koch2022-01-271-3/+6
* gpgconf: Fix --list-options for forced optionsWerner Koch2022-01-261-19/+0
* gpgsm: Re-group the options in the --help output.Werner Koch2021-12-301-112/+122
* gpgconf: Support reading global options (part 2).Werner Koch2021-12-291-5/+9
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-182-0/+9
* sm: Detect circular chains in --list-chain.Werner Koch2021-11-151-1/+7
* sm: New option --ldapserver as an alias for --keyserver.Werner Koch2021-06-091-1/+3
* sm: Support AES-GCM decryption.Werner Koch2021-06-022-7/+87
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-263-127/+10
* Assorted memory leak fixes on the error code paths.Werner Koch2021-05-203-6/+21
* sm: Ask for the password for password based decryption (pwri)Werner Koch2021-05-173-6/+25
* sm: Support decryption of password based encryption (pwri)Werner Koch2021-05-171-59/+478
* sm: Do away with the locked flag in keydb.cWerner Koch2021-03-021-21/+15
* sm: Lock kbx files also before a search.Werner Koch2021-03-021-1/+6
* sm: On Windows close the kbx files at several places.Werner Koch2021-03-023-1/+29
* sm: Remove unused function.Werner Koch2021-03-022-39/+0
* sm: Silence some other pkcs#12 import prattleWerner Koch2021-03-011-2/+3
* sm: Silence some output on --quietWerner Koch2021-02-245-6/+28
* Include the library version in the compliance checks.Werner Koch2021-01-283-2/+3
* Backport of the new option parser from 2.3Werner Koch2020-12-041-84/+84
* w32: Support Unicode also for config files etc.Werner Koch2020-11-102-2/+2
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-041-24/+1
* g10,sm: Use gnupg_access at two more places.Werner Koch2020-10-261-1/+1
* Replace most calls to open by a new wrapper.Werner Koch2020-10-231-1/+1
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-213-25/+27
* Replace all calls to access by gnupg_accessWerner Koch2020-10-212-5/+6
* w32: Add manifest files to most binariesWerner Koch2020-10-023-3/+26