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 > <mailto:m...@openssl.org>>: > > > > > > > > On 06/09/16 14:55, Lorenzo Miniero wrote: > > &

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 i

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 d

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

2015-06-05 Thread 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, though, also > > taking into account what you suggested,

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

2015-06-05 Thread Lorenzo Miniero
2015-06-05 12:30 GMT+02:00 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

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+

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 : > > > On 05/06/15 11:20, Lorenzo Miniero wrote: > >> 2015-06-05 10:31 GMT+02:00 Matt Caswell > m...@openssl.org>>: >> >> >> >> >> On 05/06/15 08:09, Lorenzo Miniero wrote: >>

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

2015-06-05 Thread Lorenzo Miniero
2015-06-05 10:31 GMT+02:00 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 a

[openssl-users] DTLS fragmentation and mem BIO

2015-06-05 Thread Lorenzo Miniero
ooking around but found no insight on how to do that. The only approach that came to my mind was to manually inspect the buffer that is returned, and split messages/fragments myself, but I'd rather avoid delving within the specifics of the protocol if possible. Thanks in advance

Algorithm usage in the world.

2008-02-26 Thread Daniele Di Lorenzo
Dear OpenSSL team, I'd like to use OpenSSL package, and its internal components as SSLeay, in many parts of the world (as UE and USA). Are there some restriction problem about?...can I use all algorithms in that nations (the first one could be France)? Thanks in avantage. Daniele Di Lorenzo

Error compiling on Redhat 9: Inconsistency between crypto.h and cryptlib.c

2004-08-24 Thread Lorenzo Pierfelice Web Studio
ck_callback' cryptlib.c:453: `CRYPTO_LOCK' undeclared (first use in this function) cryptlib.c:453: `CRYPTO_WRITE' undeclared (first use in this function) cryptlib.c:464: `CRYPTO_UNLOCK' undeclared (first use in this function) cryptlib.c: In function `CRYPTO_get_lock_name': cr

Decryption wrong when seeking into a file.

2002-03-08 Thread Lorenzo
I have a quick question to ask. I'm using the EVP_EncryptInit and EVP_DecryptInit functions to stream data to a file. Basically, I encrypt data , one byte at a time, which is in the put area of my filebuf object and send it out. I When I get data from the file, I decrypt each byte I receive

Multiple CNs inside a single cert?

2000-05-01 Thread Lorenzo M. Catucci
t least, if client software is supposed to accept the same cert, both if connecting to sthg.mydomain.my and to sthgelse.mydomain.my, if I have configured sthgelse.mydomain.my as a DNS alias for sthg.mydomain.my ("sthgelse.mydomain.my CNAME sthg.mydomain.my") Thank you very much, Yours, l