Re: openssl-users: DKIM, DMARC and all that jazz, and what it means to us

2019-02-15 Thread Richard Weinberger
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

Re: [openssl-users] DTLS-over-UDP client example

2018-09-18 Thread Richard Weinberger
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

Re: [openssl-users] DTLS-over-UDP client example

2018-09-17 Thread Richard Weinberger
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

Re: [openssl-users] Multi client DTLS server on OpenSSL 1.1.x broken?

2018-08-15 Thread Richard Weinberger
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

Re: [openssl-users] Multi client DTLS server on OpenSSL 1.1.x broken?

2018-08-15 Thread Richard Weinberger
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

[openssl-users] Multi client DTLS server on OpenSSL 1.1.x broken?

2018-08-11 Thread Richard Weinberger
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

Re: [openssl-users] Compiling OpenSSL 1.1.0e with AF_ALG engine

2017-02-22 Thread Richard Weinberger
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