wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.
http://25thandclement.com/~william/projects/luaossl.html
Other
144 stars 50 forks source link

Return .standard_name field from ssl:getCipherInfo #142

Closed daurnimator closed 6 years ago

daurnimator commented 6 years ago

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