aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2023-05-29ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm...Xiaoming Jiang1-25/+37
2023-03-23ipsec: make pre-shared keys harder to misuseBenoît Ganne1-3/+0
2023-03-23ipsec: add per-SA error countersArthur de Kerhor1-13/+77
2021-12-04ipsec: fix async buffer leakMatthew Smith1-1/+0
2021-06-29ipsec: Fix setting the hi-sequence number for decryptNeale Ranns1-3/+4
2021-03-05ipsec: Support async mode per-SANeale Ranns1-20/+15
2021-02-05ipsec: add support for AES CTRBenoît Ganne1-0/+13
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-0/+1
2020-10-24ipsec: remove pending nodeFan Zhang1-0/+40
2020-04-30crypto: introduce async crypto infraFan Zhang1-7/+79
2020-02-10ipsec: remove dead codeFilip Tehlar1-29/+0
2019-07-16ipsec: handle UDP keepalivesNeale Ranns1-1/+5
2019-05-29ipsec: fix perf issue in esp_aad_fillDamjan Marion1-4/+7
2019-04-25crypto: improve key handlingDamjan Marion1-2/+1
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-0/+34
2019-04-08IPSEC TEST: various hash alogrithmsNeale Ranns1-1/+1
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-4/+4
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-2/+2
2019-03-29ipsec: esp-decrypt reworkDamjan Marion1-0/+1
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-1/+1
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-2/+2
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-120/+0
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-5/+6
2019-03-26ipsec: esp-encrypt reworkDamjan Marion1-1/+3
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns1-1/+3
2019-03-22ipsec: fix esn handlingDamjan Marion1-9/+5
2019-03-20crypto: add hmac truncate optionDamjan Marion1-0/+1
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-9/+7
2019-03-19crypto: introduce crypto infraDamjan Marion1-93/+15
2018-11-29ipsec: move ipsec defs to ipsec.hKlement Sekera1-51/+0
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera1-0/+8
2018-03-23IPSEC_AH: broken initialization (VPP-1208)Marco Varlese1-1/+1
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”1-0/+19
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-25/+28
2017-11-10Allow Openssl 1.1.0Marco Varlese1-1/+23
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy1-0/+4
2017-04-06Use thread local storage for thread indexDamjan Marion1-4/+4
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+320