summaryrefslogtreecommitdiff
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: Add option "--logfile" to redirect information message outputKe Zhao2019-03-161-13/+14
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* gnutls-cli: Fix --starttls-proto=xmppTim Rühsen2019-02-181-8/+8
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-6/+6
* cli: add --earlydata optionDaiki Ueno2018-11-121-1/+15
* gnutls-cli: do not print errors twiceNikos Mavrogiannopoulos2018-10-251-1/+2
* Remove trailing dot from hostname inputTim Rühsen2018-07-221-8/+13
* gnutls-cli: ignore E_AGAIN to accommodate async handshake messageDaiki Ueno2018-05-261-1/+1
* gnutls-cli: corrected data written by server traceNikos Mavrogiannopoulos2018-05-051-1/+1
* gnutls-cli: eliminate few memory leaksNikos Mavrogiannopoulos2017-09-231-0/+1
* gnutls-cli: introduced options to save client and server tracesNikos Mavrogiannopoulos2017-08-031-3/+52
* gnutls-cli: Use CRLF with --starttls-proto=smtp.Andreas Metzler2017-05-011-2/+2
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-7/+0
* gnutls-cli-debug: fixed protocol to port discoveryNikos Mavrogiannopoulos2017-02-231-1/+2
* Add LMTP, POP3, NNTP, Sieve and PostgreSQL support to gnutls-cliRobert Scheck2017-02-191-0/+38
* tools: depend on gnutls_idna_map() instead of using directly libidn/libidn2Nikos Mavrogiannopoulos2017-01-261-30/+10
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-251-2/+23
* tools: added explicit socket flag to skip TLS initializationtmp-tools-updateNikos Mavrogiannopoulos2016-11-131-6/+8
* sockets: only use gnutls_bye on a valid socket sessionNikos Mavrogiannopoulos2016-11-131-1/+2
* removed signal.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-261-0/+3
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-261-8/+10
* ocsptool: corrected bug in session establishmentNikos Mavrogiannopoulos2016-08-241-3/+10
* gnutls-cli: added bufferring in starttls read of packetsNikos Mavrogiannopoulos2016-08-221-12/+29
* gnutls-cli: exit with error code 2 on starttls errorsNikos Mavrogiannopoulos2016-08-221-2/+2
* gnutls-cli: fixed the behavior when --starttls or --starttls-proto is givenNikos Mavrogiannopoulos2016-08-221-10/+15
* gnutls-cli: print 'Handshake was completed'Nikos Mavrogiannopoulos2016-08-221-2/+1
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-33/+55
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-261-6/+16
* tools: modify canonicalize_host to not depend on in6_addrNikos Mavrogiannopoulos2016-05-301-1/+1
* tools: allow specifying a hostname with a port attachedNikos Mavrogiannopoulos2016-05-301-0/+18
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-191-0/+15
* tools: explicitly initialize socket struct to zeroNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-191-1/+1
* danetool: Allow specifying a service name into port optionNikos Mavrogiannopoulos2016-04-181-2/+2
* gnutls-cli: corrected usage of gnutls_session_get_data()Nikos Mavrogiannopoulos2016-03-211-0/+4
* tools: don't call endservent in windowsNikos Mavrogiannopoulos2015-11-241-2/+5
* tools: better ftp auth tls negotiationNikos Mavrogiannopoulos2015-11-051-7/+7
* tools: only check for status code in FTP starttls negotiationNikos Mavrogiannopoulos2015-11-031-1/+1
* tools: print more info in starttls negotiation when --verbose is givenNikos Mavrogiannopoulos2015-11-031-25/+34
* tools: when the starttls-proto is specified automatically detect the port if ...Nikos Mavrogiannopoulos2015-10-161-0/+35
* tools: added xmpp into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-1/+13
* tools: added ldap into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-0/+9
* tools: added ftp as a starttls protocolNikos Mavrogiannopoulos2015-03-091-1/+9
* cli sockets: check for a digit prior using atoiNikos Mavrogiannopoulos2015-03-061-1/+4
* gnutls-cli-debug: do not warn multiple times about unknown protocolsNikos Mavrogiannopoulos2015-03-061-2/+8
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-121-1/+8
* gnutls-cli-debug: more precise handling of SMTP protocolNikos Mavrogiannopoulos2015-01-041-1/+2
* use select() instead of alarm for better portabilityNikos Mavrogiannopoulos2014-12-111-4/+11
* gnutls-cli-debug: do not print error on unknown protocolsNikos Mavrogiannopoulos2014-11-241-1/+1