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