Open
Description
Problem:
The bindings expose a key logging callback: set_key_log_callback
However, this method isn't usable without pulling in the raw s2n_tls_sys
types because the callback function requires a pointer to the raw s2n-tls connection: s2n_tls_key_log_fn
Solution:
We should expose an ergonomic, safe key log functionality for the rust bindings
Activity