July 5, 2007

A Secure Compiler for Session Abstractions

20th IEEE Computer Security Foundations Symposium (CSF20), pp 170--186. July 2007. Joint work with Karthikeyan Bhargavan, Ricardo Corin, Cédric Fournet, and James Leifer.

Abstract

istributed applications can be structured as parties that exchange messages according to some pre-arranged communication patterns. These sessions (or contracts, or protocols) simplify distributed programming: when coding a role for a given session, each party just has to follow the intended message flow, under the assumption that the other parties are also compliant. In an adversarial setting, remote parties may not be trusted to play their role. Hence, defensive implementations also have to monitor one another, in order to detect any deviation from the assigned roles of a session. This task involves low-level coding below session abstractions, thus giving up most of their benefits. We explore language-based support for sessions. We extend the ML language with session types that express flows of messages between roles, such that well-typed programs always play their roles. We compile session type declarations to cryptographic communication protocols that can shield programs from any low-level attempt by coalitions of remote peers to deviate from their roles.

Extended Abstract

A pre-print is available [ pdf ].

More info

More details can be found on the project page.
This site was made with Stog.