summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tools: use the AI_IDN flag in getaddrinfo if it existsNikos Mavrogiannopoulos2014-08-231-0/+5
* danetool: added openssl-linking exceptionNikos Mavrogiannopoulos2014-08-235-0/+70
* danetool: ensure the temporary file is always removedNikos Mavrogiannopoulos2014-08-231-17/+29
* gnutls-cli: added --fips140-mode command line optionNikos Mavrogiannopoulos2014-08-142-1/+16
* gnutls-cli/danetool: corrected check on ipv6 IPsNikos Mavrogiannopoulos2014-08-131-1/+1
* gnutls-cli/danetool: added a common check for hostname being an IPNikos Mavrogiannopoulos2014-08-134-5/+16
* gnutls-cli: more organized printing of cipher benchmark outputNikos Mavrogiannopoulos2014-08-111-1/+3
* gnutls-cli: removed salsa20 from the benchmarked ciphersNikos Mavrogiannopoulos2014-08-111-3/+0
* danetool: obtain certificate only onceNikos Mavrogiannopoulos2014-08-091-87/+91
* danetool/gnutls-cli-debug: added support for imap starttlsNikos Mavrogiannopoulos2014-08-093-5/+19
* gnutls-cli-debug: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-092-47/+25
* danetool: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-094-7/+86
* danetool: improvements in information presentationNikos Mavrogiannopoulos2014-08-093-58/+90
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-086-56/+194
* p11tool: added --info parameterNikos Mavrogiannopoulos2014-08-084-4/+17
* p11tool: only print the debugging message in debuglevel > 4Nikos Mavrogiannopoulos2014-08-081-1/+1
* gnutls_pkcs11_flags_get_str -> gnutls_pkcs11_obj_flags_get_strNikos Mavrogiannopoulos2014-08-071-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-072-2/+16
* p11tool: simplify the passing of flags and pass the key wrapping flagNikos Mavrogiannopoulos2014-08-074-102/+118
* gnutls-cli: TLS benchmark parameters were updatedNikos Mavrogiannopoulos2014-08-061-73/+115
* changed semantics of gnutls_pkcs11_privkey_get_pubkey; named gnutls_pkcs11_pr...Nikos Mavrogiannopoulos2014-08-061-3/+19
* p11tool: activate the --batch optionNikos Mavrogiannopoulos2014-08-061-0/+4
* add public key export to p11toolWolfgang Meyer zu Bergsten2014-08-064-0/+46
* gnutls-cli-debug: added AES and CAMELLIA to the list of default ciphersNikos Mavrogiannopoulos2014-08-062-6/+6
* updated to libopts 5.18.3Nikos Mavrogiannopoulos2014-07-2952-240/+272
* updated gnulibNikos Mavrogiannopoulos2014-07-297-32/+82
* 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