aboutsummaryrefslogtreecommitdiffstats
path: root/test/template_ipsec.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-03tests: refactor asf framework codeDave Wallace1-1/+2
2023-10-31ipsec: modify IPsec related tests to send and verify UDP-encapsulated ESP tra...vinay Tripathi1-7/+157
2023-10-30ipsec: huge anti-replay window supportMaxime Peim1-20/+803
2023-08-16tests docs: update python3 venv packagesDave Wallace1-2/+0
2023-08-08ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMACBenoît Ganne1-3/+3
2023-03-23ipsec: add per-SA error countersArthur de Kerhor1-7/+35
2023-02-06ipsec: fix SA names consistency in testsArthur de Kerhor1-12/+12
2022-12-16ipsec: new api for sa ips and ports updatesArthur de Kerhor1-1/+1
2022-11-18ipsec: Failure at the start of the batch should not invalidate the rest of th...Neale Ranns1-0/+28
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith1-0/+34
2022-08-11ipsec: Use .api declared error countersNeale Ranns1-20/+10
2022-07-15tests: add fast path ipv6 python tests for outbound policy matchingPiotr Bronowski1-0/+195
2022-06-29ipsec: add fast path python testsFan Zhang1-0/+20
2022-05-10tests: replace pycodestyle with blackKlement Sekera1-673/+908
2022-04-14ipsec: perf improvement of ipsec4_input_node using flow cacheZachary Leaf1-6/+17
2022-03-08ipsec: input: drop by default for non-matching pktsZachary Leaf1-11/+23
2022-02-17ipsec: Improve the handling of NAT-T keepalive messagesNeale Ranns1-1/+13
2022-01-26hsa: cleanup and rename http test serverFlorin Coras1-1/+2
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns1-2/+17
2021-10-12ipsec: Performance improvement of ipsec4_output_node using flow cacheGovindarajan Mohandoss1-0/+211
2021-09-29ipsec: Record the number of packets lost from an SANeale Ranns1-0/+87
2021-08-13tests docs: upgrade python packagesDave Wallace1-11/+11
2021-06-29ipsec: Fix setting the hi-sequence number for decryptNeale Ranns1-9/+204
2021-03-25stats: python vpp_stats rewrite to access stat segment directlyOle Troan1-2/+3
2021-03-20tests: add support for worker awarenessKlement Sekera1-2/+2
2021-02-25tests: Add tests for IPSec async mode using the crypto SW schedulerNeale Ranns1-27/+46
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