Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
QuicksilverJohn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
QuicksilverJohn
7y ago
Yep. And it's also a DNS registrar.
2.
▲
by
QuicksilverJohn
7y ago
It's actually pretty difficult to enumerate all trusted CAs (or even just what organizations are running CAs). Certificate Transparency certainly helps there, but it's not fully required, and doesn't solve all problems. The D
3.
▲
by
QuicksilverJohn
7y ago
Basically, only the root record parsing is done in JS and then passed to unbound for resolution. Though it is possible to run a pure JS resolver, it's not really recommended. There's also a more portable authoritative & recurs
4.
▲
by
QuicksilverJohn
7y ago
The problem with this method is that it requires a side channel. This is the real beauty of public key cryptography, you can negotiate a secure channel over an open channel. (*Authentication sold separately)
5.
▲
by
QuicksilverJohn
8y ago
No, Hangouts works great for this outside of the US. I use it in New Zealand all the time.
6.
▲
by
QuicksilverJohn
9y ago
1) https://play.google.com/store/apps/details?id=mobi.beyondpod
7.
▲
by
QuicksilverJohn
11y ago
https://tip.golang.org/src/crypto/tls/cipher_suites.go#L75
8.
▲
by
QuicksilverJohn
16y ago
Actually, this made a lot more sense to me. (I guess I really am a math major!)