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
> (why doesn't it use SSL_get_ex_data_X509_STORE_CTX_idx() instead of 0?).
History; OpenSSL reserved some exdata indices for itself.
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