Hi, the sourcehut seems to be pretty interesting. If I understand it correctly, this DANE-without-root provides a TOFU model as an alternative to the normal case of verifying up all the parts of the domain levels, right? If feasible, maybe that could be nice to extend with other methods for OOB verification and key rollover
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
If I understand it correctly, this DANE-without-root provides a TOFU model as an alternative to the normal case of verifying up all the parts of the domain levels, right?
Indeed. (This part is not in any RFC or DANE standard, it is my idea to improve the system further). If you want to check the current implementation, you can search for ‘tofu’ string in this file: https://git.sr.ht/~yukikoo/dane_without_root/tree/master/item/src/core/dane.rs
and key rollover
This is a case that I didn’t cover, good idea. Probably something like ‘if successfully validated with tofu, then add all the valid dnskey to the valid tofu key list and remove the old ones’. It would still be problematic if a user doesn’t connect for a very long time to a website with tofu support and miss the key rollover, but that still a good improvement over the current tofu implementation. Will do that later.
maybe that could be nice to extend with other methods for OOB verification
Something more specific in mind?
I tried QubesOS back in the day. How has it progressed as a desktop. I was always underwhelmed visually. It just seemed rather chunky. Maybe that is intentional.

Of course, if you are going for security, that's great, but it seemed to me that security and a visually appealing desktop could be blended.
I haven't know that time. It is indeed now way less chunky than your screenshot. By default it use XFCE, but support also KDE, i3 and other. Before starting to use QubesOS I was on arch with i3, and I kept using i3 on QubesOS
SSL/TLS error on main link.
Yes, this part is intentional to raise questions and remark :)
The certificate on my website is not valid using the WebPKI standard, but is valid using the DANE standard. It is related to my comment for this project https://sr.ht/~yukikoo/dane_without_root/ .
My issue with the WebPKI model is that any government or big company on the planet could do a MITM on your connection, generate a certificate valid for any website, and get a read/write access to all your webpki TLS communications. The DANE model is an improvement over webpki because instead of the "anyone (every ca / intermediate certificate) can generate a certificate valid for anyone" model, it bring a hierarchical trust structure.
You missed my point
It doesn't work for the user, so it doesn't work.
Its about equivalent to the user as installing your own cert.
DANE provides user friction..but as OP mentioned TLS doesn't work
Which means I don't care because nobody except myself will be able to use it.
I'd care a lot if Firefox and Chrome supported it OOTB
It works fine, just ignore the warning and don't enter any sensitive info
then why use DANE. this is just plain old TOFU
Ah yes, the windows method "just click okay and don't read it or think too hard"
If you're just pushing for WebPKI without "thinking too hard" about perpretrating a security system with a large number of failure points, then you're following that windows method.
SSL/TLS have very specific benefits. None of which matter that much for reading random articles on the web. So I don't see the problem with this website doing their own thing to bring attention to the potential issues of the current system.
SSL/TLS have very specific benefits. None of which matter that much for reading random articles on the web.
it is a huge benefit if a man in the middle cannot run scripts on your computer.
So I don't see the problem with this website doing their own thing to bring attention to the potential issues of the current system.
there is no problem with that. this could work, with the required patch to firefox, also in the repo.
IMO when reading random articles on the internet you already have to worry about untrusted scripts. I just use NoScript, and if the website requires Javascript I move on
I don't agree, I think there is a difference in likely outcomes. but even without scripts, you don't want you article's content (text, images, statements or names) be falsified by an attacker. Unless you are just reading the article to waste time, and magically what you read will not influence your views.
I already considered that, and for an untrusted website I already don't trust the content or the scripts. So it doesn't matter if it was modified or not, it's still untrusted.
Facts can be verified with sources you do trust (which should be using HTTPS). Logic can be used to verify others.
I already considered that, and for an untrusted website I already don't trust the content or the scripts. So it doesn't matter if it was modified or not, it's still untrusted.
but then why are you reading it? is it cat photos and cooking recipes only? or does it have articles about pricey things you could buy, news, life improvement tips, car and other thing repair docs/advice?
A lot of times its tech opinion articles. Stuff like "why AI is bad". And I read the arguments and judge them for myself.
the repo readme writes about this. Firefox does not yet support DANE, it needs a patch, included in the repo.
you are probably aware, but with DNS you are still dependent on a third party, namely the whims of the united states. check what happened with autistici.org recently
Ultimatly, there are still some dependencies on third party, but I reduced them to the minimum (If you know / have idea on how to remove even more third party, please tell). And about, autistici.org, the united states were able to do that because they own the ".org" tld. My tld is ".ovh", so under the control of OVH and french state.
I remember reading about some kind of an alternate DNS root servers. they have some unique TLDs (sounds risky though, the possibility of future name clashes). not too popular, but it is being used. I think this is it: https://opennic.org/
but there are more: https://icannwiki.org/Alternative_Roots
though, it will not salvage the .org TLD. such a shame it got to that...