Re: Crash seen in "OPENSSL_sk_pop_free" API

2021-08-18 Thread Bala Duvvuri via openssl-users
Viktor, Thank you for taking a look. We are not invoking either of the API X509_STORE_CTX_get0_chain/X509_STORE_CTX_get1_chain We invoke X509_verify_cert() during the certification verification and this fails (expectedly due to the missing CA certificate), so we invoke X509_STORE_CTX_free

Re: Getting error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

2021-08-18 Thread Viktor Dukhovni
> On 19 Aug 2021, at 12:11 am, Jayalakshmi bhat > wrote: > > We are trying to integrate OpenSSL 1.1.1i on our device that runs on the ARM > platform. Device boots to ready > state with OpenSSL 1.1.1i. However when we try to access the device EWS, we > are getting below error > >

Getting error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

2021-08-18 Thread Jayalakshmi bhat
Hi All, We are trying to integrate OpenSSL 1.1.1i on our device that runs on the ARM platform. Device boots to ready state with OpenSSL 1.1.1i. However when we try to access the device EWS, we are getting below error error:0B080074:x509 certificate routines:X509_check_private_key:key values

problems with too many ssl_read and ssl_write errors

2021-08-18 Thread David Bowers via openssl-users
* We have a server that has around 2025 clients connected at any instant. * Our application creates a Server /Listener socket that then is converted into a Secure socket using OpenSSL library. This is compiled and built in a Windows x64 environment. We also built the OpenSSL for the