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