summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_esp.c
Commit message (Expand)AuthorAgeFilesLines
* - The authsize field from auth_hash structure was removed.pjd2006-05-171-4/+4
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.pjd2006-04-101-0/+4
* Introduce two new sysctls:pjd2006-04-091-1/+22
* Be consistent with the rest of the code.pjd2006-04-091-1/+1
* First steps towards IPSec cleanup.gnn2006-03-251-6/+6
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledpjd2006-03-231-3/+14
* Add missing code needed for the detection of IPSec packet replays. [1]cperciva2006-03-221-0/+17
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* change SYSINIT starting point to be consistent with other modulessam2004-01-271-1/+1
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-71/+70
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-12/+7
* consolidate callback optimization check in one location by adding a flagsam2003-06-301-20/+2
* Check crypto driver capabilities and if the driver operates synchronouslysam2003-06-271-0/+18
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-231-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+966
OpenPOWER on IntegriCloud