[openssl-users] SSL_read sys error 60.

2017-10-30 Thread Anand Choubey via openssl-users
Hi, Client Platform: OSX 10.12OpenSSL: openssl-1.0.2g, built by myself i.e. no system default OpenSSL  server platform: ubuntu 16.4OpenSSL: 1.1.0e built by myself i.e. no system default OpenSSL  Issue: SSL_read gets failed with errno is 60 (ETIMEDOUT, operation timed out),  ERR_get_error return 0

[openssl-users] Openssl DTLS performance

2017-11-08 Thread Anand Choubey via openssl-users
Hi all, We are building VPN using OpenSSL 1.1.0e.  VPN can work with TLS and DTLS. The test server is Linux Ubuntu 16.04 and client windows 7/10.  We tested using dummy net with different parameters like  0.1/0.2 /.5% packet drop and 20 ms delay. In this scenario, DTLS shows marginal 5 to 7% poor

[openssl-users] DTLS in multi-thread and concurrent connection acceptance environment

2017-11-27 Thread Anand Choubey via openssl-users
Hi, OpenSSL version is 1.1.0e. I am writing high-performance DTLS server which can accept thousands of connections concurrently.   Originally, I decided, DTLSv1_listen would be called inside the listener thread, once DTLSv1_listen returns 1 i.e. successful, a new async socket will be created, it

Re: [openssl-users] DTLS in multi-thread and concurrent connection acceptance environment

2017-11-28 Thread Anand Choubey via openssl-users
, Anand Choubey via openssl-users wrote: Hi, OpenSSL version is 1.1.0e. I am writing high-performance DTLS server which can accept thousands of connections concurrently.   Originally, I decided, DTLSv1_listen would be called inside the listener thread, once DTLSv1_listen returns 1 i.e