CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/21 00:38:44
Modified files:
usr.sbin/smtpd : ssl.c
Log message:
Use malloc_ and calloc_conceal() to allocate memory for sensitive,
private key data. We leave the corresponding freezero() calls since
the code might be ported to a system not having the conceal functions.
This also makes sure the stdio bufer is concealed. And zap a
redundant free(buf); ok gilles@
