summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls-cli: fixed bounds check on benchmark-tlsNikos Mavrogiannopoulos2017-08-181-1/+1
* certtool: fixed documentation of sign-paramsNikos Mavrogiannopoulos2017-08-171-2/+2
* updated auto-generated filestmp-to-rsaNikos Mavrogiannopoulos2017-08-152-636/+668
* certtool: introduced --to-rsa optionNikos Mavrogiannopoulos2017-08-152-1/+76
* gnutls-serv: --require-client-cert no longer implies --verify-client-certNikos Mavrogiannopoulos2017-08-102-2/+3
* updated auto-generated filestmp-p11tool-generate-updateNikos Mavrogiannopoulos2017-08-092-462/+495
* p11tool: --generate-xxx options were replaced by generate-privkeyNikos Mavrogiannopoulos2017-08-095-23/+47
* certtool: eliminated unused variableNikos Mavrogiannopoulos2017-08-082-7/+0