Viewing profile — mmalone
mmalone
HN member- Joined
- Wed, Apr 04, 2007, 5:35 PM UTC
- HN karma
- 627
- Public activity
- 274 items
- HN profile
- View on Hacker News ↗
About mmalone
No profile information was provided.
Recent public activity
-
comment
Comment #38886230
Just to clarify, are you describing EAP-PEAP or EAP-TTLS wrapping PEAP? I'm still learning a lot of this stuff... but, my understanding is that PEAP doesn't do TLS but TTLS + PEAP …
-
comment
Comment #38876137
You can roll your own with https://github.com/smallstep/certificates . We maintain major open source projects and contribute a lot to other projects. I don’t think that means every…
-
comment
Comment #38876105
Correct.
-
comment
Comment #38875191
Well... the title is hyperbolic (as titles are wont to be), but the goal was to configure Wifi that aligns with the CNSA Suite[1] / CNSSP 15[2], which I think is fair to call "NSA-…
-
comment
Comment #38874765
I work at smallstep. For home wifi this is totally overkill. Better security is always nice but, in this case, there's a significant usability & interop tradeoff for home use (thou…
-
comment
Comment #38874619
I work at smallstep. Yes. This also works with FreeRadius! We decided to integrate RADIUS into our product since setting up FreeRadius is complicated and, if you're just doing EAP-…
-
comment
Comment #38874595
I work at Smallstep. In this case you're getting an industrial-grade CA with a properly managed private key, etc. Still, fair. We usually include warnings about this, but looks lik…
-
comment
Comment #38874537
I work at smallstep. Not sure about the RADIUS server, but connections to the CA use TLS for SCEP and/or ACME DA so the CA root cert needs to be trusted for TLS. There may be some …
-
comment
Comment #38874436
> For the use case cited -- blocking MAC spoofing, EAP-TLS doesn't quite solve it The idea would be to rely on the client certificate authentication and not use MAC filtering at al…
-
comment
Comment #38874410
If you're doing EAP-TLS wouldn't the ARP attack you're describing fail at the client when it's unable to verify the RADIUS server's certificate?
-
comment
Comment #38874370
What would happen if you tried to reconnect to the network and the AP didn't have the pre-shared key? Presumably, you'd prompt the user and ask them if they want to connect. This i…
-
comment
Comment #31699401
It's a critique of OpenSSL, which also makes no attempt to think of user experience.
-
comment
Comment #29817305
This is not a technical limitation though. It's a policy limitation. In theory, a name-constrained intermediate for `.example.com` has no more authority and poses no greater risk t…
-
comment
Comment #29817214
I'm biased because I'm the founder of the company, but you should check out the certificate management toolchain (CA[1] and CLI[2]) we've built at smallstep. A big focus of the pro…
-
comment
Comment #29816034
You can put "name constraints" on an intermediate that, in theory, can restrict the intermediate to only signing certs for a particular subdomain. In theory, name-constrained inter…
-
comment
Comment #25525079
Also, the Web PKI model has no real granular authorization when it comes to which CA can issue for which domain. A trusted CA can issue for any domain. So if you TOFU in my CA to c…
-
comment
Comment #25524682
Good question. I know you can add a root CA cert. I’m on iOS and don’t have an Android or ChromeOS device handy. I don’t see a way to remove a cert from Apple’s iOS trust store (se…
-
comment
Comment #25524585
That is correct.
-
comment
Comment #25524577
Yea you’re correct. They were forcing people to add a CA. So this was not a great example. I wouldn’t say the centralization of Web PKI is by design so much as it is (was?) by nece…
-
comment
Comment #25524531
Neat. I had never heard of TLSA. I’ll also add that certificate transparency (CT) is another mechanism designed to mitigate malicious cert issuance by a CA. A CT log is an public, …
-
comment
Comment #25524506
Firefox is the only browser that ships with a built-in trust store. Other browsers use your operating system’s trust store and you can add & remove trusted CA certs from that trust…
-
comment
Comment #25521867
Pretty sure CAA is supposed to be enforced by CAs, not by browsers. So, for instance, Let's Encrypt should refuse to issue a cert for your domain if you have CAA setup for digicert…
-
comment
Comment #25521767
See my response to superkuh elsewhere in this thread. This would introduce new problems and, overall, would probably make Web PKI worse.
-
comment
Comment #25521749
Counterpoint: this is also a big problem with SSH. When a host key changes with SSH you'll get a "Host Key Verification Failure" that basically says "yo, the key I expected for thi…
-
comment
Comment #25521607
I think TOFU would be really problematic for browsers & the Web PKI trust model. At this point Web PKI is dealing with attacks from nation-states and other advanced threats that en…