Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 424 Bytes

xSSL

This is a fork of OTP 27's SSL module, with a patch conceived by the author of the Elixir/erlang OracleDB client Jamdb.Oracle.

Installation

def deps do
  [
    {:xssl, github: "calmwave-open-source/xssl", branch: "main"}
  ]
end