|
|
|
|
|
by the8472
3999 days ago
|
|
> I can't immediately think of any real-world use cases The problem with SSL is that it needs certificates. You need a domain name and a certificate if you want to run anything over SSL in a resonable manner. If address == identity then those requirements vanish because learning about the address already provides you all the information you need to establish a secure connection. It democratizes authenticated connections. |
|
It's interesting, and it may be useful. But for securing what we currently do with IP it's useless.