
Hi, I am trying to find out if Asio is usable with new post-quantum cryptographic algorithms in OpenSSL, e.g. when using TLS 1.3 connections and pure ML-DSA TLS certificates. The main question is whether Asio is affected by the much larger size of the new certificate types. My understanding is that Asio doesn't care about those sizes, it has no hardcoded buffers for keys and certs, and just uses buffers provided by users of the library. So if a user wants to support larger certs, they need to provide larger buffers, and Asio will pass those buffers through to OpenSSL. But I don't know if any new member functions might be needed for the ssl context object. Has anybody tried using Asio with post-quantum support in openssl? Or is it something that will take new development effort in Asio? Thanks, Jonathan (apologies if you get this mail twice, I think my first attempt didn't get through because I sent from a different address that isn't subscribed)