aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec/esp_decrypt.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns1-0/+29
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-11/+18
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-18/+102
2019-06-05ipsec: fix sa counters in esp-decryptDamjan Marion1-6/+7
2019-05-30IPsec: modify post-decrypt buf len calculationMatthew G Smith1-2/+2
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion1-1/+0
2019-04-25ipsec: drop runts in esp-decryptDamjan Marion1-0/+8
2019-04-25crypto: improve key handlingDamjan Marion1-3/+2
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-3/+1
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-1/+34
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-11IPSEC: ESP with ESN tests and fixesNeale Ranns1-3/+3
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns1-3/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns1-2/+11
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-6/+5
2019-04-04ipsec: trunc_size -> icv_sizeDamjan Marion1-1/+1
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns1-1/+1
2019-03-29ipsec: esp-decrypt reworkDamjan Marion1-199/+297
2019-03-28crypto: add vnet_crypto_op_init (...)Damjan Marion1-2/+1
2019-03-28ipsec: anti-replay code cleanupDamjan Marion1-28/+10
2019-03-27ipsec: compress ipsec_sa_t so data used by dataplane code fits in cachelineDamjan Marion1-6/+7
2019-03-20ipsec: keep crypto data inside SADamjan Marion1-16/+8
2019-03-19crypto: introduce crypto infraDamjan Marion1-32/+20
2019-03-06ipsec: esp-encrypt and esp-decrypt cleanupDamjan Marion1-248/+207
2019-03-05ipsec: cleanup, remove unnecessary code,Kingwel Xie1-1/+1
2019-02-22IPSEC: header exportsNeale Ranns1-0/+1
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-1/+3
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-3/+4
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19851-3/+13
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera1-44/+13
2018-11-30IPSEC-AH: fix packet dropNeale Ranns1-2/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera1-11/+6
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-50/+98
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa1-3/+7
2018-04-18Fix the ip header offset counting in vnet/ipsecSzymon Sliwa1-5/+4
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”1-12/+16
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”1-5/+6
2017-11-10Allow Openssl 1.1.0Marco Varlese1-0/+4
2017-09-19Set RX sw_if_index on decrypted routed IPsec buffersMatthew Smith1-0/+2
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/+430