Skip to content

Commit 5ece6df

Browse files
committed
Release 1.1.24
1 parent 6d7c30a commit 5ece6df

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version 1.1.24
22

3+
* Updating p1_utils to version 1.0.28.
34
* Add option to accept client certificates that don't have sslclient purpose
45

56
# Version 1.1.23

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/ioqueue.c"]},
3131
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
3232

33-
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.26"}}}]}.
33+
{deps, [{p1_utils, "~> 1.0.26", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.28"}}}]}.
3434

3535
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
3636
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno",

src/fast_tls.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{application, fast_tls,
2525
[{description, "TLS / SSL OpenSSL-based native driver for Erlang / Elixir"},
26-
{vsn, "1.1.23"},
26+
{vsn, "1.1.24"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, crypto, public_key, p1_utils]},

0 commit comments

Comments
 (0)