From 2a6ec21ea8d58f0558633bf06763a28ef6d0cd30 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 21 Apr 2014 16:24:54 -0700 Subject: ta3m: better formatting, added deploy.sh --- ta3m/deploy.sh | 1 + ta3m/slides.haml | 39 ++++++++++++++++++++++++++------------- 2 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 ta3m/deploy.sh diff --git a/ta3m/deploy.sh b/ta3m/deploy.sh new file mode 100644 index 0000000..a465081 --- /dev/null +++ b/ta3m/deploy.sh @@ -0,0 +1 @@ +rsync -rv slides website@leap.se:/home/website diff --git a/ta3m/slides.haml b/ta3m/slides.haml index c80ddba..4950e51 100644 --- a/ta3m/slides.haml +++ b/ta3m/slides.haml @@ -127,8 +127,8 @@ %h1 Hard problems %h3 in making security easy. %ol - %li Data availability - %li Secure identity validation + %li Data availability problem + %li Secure identity validation problem %li Meta-data problem %li Asynchronous forward secrecy problem %p and many others... @@ -195,7 +195,7 @@ %section %h1 Secure identity %p What we are trying: - %ol + %ul.plain %li %b TOFU: Trust On First Use. @@ -214,19 +214,32 @@ %section %h1 Meta-data problem - %p Headers in email are not end-to-end encrypted. - %p Your service provider knows who you are corresponding with. - %ul - %li short term: use StartTLS with enforced certificate validation via DANE. - %li long term: direct delivery of email to recipient's provider using SMTP over Tor. + %p The problems: + %ul.plain + %li Headers in email are not end-to-end encrypted. + %li Network observers, and your service provider, knows who you are corresponding with. + +%section + %h1 Meta-data problem + %p Our solutions: + %ul.plain + %li + %b Short term: + use StartTLS with enforced certificate validation via DANE. + %li + %b Long term: + direct delivery of email to recipient's provider using SMTP over Tor. %section %h1 Synchronous forward secrecy - %p Why forward secrecy? needed to future-proof your security. - %p Uses temporary keys that are quickly thrown away. - %ul - %li short term: frequently rotating OpenPGP encryption sub-keys. - %li long term: Axolotl? + %p Why forward secrecy? Needed to future-proof your security. + %ul.plain + %li + %b Short term: + frequently rotating OpenPGP encryption sub-keys. + %li + %b Long term: + Axolotl? github.com/trevp/axolotl/wiki %section %h1 Links -- cgit v1.2.3