Skip to content

bindings: expose ergonomic key logging #4805

Open
@jmayclin

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions