facebookincubator / fizz

C++14 implementation of the TLS-1.3 standard
Other
1.13k stars 158 forks source link

Reuse client's handshake data in python #111

Closed novitae closed 5 months ago

novitae commented 6 months ago

This issue might be a bit off topic, but I don't see where could I post it else.

I would like to make a handshake with a server using fizz, but then use the established connection on a python http library (no matter which one). So I was wondering if it is possible to take the secrets and other details about the handshake printed using the CLI fizz client -connect ..., and to set them in a socket or other kind of object, as if it was the one that established the connection, and then use it to send requests to the targeted server. But:

Thanks for your help !