tinc: Update gui and backend for tinc1.1pre11.
commit523e757ad13c0d7e2d74a49f761c5707bde0852d
authorlancethepants <lancethepants@gmail.com>
Thu, 12 Mar 2015 20:22:17 +0000 (12 21:22 +0100)
committerShibby <shibby@openlinksys.info>
Thu, 12 Mar 2015 20:22:17 +0000 (12 21:22 +0100)
treefbce18b9543f141ae90565e4259c9e948937a3cc
parentdfd777c2f8c4412280074159712faead43b17abc
tinc: Update gui and backend for tinc1.1pre11.

RSA keys are no longer required, unless you need interoperability with tinc1.0 nodes.
This saves a ton of nvram space, and really makes tinc better for making larger meshes.

Tinc now bunldes its own crypto for now, removing the need for OpenSSL elliptic crypto.
As a result the tinc binary has grown larger, but we also save space in OpenSSL.

This commit also allows for better firewall customization.
release/src/router/Makefile
release/src/router/httpd/tomato.c
release/src/router/nvram/defaults.c
release/src/router/rc/tinc.c
release/src/router/www/vpn-tinc.asp