summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-0/+2
* remove ifdefs for session ticketsNikos Mavrogiannopoulos2013-08-251-4/+0
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-1/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* corrected issue in ecccertfile optionNikos Mavrogiannopoulos2013-04-021-1/+1
* gnutls-serv may run without certificate, but will issue a warningNikos Mavrogiannopoulos2013-03-141-2/+1
* gnutls-serv issues an error if no certificate and key pair was set.Nikos Mavrogiannopoulos2013-03-141-27/+51
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-131-0/+8
* removed unneeded codeNikos Mavrogiannopoulos2013-03-111-5/+0
* use set_int when neededNikos Mavrogiannopoulos2013-02-181-1/+1
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-161-3/+1
* Added conditional to disable DTLS-SRTP support.Nikos Mavrogiannopoulos2012-11-051-0/+2
* Fix typos in error messagesMartin Storsjo2012-11-011-1/+1
* Check for errors while setting an SRTP profile.Nikos Mavrogiannopoulos2012-11-011-1/+8
* Support SRTP profile negotiation in the client and server toolsMartin Storsjo2012-11-011-0/+3
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-11/+12
* Session ID is correctly read.Nikos Mavrogiannopoulos2012-09-281-9/+2
* Implement status_request OCSP extension.Simon Josefsson2012-09-281-3/+27
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-4/+5
* mingw64 compilation fixesNikos Mavrogiannopoulos2012-09-021-1/+1
* Some small optimizations in heartbeat handling and regeneration of src/ args ...Nikos Mavrogiannopoulos2012-08-301-2/+1
* Added Heartbeat extension support.Olga2012-08-301-118/+148
* On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now theNikos Mavrogiannopoulos2012-08-301-0/+11
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-2/+2
* removed unused functions.Nikos Mavrogiannopoulos2012-06-071-12/+0
* corrected check_command() inputNikos Mavrogiannopoulos2012-02-291-1/+1
* rehandshake command works in udp mode as well.Nikos Mavrogiannopoulos2012-02-261-8/+1
* do not try to verify certificates when not needed.Nikos Mavrogiannopoulos2012-02-181-2/+4
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-2/+0
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-2/+2
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-281-2/+4
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-2/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* corrected command line parsing issues.Nikos Mavrogiannopoulos2012-01-221-36/+42
* updated parameter parsing.Nikos Mavrogiannopoulos2012-01-211-26/+29
* gnutls-serv uses libopts.Nikos Mavrogiannopoulos2012-01-211-77/+102
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* tcp and udp server are now void functions.Nikos Mavrogiannopoulos2012-01-081-6/+4
* use AI_ADDRCONFIG if available.Nikos Mavrogiannopoulos2012-01-041-1/+5
* Set don't fragment bit in Linux as well as in BSD variants.Nikos Mavrogiannopoulos2011-12-281-5/+8
* prepend UDP to server application name when in UDP mode.Nikos Mavrogiannopoulos2011-12-281-2/+6
* Only use configured interfaces. Patch by Pino Toscano.Nikos Mavrogiannopoulos2011-12-181-1/+1
* added extra headers.Nikos Mavrogiannopoulos2011-10-221-0/+1
* libextra is not needed for neither gnutls-cli or serv.Nikos Mavrogiannopoulos2011-10-041-7/+0
* do not trust getaddrinfo if IPv6 is not enabled. Patch by Somchai Smythe.Nikos Mavrogiannopoulos2011-09-201-0/+4
* use gnutls_sec_param_to_pk_bits() for DH parameter generation.Nikos Mavrogiannopoulos2011-08-131-1/+1
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-031-3/+1
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+2
* Added feature to specify ecc private keys and certificates.Nikos Mavrogiannopoulos2011-05-281-0/+14