search for: metakey_h

Displaying 1 result from an estimated 1 matches for "metakey_h".

Did you mean: metakey
2020 Mar 05
0
How does tinc handle "unknown cipher"?
...at the router's tinc manages to talk to Debian's tinc, when I set a cipher suite that the router's SSL library does not recognise. I looked at the log, it triggers this line: https://github.com/gsliepen/tinc/blob/master/src/protocol_auth.c#L297 I am just wondering, what happens after metakey_h() returns false? Does tinc simply fall bacck to a more common cipher? Do the two clients neogiate what to fallback to? FF