Age | Commit message (Expand) | Author |
2017-11-29 | Don't do OCSP stapling only if the staple file is 0 length. | Bob Beck |
2017-11-28 | tweak previous; | Jason McIntyre |
2017-11-28 | Disable oscp stapling on invalid staple, rather than failing to start. | Bob Beck |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-08-11 | punctuation; | Jason McIntyre |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-07-31 | Don't set HTTP date header if already set. | ians |
2017-07-19 | Rework the way that TLS configuration is sent/received via imsgs, so that | Joel Sing |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze |
2017-05-28 | use __func__ in log messages. | Sebastian Benoit |
2017-05-15 | Avoid a crash servicing requests when a server is configured with | Jonathan Gray |
2017-04-17 | some freezero() calls | Theo de Raadt |
2017-04-09 | image/svg+xml is a default inbuilt media type. | Florian Obser |
2017-04-04 | Do not purge the CONFIG_SERVERS config in the parent. The ticket code uses | Claudio Jeker |
2017-03-25 | Implement TLS ticket support in httpd. Off by default. Use | Claudio Jeker |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-16 | Expand $HTTP_HOST in redirects. | Florian Obser |
2017-03-10 | Sync from relayd: DELETE can have a body. | Reyk Floeter |
2017-02-07 | /tmp/cvsspEkok | Reyk Floeter |
2017-02-07 | Improve parsing of the HTTP request line | Reyk Floeter |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-02-02 | Fix support for HTTP pipelining by handling all requests in the buffer. | Reyk Floeter |
2017-01-31 | remove extra call setting OCSP staple now that it is done above | Bob Beck |
2017-01-31 | Correct mistake I made when converting this to new funciton | Bob Beck |
2017-01-31 | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | Bob Beck |
2017-01-31 | Reimplement httpd's support for byte ranges. | Reyk Floeter |
2017-01-31 | The variable clt_done is used in too many places. | Reyk Floeter |
2017-01-31 | Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly. | Reyk Floeter |
2017-01-30 | Fix error path of range requests, found while reviewing byte range support. | Reyk Floeter |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove |
2017-01-24 | sort SEE ALSO; | Jason McIntyre |
2017-01-24 | add ocspcheck to see also | Bob Beck |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-17 | Check the return value of tls_config_set_protocols(), now that it returns | Joel Sing |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-14 | specify ordering and precedence of location { } sections; | Ingo Schwarze |
2016-11-10 | Fix tcp ip ttl / minttl on IPv6 sockets. | Jeremie Courreges-Anglas |
2016-11-06 | conditionalize ocsp load properly | Bob Beck |
2016-11-06 | since ocsp stapling is optional, make sure we guard if we do not have it. | Bob Beck |
2016-11-06 | tweak previous; | Jason McIntyre |
2016-11-06 | Add OCSP stapling support to httpd | Bob Beck |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |