wahern / luaossl

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

Conversion from openssl cipher names to standard ones. #118

Open daurnimator opened 6 years ago

daurnimator commented 6 years ago

Bind:

Added in https://github.com/openssl/openssl/pull/3859/ (in OpenSSL 1.1.1)

Perhaps for older openssl we should hard-code the names?

daurnimator commented 6 years ago

The opacity of SSL_CIPHER in 1.1.0 makes this difficult to backport.