1
+ Jan 2019 note: The extension saw a massive overhaul that is now getting commit
2
+ to this repository:
3
+ - Self-auth names now look like [56char]onion.foo.com as opposed to
4
+ [56char].onion.foo.com
5
+ - Support for verifying self-auth names in alt-svc's
6
+ - Support for verifying onion address in alt-svc's
7
+ - No longer require a Firefox patch
8
+ - Relax some verification requirements to make adoption more likely to happen
9
+ (for example, requiring the self-auth name to be in the TLS certificate)
10
+
1
11
Contents
2
12
--------
3
13
@@ -7,25 +17,18 @@ satis.system33.pw/
7
17
8
18
webext/
9
19
10
- A Firefox web extension for checking alliuminated domain names. It requires
11
- the included firefox patch written by Shane Caraveo and attached to ticket
12
- https://bugzilla.mozilla.org/show_bug.cgi?id=1322748
20
+ A Firefox web extension for checking alliuminated domain names.
13
21
14
22
Alliuminated domain.webm
15
23
16
- A video demonstrating the product of these files. See its README for more
17
- information.
24
+ A video demonstrating the product of (an older version of) these files. See
25
+ its README for more information.
18
26
19
27
nginx.conf.tmpl
20
28
21
29
The starting point for an nginx config file. When parsed, it configures nginx
22
30
to add the necessary HTTP headers to its responses for our extension to work.
23
31
24
- plist-parse.py
25
-
26
- A script to parse a plist file on OS X. HSTS state in Safari is stored in a
27
- plist.
28
-
29
32
tor-satis-diff.patch
30
33
31
34
All the code changes that need to be applied to Tor version 0.3.2.10 in order
@@ -39,5 +42,3 @@ update-satis-sig-nginx-conf.sh
39
42
40
43
Take the signatures generated by Tor, combine them with the nginx config
41
44
template, and outputs the final nginx template.
42
-
43
-
0 commit comments