GithubHelp home page GithubHelp logo

sancus-tee / sancus-examples Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 8.0 155 KB

Examples and test suite

License: GNU General Public License v3.0

Makefile 25.49% C 69.30% Python 3.56% Assembly 1.66%

sancus-examples's Introduction

sancus-examples

Run Sancus examples

Elementary example programs to test your Sancus distribution.

Overview

The following programs showcase the security properties offered by a Sancus processor.

Security feature Example program Comments
Software module isolation hello-world Minimal working example to enable/disable a Sancus module.
Secure linking sensor-reader Caller/callee authentication between sensor and reader SMs.
Remote attestation sensor-reader Compute MAC over fresh challenge (nonce).
Secure communication sensor-reader Authenticated encryption with associated data primitive.
Confidential deployment confidential-loading SM text section is transparently encrypted at build time.
Secure interrupts timer Interruption and resumption of an application SM by untrusted ISR software.

Building upon the above primitives, compiler support has been implemented for the following additional features.

Compiler feature Example program Comments
Secure memory-mapped I/O sensor-reader Assembly driver SM with exclusive ownership over sensor device.
Secure interrupt handling timer-protected Secure, authenticated interrupt delivery to an intra-SM interrupt handler.
Dynamic loading dynamic-loader SM binary image is dynamically linked and loaded by untrusted support software at runtime.
Intra-SM multiplication arithmetic Dummy SMs performing secure (inlined) arithmetic operations.
Reactive programming todo issue #20 Minimalist (non-contiki) program with SM_INPUT/OUTPUT?

Running the examples

First, make sure you have a working Sancus distribution. See the sancus-main repository for detailed installation instructions.

All example binaries can be ran in either the Sancus Verilog simulator, or on an external FPGA. To build and run the example in sancus-sim, proceed as follows:

$ make sim

Alternatively, to upload the example to an FPGA using sancus-loader:

$ make load

sancus-examples's People

Contributors

jovanbulck avatar muehlber avatar sven-c avatar martonbognar avatar fritzalder avatar gianlu33 avatar

Stargazers

 avatar Wenwen Ruan avatar  avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

sancus-examples's Issues

Cleanup Travis CI build script

We probably want to modify sancus-main for this purpose.

Also, the Travis CI build should be triggered for every commit to any depending sancus repo (i.e., when changing compiler/core).

Implement sensor SM as an MMIO module

The sensor module SM_s should read data directly from an MMIO peripheral device, as discussed in the paper. The peripheral should probably be simulated in sancus-sim (e.g., use an existing peripheral such as the time stamp counter).

Should be done after compiler support for MMIO SMs has been merged.

Simplify hello-world without confidential loading

As discussed with @fritzalder we should simplify hello-world and hello-library to be more minimal and without confidential loading (which is also not supported on Aion).

Current hello-world can be renamed to something like hello-conf or so

Fritz:

I'd vote for renaming hello-world to confidential-sm and rewrite hellow-world to be simpler and use sancus enable only

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.