Git Product home page Git Product logo

apps's Introduction

(** * Coq Framework for security policies and proof of concept application - Guide *)
(** 6.858 Project by Anders Kaseorg, Jason Gross, and Peng Wang *)
(** ** Trusted Code *)
(** *** The Framework Definitions *)
Require FunctionApp.
(** *** The Encryption Algorithm *)
Require AES GCM AESGCM.
(** *** The Encryption/Decryption Boxes *)
Require TrustedEncryptBox TrustedDecryptBox EncryptionInterface.
(** *** The Tick Box (Timing Side-Channel Avoidance Box) *)
Require TrustedTickBox.
(** *** The Server Box that puts together the encryption, decryption, and tick boxes *)
Require TrustedServerSyncBox.
(** *** The top-level wiring diagram *)
Require ExamplePwMgrWithSSB ExamplePwMgrWithSSBFull.
(** *** The trusted OCaml shims *)
(** We trust [ExamplePwMgrWithSSBFullRuntime.ml] and [Runtime.ml] *)

(** ** Semi-trusted Code *)
(** *** Display of warnings *)
(** We don't leak any information if we hide warnings from the user,
    but it's not a completely innocuous operation either. *)
Require PwMgrWarningBox.

(** ** Untrusted Code *)
(** *** Proven-correct Serialization and Deserialization *)
(** Waaaay too much code here. *)
Require PrefixSerializableDefinitions PrefixSerializable.
Require TrustedTickBoxPrefixSerializable.
(** *** Proven-correct [FMapInterface] that is also mergable and (de)serializable *)
Require SerializableMergableFMapInterface SerializableMergableFMapImplementation.
(** *** UI Code *)
Require PwMgrUI.
(** *** HTTPS Code *)
Require PwMgrNet.

apps's People

Contributors

achlipala avatar andersk avatar jasongross avatar wangpengmit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.