summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-2/+10
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* use IP_DONTFRAG if it is defined.Nikos Mavrogiannopoulos2011-03-201-1/+3
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+10
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-1/+1
* Added --mtu option.Nikos Mavrogiannopoulos2011-03-111-1/+1
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-31/+91
* removed more deprecated stuff.Nikos Mavrogiannopoulos2011-02-101-20/+0
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-071-7/+0
* Simplified macro to snprintf() in order to prevent issues caused when snprint...Nikos Mavrogiannopoulos2011-01-151-19/+20
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-498/+498
* Indent code.Simon Josefsson2010-12-061-14/+16
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-051-26/+20
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-12/+13
* gnutls-serv: Do not print CR/LF if received, but instead print LF only.Nikos Mavrogiannopoulos2010-07-111-0/+19
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-28/+0
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-16/+0
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-5/+5
* Indent code.Simon Josefsson2010-04-141-24/+29
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-27/+30
* gnutls-serv will terminate connection on rehandshake errors.Nikos Mavrogiannopoulos2010-03-031-1/+13
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Removed rehandshake initiation capability from client and transferred itNikos Mavrogiannopoulos2010-01-211-1/+20