summaryrefslogtreecommitdiff
path: root/src/certtool-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* certtool: ensure that allocated buffer has a minimum size of 64kb.Nikos Mavrogiannopoulos2014-06-051-1/+2
* certtool: When an external file is used increase out maximum buffer accordingly.Nikos Mavrogiannopoulos2014-06-041-16/+38
* certtool: check for null prior to checking for empty passwdNikos Mavrogiannopoulos2014-05-141-1/+1
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-041-9/+11
* changed the behavior in certtool's PKCS #8 key export with no passwordNikos Mavrogiannopoulos2014-04-031-5/+10
* improved error messageNikos Mavrogiannopoulos2014-04-021-1/+1
* fixes for 'medium' levelNikos Mavrogiannopoulos2014-03-261-1/+1
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-1/+1
* use newlines in error printingNikos Mavrogiannopoulos2014-02-051-36/+36
* more updates for the security param renameNikos Mavrogiannopoulos2014-01-141-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-857/+798
* enable --outder for certtool --dh-infoDaniel Kahn Gillmor2013-11-081-3/+11
* enable --inder for certtool --dh-infoDaniel Kahn Gillmor2013-11-081-1/+1
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-41/+139
* corrected C parameter generation.Nikos Mavrogiannopoulos2013-01-211-1/+1
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-211-40/+276
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-130/+6
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-2/+2
* Certtool updates.Nikos Mavrogiannopoulos2012-10-091-3/+6
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-251-22/+42
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-21/+1
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-121/+11
* Allow gnutls-cli to be used with tpmkey urlsNikos Mavrogiannopoulos2012-07-131-1/+1
* Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function.Nikos Mavrogiannopoulos2012-07-131-3/+33
* Added support for legacy keyNikos Mavrogiannopoulos2012-07-131-0/+4