Buffrr

Results 19 issues of Buffrr

We're gonna need some CI infra to do builds for Beacon this should make things a lot easier. Chromium uses [LUCI](https://chromium.googlesource.com/infra/luci/luci-py/+/refs/heads/master/README.md) it's a bit too googly i'm not sure if...

The trust service is a mojo interface already but there's still some usage of gRPC left. It was used to avoid having to do plumbing for a mojo pipe from...

We can divide butil into scripts instead and have GN call those since it's more flexible and some people may already have experience with it. What's a bit tricky this...

help wanted

it's slightly bigger than it should be: ![image](https://user-images.githubusercontent.com/41967894/165141372-adc6c13d-3f3b-4054-9c10-7aa7b987dd4f.png)

This is the closest model I can imagine to mainstream browser support for Handshake & DANE. The proposed client should be fairly easy to implement especially on Chromium-based browsers since...

security-aware resolvers like hsd should protect users from forged DNSSEC responses. hsd only omits the "AD" flag from the response but it should return SERVFAIL instead. example: `dig @1.1.1.1 dnssec-failed.org...

hnsd uses a hardcoded ICANN root zone. From the whitepaper: > Hardcoded fallback involves hard-coding the existing ICANN zonefile into the SPV software. When an absence proof is received by...

This PR updates the status of ENSIP-6 from Stagnant to Draft and enhances compatibility with DNS without requiring changes to the DNS resolver profile. Instead, it establishes a better convention...

v1
ENSIP

The C++ driver works without any issues but this driver seems to fail when `start_scan()` is called. I tried the `ultra_simple` example. it fails with timeout message on version 0.5.0...