TestSSLServer | line tool which contacts a SSL/TLS server | TLS library
kandi X-RAY | TestSSLServer Summary
kandi X-RAY | TestSSLServer Summary
TestSSLServer is a command-line tool which contacts a SSL/TLS server and obtains some information on its configuration. It aims at providing (part of) the functionality of Internet-based tools like Qualys SSL Server Test, but without the requirement of the server being Internet-reachable. You can use TestSSLServer on your internal network, to test your servers while they are not (yet) accessible from the outside.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TestSSLServer
TestSSLServer Key Features
TestSSLServer Examples and Code Snippets
Community Discussions
Trending Discussions on TestSSLServer
QUESTION
I wrote a C++ SSL Socket class that uses the OpenSSL API. The version of OpenSSL I am using is "OpenSSL 1.0.0-fips" if that matters. This class belongs to a shared library that I have written.
I am trying to write a bare bones unit test of my class and I cannot get the SSL_CTX structure to allocate.
Here is my header file:
...ANSWER
Answered 2017-Jan-27 at 20:51For anyone who reads this, the problem was not the OpenSSL library. The undefined symbol problem means that the linker could not resolve the given symbol. I performed a ldd
on the unit test binary TestSSLServer and it revealed that I was not linking to the current version of libttshared.so
. I set my LD_LIBRARY_PATH variable to include the directory of the new shared library and the program executed successfully.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install TestSSLServer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page