summaryrefslogtreecommitdiff
path: root/src/certtool-common.c
Commit message (Expand)AuthorAgeFilesLines
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-4/+10
* algorithms: add support for FFDHE6144Daiki Ueno2018-08-081-0/+4
* certtool: use gnutls_gost_paramset_get_nameDmitry Eremin-Solenikov2018-07-191-21/+2
* certtool: support generating GOST-encrypted PKCS#8/12 filesDmitry Eremin-Solenikov2018-06-231-0/+10
* Support GOST private keys generationDmitry Eremin-Solenikov2018-06-231-0/+6
* certtool: support dumping GOST private key informationDmitry Eremin-Solenikov2018-06-231-0/+81
* tools: eliminated dead assignmentsNikos Mavrogiannopoulos2017-09-241-12/+0
* sign_params_to_flags: moved to certtool-common.cNikos Mavrogiannopoulos2017-08-271-0/+26
* certtool: hash_to_id moved to certtool-common.cNikos Mavrogiannopoulos2017-08-271-0/+31
* p11tool: --generate-xxx options were replaced by generate-privkeyNikos Mavrogiannopoulos2017-08-091-0/+18
* certtool: eliminated unused variableNikos Mavrogiannopoulos2017-08-081-4/+0
* certtool: better print provable key validation parametersNikos Mavrogiannopoulos2017-08-071-6/+9
* certtool: provable private keys are always exported in PKCS#8 formNikos Mavrogiannopoulos2017-08-071-17/+1
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-10/+7
* certtool: do not print error on missing RSA-PSS parameters on keyNikos Mavrogiannopoulos2017-08-031-0/+3
* x509.h: Renamed SPKI related functionsNikos Mavrogiannopoulos2017-08-031-3/+14
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-11/+20
* ocsptool: --load-chain will sort the input chainNikos Mavrogiannopoulos2017-06-201-1/+5
* certtool: improved error message when public key cannot be figured [ci skip]Nikos Mavrogiannopoulos2017-06-081-1/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-2/+24
* certtool: improved printing of the key PIN and key IDNikos Mavrogiannopoulos2017-04-071-2/+2
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-071-11/+2
* certtool: fixed minor issues pointed out by coverityNikos Mavrogiannopoulos2017-04-061-1/+9
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-64/+64
* certtool: improved documentationNikos Mavrogiannopoulos2017-04-051-13/+13
* certtool: enhance to allow writing CRLs in PKCS#12 filesNikos Mavrogiannopoulos2017-03-081-0/+3
* certtool: load_ca_cert() can load a CA from URLsNikos Mavrogiannopoulos2016-12-191-1/+11
* Print a key's or certificate's key ID with SHA256 in addition to SHA1Nikos Mavrogiannopoulos2016-11-221-4/+14
* certtool: --get-dh-params will output the FFDHE primes instead of the SRP primesNikos Mavrogiannopoulos2016-10-141-2/+30
* certtool: improve text on missing options for cert generationNikos Mavrogiannopoulos2016-10-141-1/+5
* tools: clarify errors when reading filesNikos Mavrogiannopoulos2016-09-301-5/+5
* certtool: eliminated memory leaks in DH parameter printing/generation.Nikos Mavrogiannopoulos2016-04-281-0/+7
* certtool: combined all the seed decoding methods to a single oneNikos Mavrogiannopoulos2016-04-281-15/+28
* certtool: allow specifying seed size when generating provable DH parametersNikos Mavrogiannopoulos2016-04-281-1/+28
* certtool: better error handling in file_size()Nikos Mavrogiannopoulos2016-03-111-2/+8
* certtool: the --generate-dh-params option can be combined with --provableNikos Mavrogiannopoulos2016-02-111-6/+265
* certtool: the --dh-info option will retrieve DH parameters from DSA keysNikos Mavrogiannopoulos2016-02-111-4/+29
* tools: allow importing a pubkey from a certificateNikos Mavrogiannopoulos2015-10-161-10/+9
* certtool: recognize the future sec-paramNikos Mavrogiannopoulos2015-10-121-0/+2
* certtool: be more specific on the help message for --sec-param when --bits ar...Nikos Mavrogiannopoulos2015-10-121-1/+12
* certtool: print 16-bytes of hex values per lineNikos Mavrogiannopoulos2015-09-221-3/+7
* certtool: switched the default level to HIGH for key generationNikos Mavrogiannopoulos2015-09-191-4/+1
* certtool: eliminated memory leaks due to new cert loading codeNikos Mavrogiannopoulos2015-08-121-2/+10
* certtool: lifted limits on file size to loadNikos Mavrogiannopoulos2015-08-121-112/+50
* certtool: added --p7-generate, --p7-sign and --p7-detached-signNikos Mavrogiannopoulos2015-06-021-0/+92
* certtool: allow verification against a direct PKCS #7 signerNikos Mavrogiannopoulos2015-06-021-0/+7
* certtool: certtool --generate-dh-params will account for --outderNikos Mavrogiannopoulos2015-04-041-3/+8
* p11tool/certtool: Added --curve parameter.Nikos Mavrogiannopoulos2014-07-071-1/+28
* certtool: allow specifying the friendly name on the command line and use the ...Nikos Mavrogiannopoulos2014-06-261-2/+6
* certtool: avoid sizeof() on lbufferNikos Mavrogiannopoulos2014-06-051-1/+1