ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.14k stars 928 forks source link

have edge accept all ciphers under the same key #1032

Open Logan007 opened 2 years ago

Logan007 commented 2 years ago

Up to now, the option -A_ determines the cipher used to send out and the cipher to be accepted.

I am pondering to loose the requirement that incoming packets must be encrypted using the same cipher. Instead, an edge could accept packets encrypted with any of the other ciphers – delivering usable payload only if they use the same key of course. It would be a relief to some edges of which the CPU might deal better with other ciphers, especially encrypting.

What do you think?