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
post
replies:
SSL/TLS error on main link.
replies:
permalink
fedilink
source
parent
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.
all 4 comments