Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Harald Koch
> Am 16.04.2020 um 22:17 schrieb Benjamin Kaduk : > > On Thu, Apr 16, 2020 at 09:41:23PM +0200, Harald Koch wrote: >> Am 16.04.2020 um 17:54 schrieb Tomas Mraz : >>> >>> error queue of openSSL stays empty. The same code works with openSSL with gzip support („./config enable-zlib ...“,

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Benjamin Kaduk via openssl-users
On Thu, Apr 16, 2020 at 09:41:23PM +0200, Harald Koch wrote: > Am 16.04.2020 um 17:54 schrieb Tomas Mraz : > > > > error queue of openSSL stays empty. The same code works with > >> openSSL with gzip support („./config enable-zlib ...“, for support of > >> compressed SMIME contents in other

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Harald Koch
Am 16.04.2020 um 17:54 schrieb Tomas Mraz : > > error queue of openSSL stays empty. The same code works with >> openSSL with gzip support („./config enable-zlib ...“, for support of >> compressed SMIME contents in other application). >> Do you call the OPENSSL_init_ssl from the main thread or

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Tomas Mraz
On Thu, 2020-04-16 at 17:32 +0200, Harald Koch wrote: > > Am 16.04.2020 um 17:07 schrieb Tomas Mraz : > > > > On Thu, 2020-04-16 at 15:42 +0200, Harald Koch wrote: > > > Hello list, > > > > > > I have a TLS server which is started on demand in a multithreaded > > > (pthread) application. The TLS

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Harald Koch
> Am 16.04.2020 um 17:07 schrieb Tomas Mraz : > > On Thu, 2020-04-16 at 15:42 +0200, Harald Koch wrote: >> Hello list, >> >> I have a TLS server which is started on demand in a multithreaded >> (pthread) application. The TLS server is one thread which is being >> started and stopped. At first

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Tomas Mraz
On Thu, 2020-04-16 at 15:42 +0200, Harald Koch wrote: > Hello list, > > I have a TLS server which is started on demand in a multithreaded > (pthread) application. The TLS server is one thread which is being > started and stopped. At first start, the TLS server initialized with > SSL_CTX_new with

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Harald Koch
Hi Matt, > Am 16.04.2020 um 16:29 schrieb Matt Caswell : > On 16/04/2020 14:42, Harald Koch wrote: >> Hello list, >> >> I have a TLS server which is started on demand in a multithreaded (pthread) >> application. The TLS server is one thread which is being started and >> stopped. At first

Re: Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Matt Caswell
On 16/04/2020 14:42, Harald Koch wrote: > Hello list, > > I have a TLS server which is started on demand in a multithreaded (pthread) > application. The TLS server is one thread which is being started and stopped. > At first start, the TLS server initialized with SSL_CTX_new with >

Regression in 1.1.1 against 1.1.0 in SSL_CTX_new

2020-04-16 Thread Harald Koch
Hello list, I have a TLS server which is started on demand in a multithreaded (pthread) application. The TLS server is one thread which is being started and stopped. At first start, the TLS server initialized with SSL_CTX_new with TLS_server_method works as expected, after cleaning up,