summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/ssl.c
AgeCommit message (Expand)Author
2021-12-08relayd/ssl.c: Remove a workaround that uses a copy of the oldTheo Buehler
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2017-07-28Always calculate the hash value of the x509 cert in ssl_load_pkey().Alexander Bluhm
2017-05-28use __func__ in log messages. fix some whitespace while here.Sebastian Benoit
2017-05-27Migrate relayd to use libtls for TLS. Still does the TLS privsep via theClaudio Jeker
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2015-12-30now that ibuf_free() checks for null, we can remove the check here.Sebastian Benoit
2015-03-24Missing free(3) in error pathGiovanni Bechis
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-16Adapt to <limits.h> universe.Theo de Raadt
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-07-10add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter
2014-05-06Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced keyReyk Floeter
2014-04-22Support the CA key for SSL inspection in the ca process. Instead ofReyk Floeter
2014-04-21Use RSA_set_ex_data()/RSA_get_ex_data() directly instead ofReyk Floeter
2014-04-18Introduce privsep for private keys:Reyk Floeter
2013-05-31unset cte->buf after free, fix double free via tcp_close().Sebastian Benoit
2013-05-30Support SSL inspection, the ability to transparently filter in SSL/TLSReyk Floeter
2012-12-18reorder the variables a bit, no functionaly change.Reyk Floeter
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-06-04Keep around the SSL session for each checked host. This way SSLReyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
2007-12-05fix fd/ssl leak in hoststated ssl checksReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-02-22spacingReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
2007-02-07remove superfluos log_debug() messagesReyk Floeter
2007-02-06update some more debug messages and fix typos. also remove some extraReyk Floeter
2007-02-06declare the function ssl_error() globallyReyk Floeter
2007-01-30provide more accurate error messages.Pierre-Yves Ritschard
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard