jonatron / boringssl-python-cffi

7 stars 0 forks source link

Why not rewrite SSLContext to implement the BoringSSL handshake, but instead the SSL handshake process is incorporated into NetworkBackend? #2

Closed dream2333 closed 1 week ago

dream2333 commented 1 month ago

Would it be better to extract the handshake and protocol negotiation process from the backend?

jonatron commented 1 month ago

I honestly don't know and can't remember the details. This repo was experimental, so I'd encourage you to do your own experimentation.

dream2333 commented 1 month ago

I honestly don't know and can't remember the details. This repo was experimental, so I'd encourage you to do your own experimentation.

Thank you, this has been a great instructional case for me