aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_esp.c
Commit message (Expand)AuthorAgeFilesLines
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-301-0/+1
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney2015-08-041-81/+89
* these are comparing authenticators and need to be constant time...John-Mark Gurney2015-07-311-1/+1
* Clean up this header file...John-Mark Gurney2015-07-311-2/+0
* RFC4868 section 2.3 requires that the output be half... This fixesJohn-Mark Gurney2015-07-291-24/+6
* Summary: Fix LINT build. The names of the new AES modes were notGeorge V. Neville-Neil2015-07-101-3/+3
* Add support for AES modes to IPSec. These modes work both in software onlyGeorge V. Neville-Neil2015-07-091-48/+89
* Fix possible use after free due to security policy deletion.Andrey V. Elsukov2015-04-271-2/+5
* Change ipsec_address() and ipsec_logsastr() functions to take twoAndrey V. Elsukov2015-04-181-29/+30
* Remove now unused mtag argument from ipsec*_common_input_cb.Andrey V. Elsukov2014-12-111-2/+2
* Remove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE mbuf tag.Andrey V. Elsukov2014-12-111-72/+34
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-1/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-2/+2
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+2
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-091-3/+9
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,Andrey V. Elsukov2013-06-201-28/+28
* Remove unused 'plen' variable.Pawel Jakub Dawidek2011-11-261-2/+1
* The esp_max_ivlen global variable is not needed, we can just usePawel Jakub Dawidek2011-11-261-16/+1
* malloc(M_WAITOK) never fails, so there is no need to check for NULL.Pawel Jakub Dawidek2011-11-261-4/+0
* Eliminate 'err' variable and just use existing 'error'.Pawel Jakub Dawidek2011-11-261-3/+3
* Simplify code a bit.Pawel Jakub Dawidek2011-11-261-6/+3
* There is no need to virtualize esp_max_ivlen.Pawel Jakub Dawidek2011-11-261-6/+5
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-14/+15
* Optimisation in IPSEC(4):Fabien Thomas2011-03-311-15/+9
* Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant.VANHULLEBUS Yvan2011-02-181-10/+53
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-2/+1
* Changed an IPSEC_ASSERT to a simple test, as such invalid packetsVANHULLEBUS Yvan2009-10-011-3/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-44/+13
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-3/+14
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-3/+6
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-4/+10
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-37/+38
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-4/+0
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-10/+0
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+3
* - The authsize field from auth_hash structure was removed.Pawel Jakub Dawidek2006-05-171-4/+4
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.Pawel Jakub Dawidek2006-04-101-0/+4
* Introduce two new sysctls:Pawel Jakub Dawidek2006-04-091-1/+22
* Be consistent with the rest of the code.Pawel Jakub Dawidek2006-04-091-1/+1
* First steps towards IPSec cleanup.George V. Neville-Neil2006-03-251-6/+6
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledPawel Jakub Dawidek2006-03-231-3/+14
* Add missing code needed for the detection of IPSec packet replays. [1]Colin Percival2006-03-221-0/+17
* promote fast ipsec's m_clone routine for public use; it is renamedSam Leffler2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* change SYSINIT starting point to be consistent with other modulesSam Leffler2004-01-271-1/+1