For RSA private key privsep, only ever load the keys after forking the
authorreyk <reyk@openbsd.org>
Tue, 29 Apr 2014 21:04:17 +0000 (21:04 +0000)
committerreyk <reyk@openbsd.org>
Tue, 29 Apr 2014 21:04:17 +0000 (21:04 +0000)
commitc52bd7581e2ed30f0884123263212997c2059eb8
tree08a3531eec1026219f84127bd3a62c7993b321b9
parent1e163262bbbae9dc722198c0bb569bbca0fb5ba4
For RSA private key privsep, only ever load the keys after forking the
separated process.  This improves the previous because we don't trust
the PEM and BIO routines to cleanup the keys correctly.

ok gilles@
usr.sbin/smtpd/smtpd.c