aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ah.c
Commit message (Expand)AuthorAgeFilesLines
* netinet*: replace IP6_EXTHDR_GET()Bjoern A. Zeeb2019-11-151-3/+3
* 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/+22
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-10/+9
* OCF: Add a typedef for session identifiersConrad Meyer2018-07-131-4/+4
* Correctly handle the padding for IPv6-AH, as specified by RFC4302Conrad Meyer2018-06-041-20/+36
* Set the proper vnet in IPsec callback functions.John Baldwin2018-03-201-0/+10
* Check packet length to do not make out of bounds access. Also save ah_nxtAndrey V. Elsukov2018-02-191-1/+14
* Adopt revision 1.76 and 1.77 from NetBSD:Andrey V. Elsukov2018-01-241-42/+26
* Merge revision 1.35 from NetBSD:Andrey V. Elsukov2018-01-241-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-5/+0
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingFabien Thomas2017-11-031-0/+4
* opencrypto: Loosen restriction on HMAC key sizesConrad Meyer2017-09-261-2/+2
* 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-10/+15
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-188/+127
* IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas2016-11-251-0/+5
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-301-0/+1
* these are comparing authenticators and need to be constant time...John-Mark Gurney2015-07-311-1/+1
* RFC4868 section 2.3 requires that the output be half... This fixesJohn-Mark Gurney2015-07-291-2/+31
* Add support for AES modes to IPSec. These modes work both in software onlyGeorge V. Neville-Neil2015-07-091-25/+10
* 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-21/+19
* 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-81/+37
* 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-4/+4
* 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/+8
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,Andrey V. Elsukov2013-06-201-26/+26
* Do not reduce ip_len by size of IP header in the ip_input()Gleb Smirnoff2012-10-231-3/+0
* Couple of changes missed from r241913, which convertedGleb Smirnoff2012-10-221-17/+7
* Eliminate 'err' variable and just use existing 'error'.Pawel Jakub Dawidek2011-11-261-3/+2
* Simplify code a bit.Pawel Jakub Dawidek2011-11-261-6/+3
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-14/+17
* Optimisation in IPSEC(4):Fabien Thomas2011-03-311-12/+9
* Fix two SA refcount:Fabien Thomas2011-03-311-0/+1
* Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant.VANHULLEBUS Yvan2011-02-181-2/+22
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-44/+10
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-1/+12
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-2/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-6/+13
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-31/+32
* 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
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1