summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-serv: --require-client-cert no longer implies --verify-client-certNikos Mavrogiannopoulos2017-08-101-1/+1
* gnutls-serv: allow receiving requests up to 16kbNikos Mavrogiannopoulos2017-07-111-5/+4
* gnutls-serv: added the --alpn and --alpn-fatal optionsNikos Mavrogiannopoulos2017-07-041-0/+25
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-161-45/+0
* gnutls-serv: allow user to specify multiple x509certile/x509keyfileDmitry Eremin-Solenikov2017-05-201-57/+30
* Fix two memory leaks in debug output of gnutls toolsDmitry Eremin-Solenikov2017-05-191-1/+2
* serv: fixed carriage return stripping in strip()Nikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-1/+1
* gnutls-serv: use the included known DH parameters by defaulttmp-dh-params-ffdheNikos Mavrogiannopoulos2016-10-171-41/+30
* serv: set a timeout value in handshakeNikos Mavrogiannopoulos2016-10-131-0/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-18/+18
* gnutls-serv: sending alerts on mismatched SNI namesHubert Kario2016-05-061-0/+89
* gnutls-serv: don't send closure messages in failed handshakesNikos Mavrogiannopoulos2016-04-181-1/+6
* gnutls-serv: human_addr always returns a non-null argumentNikos Mavrogiannopoulos2016-03-111-2/+2
* gnutls-serv: send alert when wrong data have been received from clientNikos Mavrogiannopoulos2015-05-151-0/+4
* gnutls-serv: print when the peer's certificate is not verifiedNikos Mavrogiannopoulos2015-04-201-6/+10
* Fixed SRTP profile configuration in cli.c and serv.c.David Weber2014-11-141-12/+16
* gnutls-serv: added the --provider optionNikos Mavrogiannopoulos2014-09-191-0/+16
* tools: PIN callback will respect batch mode and will not ask for PIN.Nikos Mavrogiannopoulos2014-07-021-1/+1
* gnutls-serv: removed the --print-cert option; the cert was anyway being printed.Nikos Mavrogiannopoulos2014-06-261-4/+0
* Added the --print-cert option to gnutls-serv.Nikos Mavrogiannopoulos2014-05-291-0/+4
* certificate verification is performed asynchronously.Nikos Mavrogiannopoulos2014-05-171-11/+28
* Added gnutls-serv option --verify-client-cert.Nikos Mavrogiannopoulos2014-05-091-1/+1
* Added a timeout to close inactive sessions.Nikos Mavrogiannopoulos2014-05-041-3/+14
* Send the appropriate alert when a certificate is required but not present.Nikos Mavrogiannopoulos2014-05-031-3/+11
* Cleaned up server process.Nikos Mavrogiannopoulos2014-05-031-241/+90
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-2/+2
* initialize pointerNikos Mavrogiannopoulos2014-03-121-1/+1
* serv.c Fix memory leak for *crtinfo pointer. The reference is lost if an allo...Luis G.F2014-03-121-3/+6
* session tickets can be disabledNikos Mavrogiannopoulos2014-03-051-0/+4
* fixed socket existance checkingMarcus Meissner2014-02-121-2/+4
* more updates for the security param renameNikos Mavrogiannopoulos2014-01-141-1/+1
* explicitly set the gnulib functions for recv and send.Nikos Mavrogiannopoulos2013-12-211-0/+1
* simplified functionNikos Mavrogiannopoulos2013-11-131-10/+13
* reindented codeNikos Mavrogiannopoulos2013-11-081-1410/+1416
* 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