pluginized-protocols / picotcpls

TCPLS implementation using a TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28) -- Published in ACM CoNEXT'21 -- Best Community Award
15 stars 5 forks source link

TCPLS should be asynchronous #24

Open frochet opened 3 years ago

frochet commented 3 years ago

Remove the need for the application to monitor sockets, and expose instead callbacks function for read and write events, as well as a main entrypoint to loop forever.