Re: Compilation issue with 1.1.1k version

2021-04-07 Thread Matt Caswell
On 07/04/2021 20:02, Boris Shpoungin wrote: In my sources there is no definition for that macro, this is the problem: user@ubuntu_dev_vm:~/tools/openssl/1.1.1k$ grep -HRn 'set_sys_error' . ./crypto/err/err.c:259:    set_sys_error(saveerrno); ./crypto/err/err.c:750:    set_sys_error(saveerrno)

Re: Compilation issue with 1.1.1k version

2021-04-07 Thread Matt Caswell
On 07/04/2021 19:31, Boris Shpoungin via openssl-users wrote: Hello, I am using cross compiler toolchain (arm-hisiv200-linux-gnueabi) to compile openssl library for arm based custom board. I had no problems to compile version 1.1.1a, however I am having troubles to compile versions 1.1.1i a

Compilation issue with 1.1.1k version

2021-04-07 Thread Boris Shpoungin via openssl-users
Hello, I am using cross compiler toolchain (arm-hisiv200-linux-gnueabi) to compile openssl library for arm based custom board. I had no problems to compile version 1.1.1a, however I am having troubles to compile versions 1.1.1i and 1.1.1k: ${LDCMD:-arm-hisiv200-linux-gnueabi-gcc} -pthread -Wa,-

Re: Using SSL_CTX_set_min_proto_version

2021-04-07 Thread Matt Caswell
On 07/04/2021 15:22, Tamara Kogan via openssl-users wrote: I have not found any confirmation in TLS specs that the “record layer” version must be 1.0. I did not mean to imply that the specs say that the record layer version *must* be 1.0. Only that that is what OpenSSL *does*. In fact the

Re: Using SSL_CTX_set_min_proto_version

2021-04-07 Thread Tamara Kogan via openssl-users
> From: Matt Caswell > Subject: Re: Using SSL_CTX_set_min_proto_version > Date: April 6, 2021 at 2:13:02 PM EDT > To: openssl-users@openssl.org > > > On 06/04/2021 18:45, Tamara Kogan via openssl-users wrote: >> Hello, >> In our client application we are trying to set TLS 1.2 in ClientHello >