Hey everyone,
I'm trying to get libssl to work without using any built-in I/O so for this,
I'm using manually managed BIO pairs.
It seems like I can get a TLS Client Hello written to a user-provided buffer
but I'm having trouble getting the server to parse this data and generate
its own Server Hello in response.
I have a Compiler Explorer link that demonstrates my issue here:
Is there something plainly obvious that I'm missing? I've been scouring the
docs so I'm wondering if there's something easy I missed.
- Christian