|
|
|
|
|
by ur-whale
186 days ago
|
|
One meta thing I've always wondered ... Are multiple implementations of the same protocol good or bad for security? Probably naively, I'm thinking: - diversity: good
- doubling the attack surface: real bad
What do the security folks out there think of the topic? |
|
Issues in the protocol itself would need all implementations to change, but issues in the implementation would obviously be isolated to one implementation. For something like Wireguard, I'd wager a guess that issues in the implementations are more common than issues in the protocol, at least at this stage.