Proved generation of implementations from computationally secure protocol specifications

  • Authors:
  • David Cadé;Bruno Blanchet

  • Affiliations:
  • INRIA Paris-Rocquencourt, France;INRIA Paris-Rocquencourt, France

  • Venue:
  • POST'13 Proceedings of the Second international conference on Principles of Security and Trust
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

In order to obtain implementations of security protocols proved secure in the computational model, we have previously implemented a compiler that takes a specification of the protocol in the input language of the computational protocol verifier CryptoVerif and translates it into an OCaml implementation. However, until now, this compiler was not proved correct, so we did not have real guarantees on the generated implementation. In this paper, we fill this gap. We prove that this compiler preserves the security properties proved by CryptoVerif: if an adversary has probability p of breaking a security property in the generated code, then there exists an adversary that breaks the property with the same probability p in the CryptoVerif specification. Therefore, if the protocol specification is proved secure in the computational model by CryptoVerif, then the generated implementation is also secure.