freebsd-ports/devel/tesla/pkg-plist
Brooks Davis ee459d7eb3 New port of: Temporally Enhanced Security Logic Assertions (TESLA)
TESLA builds on our experiences developing the TrustedBSD MAC Framework
and Capsicum: our most critical security properties are frequently
safety (temporal) properties rather than static invariants.  Current
tools for testing temporal properties are largely static, and unable to
work effectively on extremely large C-language software bases, such as
multi-million lines-of-code operating system kernels and web browsers.
TESLA borrows ideas from model checking, applying them in a dynamic
context using compiler-assisted instrumentation to continuously validate
temporal security assertions during software execution.  We have
implemented a prototype of TESLA based on clang/LLVM AST transforms,
which is able to test both explicit automata against C implementations
(such as protocol state machines in the kernel and OpenSSL) and inline
assertions checking for missing access control checks in OS logic.

Sponsored by:	DARPA, AFRL
2014-04-25 22:21:13 +00:00

11 lines
194 B
Text

bin/tesla
bin/tesla-analyse
bin/tesla-cat
bin/tesla-get-triple
bin/tesla-highlight
bin/tesla-instrument
bin/tesla-print
include/libtesla.h
include/tesla-macros.h
include/tesla.h
lib/libtesla.so