From a77dc309d208a4f5145ab15ebf615229935de5a6 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 9 Feb 2016 10:14:07 +0100 Subject: add embroyo for 'more'. --- Makefile | 2 +- more.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 more.md diff --git a/Makefile b/Makefile index 218a7df..e0a8252 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HTML = index.html README.html scanning.html +HTML = index.html README.html scanning.html more.html all: html diff --git a/more.md b/more.md new file mode 100644 index 0000000..72b2036 --- /dev/null +++ b/more.md @@ -0,0 +1,34 @@ +More transparency +================= + +In the beginning there was +[Certificate Transparency](https://www.certificate-transparency.org/). There +are more things that can be done transparent using public append-only +verifiable data structures. + + +General append-only logs +------------------------ + +A general append-only log is a TODO + +### gaol + +- open/gaol/v1 +- onion service +- PEM file + +### al cutters log + +TODO + + +DNSSEC Transparency +------------------- + +DNSSEC has cryptographic keys to, which can be abused. + +### IETF94 experiment + +An experiment first discussed at IETF94 is logging DS records in the +root zone and three TLD's. -- cgit v1.1