# Strand Spaces with Choice via a Process Algebra Semantics

**Authors:** Fan Yang, Santiago Escobar, Catherine Meadows, Jos\'e, Meseguer

arXiv: 1904.09946 · 2019-04-23

## TL;DR

This paper introduces a formal process algebra semantics for cryptographic protocols with complex choice points, enhancing the expressiveness and analysis capabilities of the Maude-NPA tool.

## Contribution

It develops a formal semantics for a process algebra supporting rich choice primitives, integrating it into Maude-NPA for improved protocol modeling and analysis.

## Key findings

- Formal semantics for choice in cryptographic protocols.
- Bisimulation between process algebra and Maude-NPA semantics.
- Enhanced protocol analysis with expressive choice constructs.

## Abstract

Roles in cryptographic protocols do not always have a linear execution, but may include choice points causing the protocol to continue along different paths. In this paper we address the problem of representing choice in the strand space model of cryptographic protocols, particularly as it is used in the Maude-NPA cryptographic protocol analysis tool. To achieve this goal, we develop and give formal semantics to a process algebra for cryptographic protocols that supports a rich taxonomy of choice primitives for composing strand spaces. In our taxonomy, deterministic and non-deterministic choices are broken down further. Non-deterministic choice can be either explicit, i.e., one of two paths is chosen, or implicit, i.e., the value of a variable is chosen non-deterministically. Likewise, deterministic choice can be either an explicit if-then-else choice, i.e., one path is chosen if a predicate is satisfied, while the other is chosen if it is not, or implicit deterministic choice, i.e., execution continues only if a certain pattern is matched. We have identified a class of choices which includes finite branching and some cases of infinite branching, which we address in this paper. We provide a bisimulation result between the expected forwards execution semantics of the new process algebra and the original symbolic backwards semantics of Maude-NPA that preserves attack reachability. We have fully integrated the process algebra syntax and its transformation into strands in Maude-NPA. We illustrate its expressive power and naturalness with various examples, and show how it can be effectively used in formal analysis. This allows users to write protocols from now on using the process syntax, which is more convenient for expressing choice than the strand space syntax, in which choice can only be specified implicitly, via two or more strands that are identical until the choice point.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09946/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1904.09946/full.md

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