vix.ing · top · new · best · stats · spec

LIO*: Low Level Information Flow Control in F*

2020/04/27 by Jean-Joseph Marty, Marty, Jean-Joseph, Lucas Franceschino +5
Computer Science · #Advanced Data Storage Technologies #Cryptography and Security (cs.CR) #Distributed systems and fault tolerance #FOS: Computer and information sciences #Programming Languages (cs.PL) #Security and Verification in Computing

paper · pdf · doi:10.48550/arxiv.2004.12885

openalex publication_date 2020/04/27 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We present Labeled Input Output in F* (LIO*), a verified framework that enforces information flow control (IFC) policies developed in F* and automatically extracted to C. Inspired by LIO, we encapsulated IFC policies into effects, but using F* we derived efficient, low level, and provably correct code. Concretely, runtime checks are lifted to static proof obligations, the developed code is automatically extracted to C and proved non-interferent using metaprogramming. We benchmarked our framework on three clients and observed up to 54% speedup when IFC runtime checks are proved statically. Our framework is designed to aid development of embedded devices where both enforcement of security policies and low level efficient code is critical.

Related