How to run a simple test case

2022-02-08 Thread Chenxinping via openssl-users
The config file have some ENV variable and will result fail to load the config file, How to run a simple test case? Example: ./test/ssl_test ./test-runs/test_ssl_new/17-renegotiate.cnf.default ERROR: @ test/ssl_test.c:553

Re: Handshake Failure : SSL_accept:Error in before SSL initialization

2022-02-08 Thread Kamala Ayyar
Hello Matt, The socket descriptor is good and I verified using the socket directly. I do exchange data between client and server successfully before passing it the function to convert to a secure socket. It fails at the same place as the SSL_accept() with the same error from the call back functi

Re: Not able to perform FIPS self-tests

2022-02-08 Thread Dr Paul Dale
Have you considered using the provided for this: OSSL_PROVIDER_self_test()? https://www.openssl.org/docs/man3.0/man3/OSSL_PROVIDER.html Pauli On 8/2/22 17:41, Gahlot, Ashish Kumar wrote: Hello All, I’m trying to execute self-tests that FIPS runs after installation manually by calling the API