Use AES in CTR mode instead of OFB mode for meta-connections.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 29 Oct 2016 20:14:45 +0000 (22:14 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 29 Oct 2016 20:14:45 +0000 (22:14 +0200)
commit848effe2644b0b734c5096a34021be1a3963302f
tree211833c6ef50bcec00185aa443705b76ad44cd6d
parent5c8a2a840a648b65b1396efbb0ddb84151ddc7e3
Use AES in CTR mode instead of OFB mode for meta-connections.

This gives a very nice speedup while preserving the stream characteristics.
m4/openssl.m4
src/net_setup.c