TastyNachos 0 Posted ... I would like to know how much of a performance hit adding SSL would take on my server. How would I combine the addition on SSL or SSH into my openssl speed test? Also is there anything I can add to the following command to make it more accurate?What I mean is that I would like it to take into account LZO Compression, SHA1 Hash Algorithm, and AES-256 SHA TLS Algorithm. openssl speed -evp aes-256-cbc Cheers Quote Share this post Link to post
////////////////////////// 3 Posted ... Why don't you test it for yourself? If you want to make your command line arguments to openssl 'more accurate' (whatever that means) then look at the generated config files provided by AirVPN and match them to the options of openssl which are listed in its documentation. https://www.openssl.org/docs/apps/openssl.html#COMMAND_SUMMARY Quote Share this post Link to post