summaryrefslogtreecommitdiff
path: root/src/serv.c
Commit message (Expand)AuthorAgeFilesLines
* serv: stop setting AI_ADDRCONFIG on getaddrinfoDaiki Ueno2021-05-211-5/+1
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-5/+5
* gnutls-serv: Do not exit when a message to be echoed is receivedAnderson Toshiyuki Sasaki2020-03-241-2/+2
* serv: support building with OCSP disabledDmitry Eremin-Solenikov2019-12-291-0/+27
* gnutls-serv: do not exit on command failureNikos Mavrogiannopoulos2019-12-071-18/+30
* serv: move closing TABLE tag after actual table endDmitry Eremin-Solenikov2019-10-271-1/+3
* src: fix noreturn-related warningDmitry Eremin-Solenikov2019-10-181-1/+1
* Implemented raw public key support for gnutls-serv application.Tom Vrancken2019-10-041-4/+45
* gnutls-serv: add --httpdata option to respond with fixed sized dataDaiki Ueno2019-06-191-1/+47
* gnutls-serv: add --recordsize optionDaiki Ueno2019-06-191-0/+14
* gnutls-serv: GERR macro will output in stderrNikos Mavrogiannopoulos2019-05-201-1/+1
* tools: suppress ctime() error from static analysersNikos Mavrogiannopoulos2019-05-091-1/+2
* serv, cli: add --keymatexport optionDaiki Ueno2019-04-191-0/+7
* Use https:// in lib/, src/, and m4/Tim Rühsen2019-03-131-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* serv: add --maxearlydata optionDaiki Ueno2018-11-181-1/+9
* anti_replay: moved new add function into anti_replay structureNikos Mavrogiannopoulos2018-11-151-8/+9
* serv: enable anti-replay when early data is usedDaiki Ueno2018-11-121-36/+107
* serv: add --earlydata optionDaiki Ueno2018-11-121-8/+31
* gnutls-serv: use default priorities when none are givenNikos Mavrogiannopoulos2018-10-301-6/+12
* gnutls-serv: re-introduce the session identifier messageNikos Mavrogiannopoulos2018-08-071-11/+9
* gnutls-serv: don't close connection properly when handshake is not yet completeNikos Mavrogiannopoulos2018-08-031-6/+9
* gnutls-serv: improve output under TLS1.3Nikos Mavrogiannopoulos2018-07-271-45/+63
* gnutls-serv: when post-handshake auth is asked; require a certificateNikos Mavrogiannopoulos2018-06-271-4/+12
* TLS 1.3: Introduced TLS 1.3 session resumptionAnder Juaristi2018-05-261-4/+0
* gnutls-cli: enhanced tool for TLS1.3 optionsNikos Mavrogiannopoulos2018-05-041-4/+8
* gnutls-serv: allow loading multiple OCSP responsesNikos Mavrogiannopoulos2018-02-191-8/+16
* serv: increase cache size used for resumptionNikos Mavrogiannopoulos2018-02-021-1/+1
* gnutls-serv: fix double-free on inactivity timeouttmp-dueno-serv-double-freeDaiki Ueno2017-12-011-0/+1
* gnutls-serv: print the right error code on OCSP request settingNikos Mavrogiannopoulos2017-10-181-2/+3
* 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