aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp_encrypt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06ipsec: fix AES CBC IV generation (CVE-2022-46397)stable/1904Benoît Ganne1-2/+28
2019-04-19IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)Neale Ranns1-7/+14
2019-04-19IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)Neale Ranns1-1/+3
2019-04-17IPSEC: support GCM in ESPNeale Ranns1-0/+15
2019-04-16IPSEC: ESP with ESN tests and fixesNeale Ranns1-1/+1
2019-04-14IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns1-2/+0
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns1-0/+2
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-7/+6
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-1/+1
2019-04-02IPSEC: remove pointless feature orderingNeale Ranns1-4/+2
2019-03-29IPSEC: tunnel fragmentationNeale Ranns1-0/+10
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-3/+2
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-1/+1
2019-03-28IPSEC: 4o6 and 6o4 for tunnel interfacesNeale Ranns1-2/+4
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns1-6/+75
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-6/+6
2019-03-26ipsec: esp-encrypt reworkDamjan Marion1-241/+337
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-17/+9
2019-03-19crypto: introduce crypto infraDamjan Marion1-31/+22
2019-03-06ipsec: esp-encrypt and esp-decrypt cleanupDamjan Marion1-283/+240
2019-03-05ipsec: cleanup, remove unnecessary code,Kingwel Xie1-4/+0
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-2/+6
2019-02-14Add -fno-common compile optionBenoît Ganne1-0/+2
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-13/+17
2018-12-11Add IPSec interface FIB index for TX packetPierre Pfister1-2/+2
2018-12-11Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failingjackiechen19851-1/+9
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19851-1/+1
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera1-22/+7
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-5/+5
2018-11-13ipsec: fix typoKlement Sekera1-1/+1
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-11/+6
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-26/+69
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-4/+4
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-1/+2
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera1-24/+50
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”1-13/+19
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-4/+5
2017-11-10Allow Openssl 1.1.0Marco Varlese1-0/+4
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-0/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-6/+7
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau1-0/+2
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+425