Allow Cipher and Digest "none".
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 May 2014 19:51:42 +0000 (21:51 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 May 2014 19:51:42 +0000 (21:51 +0200)
commitb0d80c7f28528c2c8857c5662b4aca779b3184bb
treeec414788eba486cac56eab936a980fee1e1f5239
parent666718998eaa044f6f25fe99810a78dca8471393
Allow Cipher and Digest "none".

This is for backwards compatibility with tinc 1.0, it has no effect on
the SPTPS protocol.
src/net_packet.c
src/protocol_auth.c
src/protocol_key.c
test/algorithms.test [new file with mode: 0755]