summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ocsptool: import and export OCSP responses in PEM formatNikos Mavrogiannopoulos2018-02-192-33/+114
* gnutls-cli-debug: use explicit TLS versions rather than TLS-ALLNikos Mavrogiannopoulos2018-02-191-1/+1
* p11tool: updated documentation [ci skip]Nikos Mavrogiannopoulos2018-02-081-3/+7
* serv: increase cache size used for resumptionNikos Mavrogiannopoulos2018-02-021-1/+1
* gnutls-cli: no longer print certificate types or compression methodsNikos Mavrogiannopoulos2018-02-021-19/+2
* updated auto-generated filestmp-fix-certtool-double-freeNikos Mavrogiannopoulos2018-01-261-474/+474
* certtool: deprecated the --certificate-pubkey optionNikos Mavrogiannopoulos2018-01-261-1/+2
* certtool: avoid duplicate deinitialization on --certificate-pubkeyNikos Mavrogiannopoulos2018-01-261-4/+8
* p11tool: corrected issue preventing the deletion of objects in batch modeNikos Mavrogiannopoulos2018-01-231-0/+2
* p11tool: corrected type affecting use of --only-urlsNikos Mavrogiannopoulos2018-01-231-1/+1
* gnutls-serv: fix double-free on inactivity timeouttmp-dueno-serv-double-freeDaiki Ueno2017-12-011-0/+1
* psktool: allow up to 512-byte keysNikos Mavrogiannopoulos2017-11-221-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2017-11-213-397/+397
* srptool: --create-conf no longer includes 1024-bit parametersNikos Mavrogiannopoulos2017-11-212-10/+15
* p11tool: renamed pkcs11_set_pin() to allow static linkingNikos Mavrogiannopoulos2017-11-153-4/+4
* tools: do not access unused variablesNikos Mavrogiannopoulos2017-11-142-8/+2
* p11tool: attempt to auto-login when the token requires itNikos Mavrogiannopoulos2017-10-211-8/+21
* p11tool: print PKCS#11 token flags in --list-tokensNikos Mavrogiannopoulos2017-10-211-0/+88
* gnutls-serv: print the right error code on OCSP request settingNikos Mavrogiannopoulos2017-10-181-2/+3
* ocsptool: doc updateNikos Mavrogiannopoulos2017-10-181-1/+5
* doc: improve documentation on provable private keysNikos Mavrogiannopoulos2017-10-091-1/+1
* 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
* gnutls-cli: always initialize the inline commands structtmp-enhance-static-analyzerNikos Mavrogiannopoulos2017-09-241-1/+1
* gnutls-cli-debug: eliminated memory leaksNikos Mavrogiannopoulos2017-09-241-0/+1
* ocsptool: eliminate memory leaksNikos Mavrogiannopoulos2017-09-241-5/+13
* certtool: use assert to protect var accessNikos Mavrogiannopoulos2017-09-241-1/+3
* srptool: removed unused variablesNikos Mavrogiannopoulos2017-09-241-4/+1
* psktool: remove unused variablesNikos Mavrogiannopoulos2017-09-241-4/+2
* gnutls-cli: fix memory leakNikos Mavrogiannopoulos2017-09-241-1/+4
* tools: eliminated dead assignmentsNikos Mavrogiannopoulos2017-09-243-15/+1
* ocsptool: check chain size on verificationNikos Mavrogiannopoulos2017-09-241-1/+5
* gnutls-cli: eliminate few memory leaksNikos Mavrogiannopoulos2017-09-232-4/+10
* parse-datetime: Fix buffer overflowTim Rühsen2017-09-191-10/+7
* pkcs11/get_key_algo_type(): Always initialize bits variableTim Rühsen2017-09-181-2/+2
* cli-debug-args.def: Fix typoAvinash Sonawane2017-08-311-1/+1
* tools: removed re-using PIN message when in non-verbose modeNikos Mavrogiannopoulos2017-08-291-3/+5
* p11tool: print public or private key algorithmNikos Mavrogiannopoulos2017-08-291-3/+111
* updated auto-generated filesNikos Mavrogiannopoulos2017-08-272-137/+203
* p11tool: allow obtaining PIN from command line on operationsNikos Mavrogiannopoulos2017-08-272-4/+10
* certtool: eliminate global use of default_digNikos Mavrogiannopoulos2017-08-271-32/+32
* p11tool: allow signing with RSA-PSS and specifying an explicit hashNikos Mavrogiannopoulos2017-08-273-6/+59
* sign_params_to_flags: moved to certtool-common.cNikos Mavrogiannopoulos2017-08-273-27/+29
* certtool: hash_to_id moved to certtool-common.cNikos Mavrogiannopoulos2017-08-273-30/+37
* Fix some typos [ci skip]Andreas Metzler2017-08-271-2/+2
* p11tool: explicitly mark generated keys as sensitiveNikos Mavrogiannopoulos2017-08-261-1/+3
* certtool: do not ask about RSA encryption in non-RSA keysNikos Mavrogiannopoulos2017-08-231-3/+0
* gnutls-cli-debug: do not run non-FIPS cipher tests when in FIPS modeNikos Mavrogiannopoulos2017-08-181-0/+16
* gnutls-cli-debug: check whether RFC7919 is supportedNikos Mavrogiannopoulos2017-08-183-0/+26
* certtool: simplified certificate PEM printingNikos Mavrogiannopoulos2017-08-181-20/+5