ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Add support for accepting `1.3` for the SSL/TLS version #501

Closed postmodern closed 2 months ago

postmodern commented 2 months ago

We should support accepting 1.3 as a SSL/TLS version and map it to OpenSSL::SSL::TLS1_3_VERSION.

postmodern commented 2 months ago

Implemented in b4adaf4.