Skip to content

bench crate refactor #5304

Open
Open
@jmayclin

Description

@jmayclin

Problem:

Too much "magic". Abstraction over library-specific structs is sometimes unavoidable, but should be minimized.

Solution:

*Connection structs should not be responsible for owning/storing session tickets. This would allow use to get rid of a layer of abstraction and directly impl TlsConnection on s2n_tls::connection::Connection.

This would reduce the amount of "magic" happening, which should prevent scenarios like #5305 from happening.

Metadata

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