Re: Load and unload of engines at runtime

2021-04-30 Thread Mahendra SP
Hi All, Could someone please help with this query? Thanks Mahendra On Thu, Apr 29, 2021 at 5:20 PM Mahendra SP wrote: > Hi All, > > We have crypto engines for offloading operations like RSA, digests and > ciphers, hmac etc. We are looking at a way to load and unload engines at > run time. This

openssl windows compile: VS2012 Pro vs VS2019 Community

2021-04-30 Thread Michael Mueller
Compile on Openssl 1.1.1k on W2008R2 with VS2019 Community was successful. Compile of my app that uses openssl dlls on the same platform was successful. "openssl.exe version" works correctly Running my app I get "No OPENSSL_Applink" This is new since running VS2019 compiled binaries. I include

Re: Request Assistance::No X509TrustManager implementation available

2021-04-30 Thread Mark Hack
This is a Java error and not an openSSL error. This will be thrown if the application did not specify a valid X509 Trust Manager for the SSLContext. On Fri, 2021-04-30 at 15:48 +0530, K V Rao via openssl-users wrote: No X509TrustManager implementation available

Request Assistance::No X509TrustManager implementation available

2021-04-30 Thread K V Rao via openssl-users
Dear Sir/Madam, Greetings for the day! We have provided an application which invokes https URL. App server used is TOMCAT. The team who administers the application installed certificates under CACERTS. The certificate is available in a .JKS file. Now the application works well for some