Am Freitag, 15. Februar 2019, 16:03:42 CET schrieb Richard Levitte:
> So, to mitigate the problem, we've removed all extra decoration of the
> messages, i.e. the list footer that's usually added and the subject
> tag that indicates what list this is (I added the "openssl-users:"
> that you see manu
On Tue, Sep 18, 2018 at 9:18 AM
wrote:> Unfortunelly, it's exactly this example which I use. You have
pointed on slightly different version,
> but all difference is:
>
> SSL_CTX_set_cookie_verify_cb(ctx, &verify_cookie);
> instead of
> SSL_CTX_set_cookie_verify_cb(ctx, verify_cooki
On Thu, Sep 13, 2018 at 3:51 PM wrote:
> I tryed to dig inside openssl s_client source code, but it's really too
> complex for me, it seems like s_client doesn't use
> SSL_connect, instead, using more low-level functions.
>
>
> So, does anybody have any simple client-side implementation of DTLS o
Philip,
On Wed, Aug 15, 2018 at 11:36 PM Philip Prindeville
wrote:
> Have a look at:
>
> http://www.wangafu.net/~nickm/libevent-book/Ref6a_advanced_bufferevents.html
>
> you don’t need a dedicated thread per connection.
I know. I have already full blown single threaded event loop that
works fine
Philip,
Am Mittwoch, 15. August 2018, 21:36:30 CEST schrieben Sie:
>
> > On Aug 11, 2018, at 9:22 AM, Richard Weinberger wrote:
> >
> > Hi!
> >
> > I have a hard time figuring how to write a DTLS UDP server that supports
> > multiple
> > cl
Hi!
I have a hard time figuring how to write a DTLS UDP server that supports
multiple
clients. My dummy single user server works fine.
To support multiple clients I tried two approaches:
1. singled threaded async IO, preferred since I have to deal with many clients
2. multi threaded, one thread
Am 22.02.2017 um 12:24 schrieb David Oberhollenzer:
> Sorry, never mind. After taking a closer look at the source code I saw
> that there are further compile time and run-time kernel version
> checks in e_afalg.c. I adjusted the version number and got that to
> work now.
Well, why does the afalg e