Thanks for the quick reply Joe. I am definitely interested in seeing your
example, I've been unable to find many DTLS examples at all and certainly
none that use an alternative transport mechanism.

Also, have you taken into account the timer for dropped session
initialization messages? I'm guessing that needs to be manually polled and
re-sent but exactly how to do that didn't leap out at me from the API.

Tom
On Feb 14, 2013 6:47 PM, "Joel Dice" <joel.d...@gmail.com> wrote:

> On Thu, 14 Feb 2013, Tom Cocagne wrote:
>
>  I've seen examples where BIO pairs are used send SSL traffic over
>> application-controlled data streams instead of using raw file
>> descriptors. Is this possible with DTLS as well?
>>
>
> Yes, that's what I'm doing.  It seems to work perfectly as long as no
> packets are dropped, but I've run into an issue when I deliberately drop a
> packet, which I posted to this list about earlier today.  It sounds like
> even that should work, so I'm guessing it's an error somewhere on my end.
>
> I've started writing a bare-bones test case using a memory-based BIO. I
> can post it to this list as an example if there aren't any better ones out
> there.
> ______________________________**______________________________**__________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>

Reply via email to