aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_esp.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments about IVs used in IPsec ESP.John Baldwin2020-04-201-16/+30
* Generate IVs directly in esp_output.John Baldwin2020-04-201-4/+4
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-106/+67
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-6/+8
* Add support for dummy ESP packets with next header field equal toAndrey V. Elsukov2019-11-271-0/+7
* netinet*: replace IP6_EXTHDR_GET()Bjoern A. Zeeb2019-11-151-2/+9
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-111-5/+4
* Add deprecation warnings for IPsec algorithms deprecated in RFC 8221.John Baldwin2019-05-231-0/+23
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-6/+6
* OCF: Add a typedef for session identifiersConrad Meyer2018-07-131-4/+5
* Set the proper vnet in IPsec callback functions.John Baldwin2018-03-201-0/+10
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingFabien Thomas2017-11-031-0/+4
* Disable IPsec debugging code by default when IPSEC_DEBUG kernel optionAndrey V. Elsukov2017-05-291-3/+3
* Fix possible double releasing for SA and SP references.Andrey V. Elsukov2017-05-231-0/+2
* Fix possible double releasing for SA reference.Andrey V. Elsukov2017-05-231-11/+14
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-195/+130
* IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas2016-11-251-0/+2
* Use explicitly specified ivsize instead of blocksize when we mean IV size.Andrey V. Elsukov2015-11-161-7/+1
* 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