12 set ExperimentalProtocol no
19 set ExperimentalProtocol no
22 # Exchange configuration
24 $tinc $c1 export | $tinc $c2 exchange | $tinc $c1 import
25 $tinc $c2 add ConnectTo foo
28 # Test various ciphers and digests
30 for digest in none md5 sha1 sha256 sha512; do
31 for cipher in none bf-cbc aes-128-cbc aes-256-cbc camellia-128-cbc camellia-256-cbc; do
32 echo Testing $cipher $digest
41 $tinc $c1 info bar | grep -q 'directly with UDP'