# A Reduced Semantics for Deciding Trace Equivalence

**Authors:** David Baelde, St\'ephanie Delaune, Lucca Hirschi

arXiv: 1704.08540 · 2023-06-22

## TL;DR

This paper introduces a reduced symbolic semantics and partial order reduction technique for trace equivalence checking in security protocols, significantly improving efficiency and integrated into the APTE tool.

## Contribution

It generalizes and adapts partial order reduction for equivalence checking, providing a practical optimization for symbolic execution tools.

## Key findings

- Dramatic improvements in benchmark performance
- Effective elimination of redundant interleavings
- Enhanced scalability of trace equivalence analysis

## Abstract

Many privacy-type properties of security protocols can be modelled using trace equivalence properties in suitable process algebras. It has been shown that such properties can be decided for interesting classes of finite processes (i.e., without replication) by means of symbolic execution and constraint solving. However, this does not suffice to obtain practical tools. Current prototypes suffer from a classical combinatorial explosion problem caused by the exploration of many interleavings in the behaviour of processes. M\"odersheim et al. have tackled this problem for reachability properties using partial order reduction techniques. We revisit their work, generalize it and adapt it for equivalence checking. We obtain an optimisation in the form of a reduced symbolic semantics that eliminates redundant interleavings on the fly. The obtained partial order reduction technique has been integrated in a tool called APTE. We conducted complete benchmarks showing dramatic improvements.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08540/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08540/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1704.08540/full.md

---
Source: https://tomesphere.com/paper/1704.08540