summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/crypto.c
AgeCommit message (Expand)Author
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-24switch from having automatic EVP_CIPHER_CTX variables to allocating themGilles Chehade
2016-09-03switch from EVP_{En,De}cryptInit & EVP_{En,De}cryptFinal to their _exGilles Chehade
2015-12-28remove spaces after '!'Joerg Jung
2013-12-26bcopy -> memmoveEric Faurot
2013-07-22fix bogus warning due to limited range on 32bit archs.Eric Faurot
2013-07-19unused variableEric Faurot
2013-05-04Add crypto.c to provide smtpd with a way to encrypt envelopes and messagesGilles Chehade