Age | Commit message (Expand) | Author |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in relayd | Sebastian Benoit |
2015-12-24 | completly -> completely | mmcc |
2015-12-07 | Remove NULL-checks before free(). No functional change. | mmcc |
2015-12-05 | initialize host, to get rid of gcc warning, the conditions are correct. | Sebastian Benoit |
2015-12-04 | pledge the relay (layer 7 proxy) children, they can do with "stdio | Sebastian Benoit |
2015-12-02 | relayd (when running relays) can distribute client sessions over hosts | Sebastian Benoit |
2015-12-02 | In most cases we don't need all arguments of proc_compose*_imsg(), | Reyk Floeter |
2015-11-28 | Use SOCK_NONBLOCK in relayd as well. | Reyk Floeter |
2015-07-28 | spacing | Reyk Floeter |
2015-07-18 | Fix unbounded buffer growth. In the case of a slow client reading large files, | Sebastian Benoit |
2015-06-12 | To match relayd's style, use an explicit enum with prefixed names for | Reyk Floeter |
2015-06-08 | Introduce a state on the ctl_relay_event struct. This makes it possible | Claudio Jeker |
2015-05-18 | Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP | Alexander Bluhm |
2015-04-29 | When the HTTP client did close the connection while relayd was still | Alexander Bluhm |
2015-04-23 | We cannot log errors with relay_close() before allocating | Florian Obser |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |
2015-01-22 | spacing | Reyk Floeter |
2015-01-22 | LibreSSL now supports loading of CA certificates from memory, replace | Reyk Floeter |
2015-01-16 | SSL_CTX_use_certificate_chain() has been added to LibreSSL and there | Reyk Floeter |
2015-01-16 | Adapt to <limits.h> universe. | Theo de Raadt |
2015-01-16 | The SSL/TLS session Id context is limited to 32 bytes. Instead of | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-18 | Update relayd to use siphash instead of sys/hash. The source-hash, | Reyk Floeter |
2014-12-12 | Change the keyword "ssl" to "tls" to reflect reality since we | Reyk Floeter |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-15 | Disable SSLv3 by default. | Reyk Floeter |
2014-09-05 | revert previous; was based on a work-in-progress, as well | Bret Lambert |
2014-08-29 | Implement consistent host hashing for relayd, based on | Bret Lambert |
2014-07-14 | When a connection was spliced in one direction and in copy mode in | Alexander Bluhm |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-11 | Add support for EDH to provide perfect forward secrecy for older SSL | Reyk Floeter |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2014-06-27 | knf, no functional change. | Andre de Oliveira |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter |
2014-04-22 | Support the CA key for SSL inspection in the ca process. Instead of | Reyk Floeter |
2014-04-18 | Introduce privsep for private keys: | Reyk Floeter |
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter |
2013-05-30 | Support SSL inspection, the ability to transparently filter in SSL/TLS | Reyk Floeter |
2013-04-20 | SSL_CTX_set_timeout only handles long for the delta timeval, so constrain | Theo de Raadt |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2013-03-09 | Enable TCP socket splicing for HTTP persistent connection and chunked | Alexander Bluhm |
2013-02-05 | Rework http content and chunk handling in relayd. Use special | Alexander Bluhm |
2013-01-17 | Remove unnecessary pointer casts. No binary diff. | Alexander Bluhm |
2012-12-18 | reorder some variables and move large buffers to the top of the stack. | Reyk Floeter |
2012-11-29 | Fix white spaces in relayd. No binary diff. | Alexander Bluhm |
2012-11-27 | Add format attributes to the proper functions and then fix the warnings | Philip Guenthe |
2012-10-19 | Support additional scheduling algorithms in the load balancer: | Reyk Floeter |