Updated openssl 1.1.1f installation problem: Parse errors: No plan found in TAP output

2020-04-16 Thread Justin Chen
Is there anyone meets the same Failure like me? Pls help me. The installation steps list below. [birdnofoots@trojan openssl-1.1.1f]$ cat /proc/version Linux version 4.14.129-bbrplus (root@vultr.guest ) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue

Updated openssl 1.1.1f installation problem: Parse errors: No plan found in TAP output

2020-04-16 Thread Justin Chen
Is there anyone meets the same Failure like me? Pls help me. The installation steps list below. [birdnofoots@trojan openssl-1.1.1f]$ cat /proc/version Linux version 4.14.129-bbrplus (root@vultr.guest ) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)) #1 SMP Tue

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: building a PIC enabled version of openssl 1.0.2k on Sparc 10

2020-04-16 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > tim.j.culh...@gmail.com > Sent: Thursday, April 16, 2020 08:36 > > I'm building a PIC enabled shared library in my server which links against > openssl 1.0.2k libssl.a library on Sparc 10. > > When compiling I see the

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

building a PIC enabled version of openssl 1.0.2k on Sparc 10

2020-04-16 Thread tim.j.culhane
Hi, I'm building a PIC enabled shared library in my server which links against openssl 1.0.2k libssl.a library on Sparc 10. When compiling I see the below errors. I originally built the 1.0.2k version of openssl with the following configure arguments: ./Configure solaris64-sparcv9-cc

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,

Re: Add user-defined argument in TLS 1.3 External PSK callback

2020-04-16 Thread Matt Caswell
On 16/04/2020 00:12, brandon.murphy1996 via openssl-users wrote: > Currently, the psk_use_session_cb_func() contains a hardcoded PSK and > identity value. However, I want to send an extra argument (preferably > a custom struct) to this callback that will contain the pre-shared > key and