capnp-rpc icon indicating copy to clipboard operation
capnp-rpc copied to clipboard

Noise protocol support

Open tg-x opened this issue 5 years ago • 2 comments

Add Noise protocol support alongside TLS, now that an ocaml-noise library is available.

tg-x avatar Sep 13 '18 09:09 tg-x

Patches are welcome :-) /cc @emillon and @talex5

samoht avatar Sep 25 '18 14:09 samoht

I'm not very familiar with capnproto, but before doing that we'll probably need an implementation of NoiseSocket which is comparable to TLS (Noise only deals with what happens after the negociation is done and once the data sits in application buffers).

emillon avatar Sep 25 '18 14:09 emillon