18:52:49 IIRC, we'd need a KCF implementation for poly1305/chacha20 as a first step (we have a chacha impl, but not the combined bit) 19:50:26 well I guess to be more precise, we have a chacha20 impl in the kernel, but I don't think it's wired up to KCF (though probably wouldn't take much to do so) 20:14:05 only tests for chacha I see are random test vectors 20:14:09 rather than in the crypto-tests 20:51:10 It's only used in libc right now. 20:58:43 i thought it was in usr/src/commmon... but either way, we'd need the poly1305 bits for wireguard IIRC 20:58:58 (as well as afew others just to be able to implement the protocol) 21:00:18 hrm, that's probably more work than a good tun driver then (which also nobody has found time for) 21:21:32 [illumos-gate] 13135 libc: str2spwd() warn: variable dereferenced before check 'instr' -- Toomas Soome