aboutsummaryrefslogtreecommitdiffstats
path: root/test/template_ipsec.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-25ipsec: enable input features on tunnelsBrian Russell1-0/+6
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-7/+25
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith1-25/+7
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns1-7/+25
2021-02-05ipsec: add support for AES CTRBenoƮt Ganne1-1/+1
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns1-5/+5
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra1-2/+2
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns1-2/+10
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps1-1/+13
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns1-0/+2
2020-04-06misc: fix python sonarcloud BLOCKER level issuesPaul Vinciguerra1-1/+1
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-21/+44
2020-02-11ipsec: add support for chained buffersFilip Tehlar1-47/+11
2020-01-16tests: fix typo in test doc stringPaul Vinciguerra1-1/+1
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns1-4/+14
2020-01-04ipsec: Targeted unit testingNeale Ranns1-3/+161
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns1-9/+70
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-12/+13
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns1-13/+4
2019-10-21ipsec: tests support python3Ole Troan1-4/+4
2019-10-18ipsec: make tests support python3Ole Troan1-4/+4
2019-08-27ipsec: Fix NULL encryption algorithmNeale Ranns1-1/+1
2019-08-01ipsec: Redo the anit-replay check post decryptNeale Ranns1-0/+15
2019-07-31ip: Ensure reassembly runs before IPSec decrypt.Neale Ranns1-1/+71
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-55/+173
2019-07-16ipsec: handle UDP keepalivesNeale Ranns1-0/+19
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-36/+62
2019-05-29make test: fix packet counter assertKlement Sekera1-7/+9
2019-05-22stats: support multiple works for error countersOle Troan1-6/+6
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-6/+6
2019-04-25ipsec: drop runts in esp-decryptDamjan Marion1-2/+22
2019-04-19IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)Neale Ranns1-0/+4
2019-04-19IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)Neale Ranns1-0/+4
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns1-6/+17
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-4/+6
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-2/+3
2019-04-10make test: fix redundant setUp() in template_ipsec.pyDave Wallace1-3/+0
2019-04-10IPSEC: for each engine and algorithm testsNeale Ranns1-33/+64
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+11
2019-04-08IPSEC TEST: various hash alogrithmsNeale Ranns1-2/+2
2019-04-02IPSEC-GRE; testsNeale Ranns1-24/+31
2019-03-29IPSEC: tunnel fragmentationNeale Ranns1-15/+25
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-2/+2
2019-03-28IPSEC: 4o6 and 6o4 for tunnel interfacesNeale Ranns1-45/+111
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-2/+2
2019-03-25IPSEC tests fnd fix or Extended Sequence NumbersNeale Ranns1-24/+79
2019-03-22IPSEC: test for packet drop on sequence number wrapNeale Ranns1-0/+16
2019-03-21IPSEC: Mutli-tunnel testsNeale Ranns1-40/+72
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie1-8/+9
2019-02-28TEST: IPSEC NAT-T with UDP headerNeale Ranns1-17/+33