summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* danetool: added option to print the raw entries.Nikos Mavrogiannopoulos2014-07-222-0/+45
* p11tool/certtool: Added --curve parameter.Nikos Mavrogiannopoulos2014-07-076-1/+51
* p11tool: only print warning about key sizes in RSA keysNikos Mavrogiannopoulos2014-07-071-1/+1
* p11tool: make brief output more briefNikos Mavrogiannopoulos2014-07-071-3/+5
* p11tool: don't outsmart user and override login typeNikos Mavrogiannopoulos2014-07-031-6/+5
* p11tool: use GNUTLS_PIN and GNUTLS_SO_PIN when setting the PINs of an initial...Nikos Mavrogiannopoulos2014-07-022-6/+10
* tools: when in batch mode and no PIN, print a note about using the environmen...Nikos Mavrogiannopoulos2014-07-021-1/+4
* tools: PIN callback will respect batch mode and will not ask for PIN.Nikos Mavrogiannopoulos2014-07-026-23/+26
* p11tool: Ask for label if not specified.Nikos Mavrogiannopoulos2014-07-025-4/+19
* p11tool: If there is only a single token available, don't bother complaining ...Nikos Mavrogiannopoulos2014-07-023-14/+48
* certtool: document that URLs are supportedNikos Mavrogiannopoulos2014-07-011-1/+5
* p11tool: document GNUTLS_SO_PIN env variableNikos Mavrogiannopoulos2014-07-011-2/+2
* p11tool/certtool: use GNUTLS_SO_PIN for reading security officer's PINNikos Mavrogiannopoulos2014-07-011-3/+9
* p11tool: added options --set-pin and --set-so-pinNikos Mavrogiannopoulos2014-07-014-13/+47
* gnutls-serv: removed the --print-cert option; the cert was anyway being printed.Nikos Mavrogiannopoulos2014-06-262-10/+0
* corrected typoNikos Mavrogiannopoulos2014-06-261-1/+1
* p11tool: updated documentationNikos Mavrogiannopoulos2014-06-261-6/+7
* p11tool: Warn when no --outfile has been specified on key generationNikos Mavrogiannopoulos2014-06-261-1/+7
* certtool: allow specifying the friendly name on the command line and use the ...Nikos Mavrogiannopoulos2014-06-264-9/+58
* p11tool: warn in more operations if --login is not specifiedNikos Mavrogiannopoulos2014-06-251-4/+8
* p11tool: No longer assume a default URL for operations.Nikos Mavrogiannopoulos2014-06-251-3/+2
* p11tool: Do not allow a newline as PIN.Nikos Mavrogiannopoulos2014-06-251-4/+4
* gnutls-cli: Do not try to load the system CA trust if --insecure is specified.Nikos Mavrogiannopoulos2014-06-171-1/+5
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-2/+2
* p11tool: Allow marking a certificate as a CA.Nikos Mavrogiannopoulos2014-06-164-3/+21
* use the new API for receiving dataNikos Mavrogiannopoulos2014-06-061-3/+4
* gnutls-cli-debug: Use proper HTTP requestNikos Mavrogiannopoulos2014-06-061-1/+1
* 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: Added option --stdout-infoNikos Mavrogiannopoulos2014-06-052-26/+43
* certtool: When an external file is used increase out maximum buffer accordingly.Nikos Mavrogiannopoulos2014-06-044-117/+148
* Added the --print-cert option to gnutls-serv.Nikos Mavrogiannopoulos2014-05-292-0/+10
* certtool: correct size calculation when loading privkeyNikos Mavrogiannopoulos2014-05-291-2/+2
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-274-19/+5
* ocsptool: Include path in ocsp request.Nikos Mavrogiannopoulos2014-05-261-5/+9
* Allow wildcard comparison of options.Nikos Mavrogiannopoulos2014-05-231-2/+9
* certtool: Warn when invalid configuration options are set into a template.Nikos Mavrogiannopoulos2014-05-231-1/+90
* Added aliases for unit and organization.Nikos Mavrogiannopoulos2014-05-201-1/+8
* certtool: allow multiple organizations and organizational unit names to be sp...Nikos Mavrogiannopoulos2014-05-201-42/+48
* tools: Replace normal sec-param with medium in documentation.Nikos Mavrogiannopoulos2014-05-173-3/+3
* certificate verification is performed asynchronously.Nikos Mavrogiannopoulos2014-05-171-11/+28
* enhanced the danetool usage instructions.Nikos Mavrogiannopoulos2014-05-151-1/+2
* Do not use autogen's file option for input parameters.Nikos Mavrogiannopoulos2014-05-151-6/+3
* certtool: check for null prior to checking for empty passwdNikos Mavrogiannopoulos2014-05-141-1/+1
* gnutls-cli: if dane verification is used but not PKIX only check the end cert...Nikos Mavrogiannopoulos2014-05-131-1/+7
* Added gnutls-serv option --verify-client-cert.Nikos Mavrogiannopoulos2014-05-092-1/+8
* Do not run autogen twice to generate the header files.Nikos Mavrogiannopoulos2014-05-061-9/+19
* Do not set "NORMAL" as default priority string.Nikos Mavrogiannopoulos2014-05-051-3/+0
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-042-9/+15
* Added a timeout to close inactive sessions.Nikos Mavrogiannopoulos2014-05-041-3/+14