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 the `min_version:` and `max_version:` keyword arguments to all SSL and TLS methods #499

Closed postmodern closed 2 months ago

postmodern commented 2 months ago

It should be possible to specify the SSL/TLS min_version: and/or max_version: for any SSL or TLS method.

postmodern commented 2 months ago

Implemented in 7fa3992.