summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-3/+3
* certtool: --to-p12: use modern algorithms by defaultDaiki Ueno2022-01-071-1/+1
* certtool: when making X25519 or X448 certs, always use "key agreement"Daniel Kahn Gillmor2021-09-171-0/+4
* certtool: order DN components by scale.Daniel Kahn Gillmor2021-05-281-11/+11
* certtool: Align warning about --provable with actual codeDaniel Kahn Gillmor2021-05-041-1/+1
* certtool: fix parsing of --verify-profile optionDaiki Ueno2021-05-031-1/+1
* certtool: don't copy CRL distribution point from CA certDaiki Ueno2021-04-281-3/+1
* Merge branch 'tmp-fix-cert-pass' into 'master'Daiki Ueno2020-08-141-1/+2
|\
| * p12: do not encrypt encrypt certificate bag with empty passwordtmp-fix-cert-passDmitry Baryshkov2020-05-281-1/+2
* | build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-06-151-3/+3
* | gnulib: update git submoduleDaiki Ueno2020-05-291-14/+14
|/
* certtool: use gnutls_pkcs7_print_signature_infoDmitry Baryshkov2020-05-141-81/+7
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-0/+1
* certtool: always set extensions from templateNikos Mavrogiannopoulos2019-12-231-1/+2
* certtool: added option to apply a certificate verification profileNikos Mavrogiannopoulos2019-12-191-0/+15
* certtool: always include the CRL distribution points on CAsNikos Mavrogiannopoulos2019-11-251-9/+10
* certtool: CA certificates will contain the digital signature key usage flagNikos Mavrogiannopoulos2019-05-201-1/+5
* tools: suppress ctime() error from static analysersNikos Mavrogiannopoulos2019-05-091-3/+5
* certtool: refuse to accept an incompatible key typeNikos Mavrogiannopoulos2019-04-251-2/+13
* certtool: generate RSA-PSS certificates from RSA keysNikos Mavrogiannopoulos2019-04-201-15/+37
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-2/+1
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-131-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-261-15/+20
* certtool: don't output pkcs12 information to stderrDmitry Eremin-Solenikov2018-11-261-10/+7
* certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-261-42/+21
* certtool: allow --update-certificate to replace public keyNikos Mavrogiannopoulos2018-11-071-1/+16
* certtool: updates in documentation in messages for CRL generationNikos Mavrogiannopoulos2018-09-171-3/+7
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-3/+15
* certtool: eliminated limits in certificate export sizeNikos Mavrogiannopoulos2018-07-261-20/+20
* certtool: honour --hash option when generating PKCS#12 filesDmitry Eremin-Solenikov2018-06-231-1/+7
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-231-3/+13
* certtool: use larger serial and CRL numbersMartin Sucha2018-05-191-2/+2
* certtool: honor --ask-pass when loading a private keyNikos Mavrogiannopoulos2018-05-071-1/+1
* certtool: avoid duplicate deinitialization on --certificate-pubkeyNikos Mavrogiannopoulos2018-01-261-4/+8
* certtool: allow using SHA512 for key IDsNikos Mavrogiannopoulos2017-10-011-1/+3
* certtool: allow using --fingerprint with sha384 or sha512Nikos Mavrogiannopoulos2017-10-011-5/+7
* certtool: use assert to protect var accessNikos Mavrogiannopoulos2017-09-241-1/+3
* certtool: eliminate global use of default_digNikos Mavrogiannopoulos2017-08-271-32/+32
* sign_params_to_flags: moved to certtool-common.cNikos Mavrogiannopoulos2017-08-271-27/+0
* certtool: hash_to_id moved to certtool-common.cNikos Mavrogiannopoulos2017-08-271-30/+4
* certtool: do not ask about RSA encryption in non-RSA keysNikos Mavrogiannopoulos2017-08-231-3/+0
* certtool: introduced --to-rsa optionNikos Mavrogiannopoulos2017-08-151-1/+68
* p11tool: --generate-xxx options were replaced by generate-privkeyNikos Mavrogiannopoulos2017-08-091-20/+5
* certtool: create mapping between --load-x and --info optionsNikos Mavrogiannopoulos2017-08-071-12/+31
* certtool: removed definitions of non-existing functionsNikos Mavrogiannopoulos2017-08-071-3/+0
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-1/+4
* certtool: provable private keys are always exported in PKCS#8 formNikos Mavrogiannopoulos2017-08-071-2/+2
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-9/+13
* certtool: set RSA-PSS parameters using GNUTLS_KEYGEN_SPKI kdata typeNikos Mavrogiannopoulos2017-08-041-4/+19