summaryrefslogtreecommitdiff
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: include arpa/inet.h in socket.cNikos Mavrogiannopoulos2014-11-071-0/+1
* tools: only warn of an error if it is fatalNikos Mavrogiannopoulos2014-11-041-5/+6
* tools: use idna_to_ascii_8z() to convert internationalized hostnamesNikos Mavrogiannopoulos2014-08-231-3/+20
* danetool/gnutls-cli-debug: added support for imap starttlsNikos Mavrogiannopoulos2014-08-091-3/+17
* danetool: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-091-0/+57
* danetool: improvements in information presentationNikos Mavrogiannopoulos2014-08-091-1/+3
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-4/+46
* safer usage of strerrorNikos Mavrogiannopoulos2013-11-211-1/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-164/+169
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-5/+4
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-1/+12
* corrected socket loop. Based on patch by Mantas Mikulenas.Nikos Mavrogiannopoulos2012-11-261-5/+7
* gnutls-cli will try to cannot to all possible returned addresses.Nikos Mavrogiannopoulos2012-11-261-32/+26
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-9/+10
* Added Heartbeat extension support.Olga2012-08-301-0/+4
* fix compilationNikos Mavrogiannopoulos2012-02-101-1/+1
* use getservbyport() to obtain the service name.Nikos Mavrogiannopoulos2012-02-101-25/+0