Hi folks, I prefer to work with a memory BIO so that I can handle my own network transporting. With TLS, I'm able to use a memory BIO. However, I cannot determine if memory BIOs are supported with DTLS. I even recall trying to write a program this way a year or so ago without success, so I thought I'd ask here about the state of DTLS and memory BIOs.
If it is not possible, does anyone have a tip on how to make it possible? Maybe I could create a substitute for the dgram BIO that works on memory, but unlike the existing openssl memory BIO, mine could support all the DGRAM control commands? If *that* is not possible either, then I'll create a loopback socket and point the dgram BIO at it, which should allow me to capture the traffic and use it in the same way that I would with a memory BIO. Of course I'd like to avoid this.. Thanks! -Justin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]