Skip to content

tls: Support export keying material (RFC 5705)

David Goulet requested to merge dgoulet/arti:ticket1432_01 into main

Add a function to get the keying material as detailed by RFC 5705. Because native-tls doesn't have such support, there is a place holder panic!() for now.

This means that for the forseable future, relay would only work with rustls until we figure out a solution for native-tls.

Closes #1432 (closed)

Signed-off-by: David Goulet dgoulet@torproject.org

Merge request reports