SSL_CIPHER_standard_name has been around for a long time, but only when OpenSSL was compiled with the rarely used --enable-trace option. It's expected the OpenSSL 1.1.1 will make it unconditional (via https://github.com/openssl/openssl/pull/3859)
This PR includes a backwards compatible shim for <= 1.1.0
For #118
SSL_CIPHER_standard_name
has been around for a long time, but only when OpenSSL was compiled with the rarely used--enable-trace
option. It's expected the OpenSSL 1.1.1 will make it unconditional (via https://github.com/openssl/openssl/pull/3859) This PR includes a backwards compatible shim for <= 1.1.0