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
26 stars 9 forks source link

Change TLS methods to simply set `min_version: 1` instead of `version: 1.2` #500

Closed postmodern closed 5 months ago

postmodern commented 5 months ago

Instead of setting the TLS version always to 1.2, set the min_version: to 1 to allow TLS 1, 1.1, or 1.2.

postmodern commented 5 months ago

Implemented in 32c1b59.