Re: [openssl-users] DTLS fragmentation and mem BIO

2016-09-06 Thread Lorenzo Miniero
2016-09-06 16:27 GMT+02:00 Matt Caswell : > > > On 06/09/16 15:22, Lorenzo Miniero wrote: > > 2016-09-06 16:05 GMT+02:00 Matt Caswell > >: > > > > > > > > On 06/09/16 14:55, Lorenzo Miniero wrote: > > > Apologies for reviving

Re: [openssl-users] DTLS fragmentation and mem BIO

2016-09-06 Thread Matt Caswell
On 06/09/16 15:22, Lorenzo Miniero wrote: > 2016-09-06 16:05 GMT+02:00 Matt Caswell >: > > > > On 06/09/16 14:55, Lorenzo Miniero wrote: > > Apologies for reviving this old thread, but a user of my project made me > > notice that my

Re: [openssl-users] DTLS fragmentation and mem BIO

2016-09-06 Thread Lorenzo Miniero
2016-09-06 16:05 GMT+02:00 Matt Caswell : > > > On 06/09/16 14:55, Lorenzo Miniero wrote: > > Apologies for reviving this old thread, but a user of my project made me > > notice that my code doesn't compile on Openssl 1.1.0 anymore. Apparently > > the cause is some structures

Re: [openssl-users] DTLS fragmentation and mem BIO

2016-09-06 Thread Matt Caswell
On 06/09/16 14:55, Lorenzo Miniero wrote: > Apologies for reviving this old thread, but a user of my project made me > notice that my code doesn't compile on Openssl 1.1.0 anymore. Apparently > the cause is some structures have been made opaque in the new version. > In my case, the structure

Re: [openssl-users] DTLS fragmentation and mem BIO

2016-09-06 Thread Lorenzo Miniero
2015-06-05 20:42 GMT+02:00 Lorenzo Miniero : > 2015-06-05 20:18 GMT+02:00 Matt Caswell : > >> >> I see you got it working! Just some comments below >> >> On 05/06/15 12:34, Lorenzo Miniero wrote: >> > I've started looking into filters and I have some doubts,

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Matt Caswell
On 05/06/15 08:09, Lorenzo Miniero wrote: Hi all, first of all, apologies if this has been asked before. I've searched archives pretty much everywhere, and only came to partial indications as to how this should be dealt with. The problem I'm facing deals with using DTLS with mem BIOs,

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
2015-06-05 10:31 GMT+02:00 Matt Caswell m...@openssl.org: On 05/06/15 08:09, Lorenzo Miniero wrote: Hi all, first of all, apologies if this has been asked before. I've searched archives pretty much everywhere, and only came to partial indications as to how this should be dealt with.

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Matt Caswell
On 05/06/15 10:20, Lorenzo Miniero wrote: Just one quick question about this: are messages/packets passed to the BIO actually splitted, and then just queued by the mem BIO in the buffer, or can there be cases where a larger than normal buffer is passed to the BIO anyway, meaning a manual

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Matt Caswell
I see you got it working! Just some comments below On 05/06/15 12:34, Lorenzo Miniero wrote: I've started looking into filters and I have some doubts, though, also taking into account what you suggested, and I apologize again if this turns out to be silly. As far as I've understood, what I

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
2015-06-05 20:18 GMT+02:00 Matt Caswell m...@openssl.org: I see you got it working! Just some comments below On 05/06/15 12:34, Lorenzo Miniero wrote: I've started looking into filters and I have some doubts, though, also taking into account what you suggested, and I apologize again if

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
Eureka, I got it working! Thanks to the feedback from Matt and Alfred, I managed to create a filter that does what I need. To those who may be interested, it's available here: https://github.com/meetecho/janus-gateway/pull/254 Thanks for your great support! Lorenzo 2015-06-05 13:34 GMT+02:00

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
2015-06-05 12:30 GMT+02:00 Matt Caswell m...@openssl.org: On 05/06/15 10:20, Lorenzo Miniero wrote: Just one quick question about this: are messages/packets passed to the BIO actually splitted, and then just queued by the mem BIO in the buffer, or can there be cases where a larger than

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Alfred E. Heggestad
On 05/06/15 11:20, Lorenzo Miniero wrote: 2015-06-05 10:31 GMT+02:00 Matt Caswell m...@openssl.org mailto:m...@openssl.org: On 05/06/15 08:09, Lorenzo Miniero wrote: Hi all, first of all, apologies if this has been asked before. I've searched archives pretty

Re: [openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
2015-06-05 12:34 GMT+02:00 Alfred E. Heggestad a...@db.org: On 05/06/15 11:20, Lorenzo Miniero wrote: 2015-06-05 10:31 GMT+02:00 Matt Caswell m...@openssl.org mailto: m...@openssl.org: On 05/06/15 08:09, Lorenzo Miniero wrote: Hi all, first of all, apologies if