Issue Building OpenSSL with "enable-static-engine" for MD & MT Builds for x86

2019-08-08 Thread manoj upadhyay
Hi All, I am trying to build OpenSSL DLLs for MD and MT for windows on X86 and x64. I am building it for Visual studio vs 2017, 2015 and 2013. When I configure the build using following command on Visual Studio2015 x86 command prompt , "namke" is throwing error But the same is working w

Re: 1.0.2 to 1.1 migration problem with verify_callback()

2019-08-08 Thread Salz, Rich via openssl-users
> (why doesn't it use SSL_get_ex_data_X509_STORE_CTX_idx() instead of 0?). History; OpenSSL reserved some exdata indices for itself.

Query related to obtaining of temp key

2019-08-08 Thread shalu dhamija via openssl-users
Hi All, I have a query related to getting thetemporary key used during the key exchange. As a TLS client, I am able to getthe key using the API  SSL_get_peer_tmp_key().  But when acting as TLS Server, I usedAPI SSL_get_tmp_key(). ThisAPI is returning the temp key for TLS1.3 ciphers but for ECD