CRLOSep 10, 2016

The Applied Pi Calculus: Mobile Values, New Names, and Secure Communication

arXiv:1609.03003v2106 citations
Originality Incremental advance
AI Analysis

It provides a foundational framework for specifying and analyzing security protocols, benefiting researchers and practitioners in cryptography and programming languages.

The paper tackles the problem of modeling secure communication in security protocols by extending the pi calculus with built-in functions and equations for message values, resulting in the applied pi calculus, which has been widely adopted in tools like ProVerif for automatic analysis.

We study the interaction of the programming construct "new", which generates statically scoped names, with communication via messages on channels. This interaction is crucial in security protocols, which are the main motivating examples for our work, it also appears in other programming-language contexts. We define the applied pi calculus, a simple, general extension of the pi calculus in which values can be formed from names via the application of built-in functions, subject to equations, and be sent as messages. (In contrast, the pure pi calculus lacks built-in functions, its only messages are atomic names.) We develop semantics and proof techniques for this extended language and apply them in reasoning about security protocols. This paper essentially subsumes the conference paper that introduced the applied pi calculus in 2001. It fills gaps, incorporates improvements, and further explains and studies the applied pi calculus. Since 2001, the applied pi calculus has been the basis for much further work, described in many research publications and sometimes embodied in useful software, such as the tool ProVerif, which relies on the applied pi calculus to support the specification and automatic analysis of security protocols. Although this paper does not aim to be a complete review of the subject, it benefits from that further work and provides better foundations for some of it. In particular, the applied pi calculus has evolved through its implementation in ProVerif, and the present definition reflects that evolution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes