Re: DTLS and memory BIO

2008-01-16 Thread Justin Karneges
On Thursday 10 January 2008 9:22 pm, Justin Karneges wrote: [...snip...] > 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 exi

DTLS and memory BIO

2008-01-10 Thread Justin Karneges
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 t

DTLS and memory BIO

2005-07-25 Thread justin-psi2
Hi, Great to see DTLS is here. However, I can't seem to find any documentation about how to use it. The s_client app seems to have DTLS capability, but it uses a dgram BIO and not a memory BIO. What I'm doing currently is reading all data out of my outbound memory BIO anytime I write plainte