CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2013/05/04 07:46:21
Added files: usr.sbin/smtpd : crypto.c Log message: Add crypto.c to provide smtpd with a way to encrypt envelopes and messages using aes-256-gcm before they hit the queue. not "plugged" yet. lots of comments from mikeb, tedu and djm.