Postmodern

Results 523 comments of Postmodern

FYI [`OpenSSL::SSL::SSLContext#ssl_version=`](https://docs.ruby-lang.org/en/3.0/OpenSSL/SSL/SSLContext.html#method-i-ssl_version-3D) is deprecated, and `context.min_version = context.max_version = ` is recommended instead. However, the [`min_version=`](https://docs.ruby-lang.org/en/3.0/OpenSSL/SSL/SSLContext.html#method-i-min_version-3D)/[`max_version=`](https://docs.ruby-lang.org/en/3.0/OpenSSL/SSL/SSLContext.html#method-i-max_version-3D) methods accept slightly different values, such as `:TLS1` instead of `:TLSv1`, and do not...

Closing this as the `ronin` CLI has been totally rewritten and is much more robust now.

Looks like this is temporary blocked due to the `io-event` gem, which `async` depends on, containing C extensions and not having a JRuby version. See: https://github.com/socketry/io-event/issues/53#issuecomment-1379478408