aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certreqgen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Allow CSR generation with an unprotected key.Werner Koch2025-01-291-1/+4
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* gpgsm: Allow to add extensions at the --gen-key prompt.Werner Koch2024-03-271-0/+5
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-4/+7
* sm: Fix recently introduced regression in CSR creation.Werner Koch2020-06-031-1/+5
* sm: Create ECC certificates with AKI and SKI by default.Werner Koch2020-05-191-31/+127
* sm: Support creation of EdDSA certificates.Werner Koch2020-05-181-21/+68
* sm: Fix possible NULL deref in error messages of --gen-key.Werner Koch2020-03-301-20/+20
* gpgsm: Fix the previous commit.NIIBE Yutaka2020-03-271-5/+5
* gpgsm: Support key generation with ECC.NIIBE Yutaka2020-03-261-5/+37
* gpgsm: Remove restriction of key generation (only RSA).NIIBE Yutaka2020-03-261-8/+9
* sm: Fix certificate creation with key on card.Werner Koch2019-02-211-1/+1
* sm: Support generation of card-based ed25519 CSR.Damien Goutte-Gattat via Gnupg-devel2019-02-181-2/+4
* gpgsm: default to 3072-bit keys.Daniel Kahn Gillmor2017-09-081-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* common: Rename remaining symbols in ksba-io-support.Werner Koch2017-02-161-3/+3
* common: Remove gpgsm dependencies from ksba-io-support.Werner Koch2017-02-161-1/+5
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-1/+1
* sm: Allow combination of usage flags --gen-key.Werner Koch2015-10-281-31/+46
* sm: Change default algos to SHA256 (CSR) and AES128 (bulk encryption).Werner Koch2015-03-251-1/+1
* sm: Silence compiler warnings.Werner Koch2014-09-181-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-8/+8
* gpgsm: Allow specification of an AuthorityKeyIdentifier.Werner Koch2011-12-061-0/+56
* gpgsm: Allow arbitrary extensions for cert creation.Werner Koch2011-12-061-2/+182
* gpgsm: Fix storing of the serial numberWerner Koch2011-12-061-1/+1
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-201-1/+1
* Fix size_t vs int issues.Marcus Brinkmann2011-06-011-1/+1
* Move parameter file description to the manual.Werner Koch2011-03-011-121/+14
* Support X.509 certificate creation.Werner Koch2011-03-011-68/+425
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-29/+28
* Remove superfluous parameter.Werner Koch2010-11-261-1/+1
* 2010-04-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-04-231-2/+2
* Removed almost al dup calls.Werner Koch2010-03-081-3/+4
* Add gpgconf related dummy options default_pubkey_algo.Werner Koch2009-11-231-1/+2
* Change fallback keysize to 2048Werner Koch2009-11-101-3/+3
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-1/+1
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-6/+20
* Fixed creation of private keys under W32.Werner Koch2007-08-221-3/+2
* Updated estream.Werner Koch2007-08-221-21/+7
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-4/+4
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ...Werner Koch2007-06-211-5/+9
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-1/+1
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-1/+1
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-17/+57
* The big Assuan error code removal.Werner Koch2006-09-061-3/+3
* Minor changes and typo fixes.Werner Koch2006-09-061-1/+1
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-4/+2
* better reporting of bad DNsWerner Koch2006-07-031-7/+23