<div dir="ltr"><div>I'm relatively new to the world of OpenSSL.</div><div><br></div><div>I'm trying to write a QUIC stream class and for that, I need to use the EVP_PKEY_CTX and I'm not sure what's the optimal way of scoping instances of this context.</div><div><br></div><div>For example, should I have a CTX per Quic connection? Or rather one that's shared by many in a thread-safe manner? What's the cost of generating one per connection? Are there docs where I can read about this kind of stuff?</div><div><br></div><div>- Chris</div></div>