aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-19 21:13:32 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-19 21:13:32 +0200
commitbfdc7d39485bbef90a65b79f6c3b0986133f530d (patch)
tree7a50b6c9dc372cb302f064940c25826d0e1e07a1 /README.md
parent63103aa8c7f5b56720da097c73aa99da25841d45 (diff)
Reworks TLS trust to enable symmetry between HTTPS and Gemini
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index f5691af..7d6b8c6 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ make
- It seems like Qt wants `libzstd.so.3.1` instead of `libzstd.so.3.2`. Just symlink that file into the build directory
- Use `make` and not `gmake` to build the project.
-##### Notes for Ubuntu 20.04:
+##### Notes for Ubuntu 20.04 / Linux Mint:
- Requires packages
- `qt5-default`
- `qt5-qmake`
@@ -148,14 +148,13 @@ ln -s /path/to/kristall .
### 0.3 - TLS and security
- [ ] TLS Handling
- - [ ] Enable TOFU for HTTPS
- [ ] Add management for client certificates
- [ ] Rename/delete/merge groups
- [ ] Import/export PEM certificates and keys
- [ ] Add a "scope" option to certificates so users can restrict the scope where the certificate is valid
-- [ ] Allow configurable timeouts
- - [ ] Add configuration option for connect/transfer timeouts
-
+- Fix bug: Somehow auto-disable of client-cert doesn't work
+- Fix bug: gopher seems to time out?
+
### 0.4 - The colorful release
- [ ] Implement dual-colored icon theme
- [ ] Improve UX