aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ah.c
Commit message (Expand)AuthorAgeFilesLines
* netipsec: add probe points for the ipsec/esp/ah/ipcomp countersKristof Provost2024-08-281-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ipsec: add support for CHACHA20POLY1305Kristof Provost2022-11-021-0/+1
* ipsec: replace SECASVAR mtx by rmlockKristof Provost2022-07-191-9/+20
* IPsec: Use protocol-specific malloc types instead of M_XDATA.John Baldwin2022-01-241-11/+14
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-081-6/+8
* Add support for IPsec ESN and pass relevant information to crypto layerMarcin Wojtas2020-10-161-0/+16
* Implement anti-replay algorithm with ESN supportMarcin Wojtas2020-10-161-3/+6
* Simplify IPsec transform-specific teardown.John Baldwin2020-06-251-10/+3
* Use zfree() to explicitly zero IPsec keys.John Baldwin2020-06-251-3/+0
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-291-0/+1
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-8/+4
* Don't pass bogus keys down for NULL algorithms.John Baldwin2020-05-021-2/+4
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-021-25/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-46/+32
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-6/+8
* 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