fast_tls icon indicating copy to clipboard operation
fast_tls copied to clipboard

TLS / SSL OpenSSL-based native driver for Erlang / Elixir

Results 3 fast_tls issues
Sort by recently updated
recently updated
newest added

Since OpenSSL 1.1.0, the proper way to configure supported protocol versions is via setter functions - use of `SSL_CTX_set_options` to disable particular protocols is now discouraged. The new API is...

While OpenSSL 3 is now supported, there is no mechanism provided for setting which ciphers to use for TLS 1.3. OpenSSL sets these separately (via `SSL_CTX_set_ciphersuites()`) than for TLS 1.2...

``` ** (Mix) Could not compile dependency :fast_tls, "/Users/void/.asdf/installs/elixir/1.17.0/.mix/elixir/1-17/rebar3 bare compile --paths /Users/void/Development/web/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile fast_tls...