summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
...
* When requesting DANE data resolve a service name into a port number. Reported...Nikos Mavrogiannopoulos2013-03-101-2/+24
* Removed unused code.Nikos Mavrogiannopoulos2013-03-051-4/+0
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-161-3/+1
* Applied disable SNI patch from Daniel.Nikos Mavrogiannopoulos2013-02-011-1/+3
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-7/+11
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-3/+10
* gnutls-cli will try to cannot to all possible returned addresses.Nikos Mavrogiannopoulos2012-11-261-2/+0
* The status-request option was eliminated. Check OCSP only when the status res...Nikos Mavrogiannopoulos2012-11-091-5/+1
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-0/+2
* Fix typos in error messagesMartin Storsjo2012-11-011-1/+1
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-10/+8
* Check for errors while setting an SRTP profile.Nikos Mavrogiannopoulos2012-11-011-1/+7
* Support SRTP profile negotiation in the client and server toolsMartin Storsjo2012-11-011-0/+3
* fix compilation when DANE is disabled.Nikos Mavrogiannopoulos2012-10-301-0/+2
* Added --local-dns option to gnutls-cli.Nikos Mavrogiannopoulos2012-10-131-1/+2
* disable default extensions on --disable-extensions.Nikos Mavrogiannopoulos2012-10-131-17/+6
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-101-1/+1
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-101-1/+1
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-071-4/+0
* Added command-line option to disable CA verification.Nikos Mavrogiannopoulos2012-10-071-12/+16
* removed old flagNikos Mavrogiannopoulos2012-10-071-1/+1
* In gnutls-cli the server certificate is printed prior to verificationNikos Mavrogiannopoulos2012-10-061-2/+3
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-0/+41
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-041-22/+2
* do not set verify_flagsNikos Mavrogiannopoulos2012-10-041-1/+0
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-6/+6
* Use the server's OCSP provided data when verifying a certificate's validity.Nikos Mavrogiannopoulos2012-09-281-1/+24
* Implement status_request OCSP extension.Simon Josefsson2012-09-281-0/+12
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-301-2/+1
* Added Heartbeat extension support.Olga2012-08-301-1/+5
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-071-1/+2
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-1/+1
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-1/+1
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-3/+10
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-2/+2
* Added functions that import any kind of URL into abstract public and private ...Nikos Mavrogiannopoulos2012-07-131-36/+4
* Allow gnutls-cli to be used with tpmkey urlsNikos Mavrogiannopoulos2012-07-131-0/+14
* Added functions to directly load a private key.Nikos Mavrogiannopoulos2012-06-211-87/+17
* removed unused functions.Nikos Mavrogiannopoulos2012-06-071-13/+0
* simplified check for win32Nikos Mavrogiannopoulos2012-06-071-1/+1
* Options --benchmark-tls was split to --benchmark-tls-kxNikos Mavrogiannopoulos2012-06-061-2/+8
* Added the --dh-bits option to gnutls-cli.Nikos Mavrogiannopoulos2012-05-231-1/+2
* Print certificate if --print-cert is given, even on verification failure.Nikos Mavrogiannopoulos2012-05-221-0/+1
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-091-2/+0
* introduce gnutls_certificate_set_x509_system_trustLudwig Nussel2012-05-091-16/+13
* No need to include gettext.h. Link against libintl when needed.Nikos Mavrogiannopoulos2012-04-141-1/+0
* gnutls-cli honours the --x509fmtder.Nikos Mavrogiannopoulos2012-03-131-2/+2
* only set the server name if we do not have an IP address.Nikos Mavrogiannopoulos2012-03-131-3/+4
* benchmark-ciphers re-enabledNikos Mavrogiannopoulos2012-02-201-0/+19
* resolve port only when needed to.Nikos Mavrogiannopoulos2012-02-101-2/+2