CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/26 16:39:33
Modified files:
usr.sbin/smtpd : crypto.c
Log message:
validate encrypted queue buffer sizes before processing auth tag and IV data:
current callers already treat malformed input as a decrypt failure but rejecting
truncated buffers earlier makes boundary conditions more explicit.
diff by Stuart Thomas <[email protected]>
