summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* certtool: improved documentation on --provable optionNikos Mavrogiannopoulos2017-08-071-2/+11
* 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: silence warnings related to --pkcs8Nikos Mavrogiannopoulos2017-08-071-3/+5
* 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-073-21/+15
* p11tool: auto-generate the list of PKCS#11 mechanisms from p11-kitNikos Mavrogiannopoulos2017-08-044-216/+257
* updated auto-generated filesNikos Mavrogiannopoulos2017-08-042-1374/+1593
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-042-19/+20
* certtool: set RSA-PSS parameters using GNUTLS_KEYGEN_SPKI kdata typeNikos Mavrogiannopoulos2017-08-041-4/+19
* certtool: print signature algorithm in cert verification outputNikos Mavrogiannopoulos2017-08-041-0/+19
* certtool: sign_params_to_flags: use strtok to parse inputNikos Mavrogiannopoulos2017-08-041-5/+20
* certtool: copy SPKI information from private key when availableNikos Mavrogiannopoulos2017-08-041-15/+14
* certtool: allow specifying RSA-PSS parameters for key generationNikos Mavrogiannopoulos2017-08-042-14/+30
* certtool: group together common optionsNikos Mavrogiannopoulos2017-08-041-202/+279
* 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-032-4/+15
* updated auto-generated filesNikos Mavrogiannopoulos2017-08-032-329/+395
* gnutls-cli: introduced options to save client and server tracesNikos Mavrogiannopoulos2017-08-034-7/+90
* gnutls-cli: use FFDHE3072 parameters for benchmarkingNikos Mavrogiannopoulos2017-08-021-54/+2
* cli,serv: do not print any information on compressionNikos Mavrogiannopoulos2017-08-021-9/+0
* cli,serv: no longer print parameters when FFDHE groups are usedNikos Mavrogiannopoulos2017-08-021-0/+7
* gnutls-cli: print the supported groups instead of curvesNikos Mavrogiannopoulos2017-08-021-7/+7
* gnutls-cli: use gnutls_priority_setNikos Mavrogiannopoulos2017-07-251-2/+2
* gnutls-cli: re-use priorities for both client and server on benchmarksNikos Mavrogiannopoulos2017-07-181-2/+2
* gnutls-cli: re-use priorities when measuring performancetmp-gnutls-benchmark-updateNikos Mavrogiannopoulos2017-07-171-2/+10