Skip to content

Releases: elixir-webrtc/ex_dtls

v0.17.0

18 Apr 16:41
Compare
Choose a tag to compare

What's Changed

  • Add a note about pkg-config and openssl.pc by @mickel8 in #47
  • Add support for DTLS fragmentation by @mickel8 in #49

Full Changelog: v0.16.0...v0.17.0

v0.16.0

10 Sep 16:38
Compare
Choose a tag to compare

What's Changed

  • Allow for sending data over DTLS by @LVala in #45

New Contributors

  • @LVala made their first contribution in #45

Full Changelog: v0.15.2...v0.16.0

v0.15.2

06 Jul 12:00
f189242
Compare
Choose a tag to compare

What's Changed

  • Generate random Serial Number in DTLS cert by @mickel8 in #44

Full Changelog: v0.15.1...v0.15.2

v0.15.1

07 Feb 16:48
207c6ac
Compare
Choose a tag to compare

What's Changed

  • Fix get_peer_cert_result_. Update deps by @mickel8 in #42

Full Changelog: v0.15.0...v0.15.1

v0.15.0

28 Nov 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

28 Nov 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

17 Oct 10:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

30 May 17:23
e534991
Compare
Choose a tag to compare

What's Changed

  • RTC-261 improve README & enabling nif impl by @bblaszkow06 in #28
    • Breaking change - impl config uses lowercase atoms NIF -> :nif, CNode -> :cnode
  • Fix deprecation warnings: use higher-level, EVP_PKEY OpenSSL API by @bblaszkow06 in #29
    • Fixes 2 memory leaks on RSA key generation

Full Changelog: v0.11.1...v0.12.0

v0.11.1

29 Jul 12:16
Compare
Choose a tag to compare

Include :logger in extra applications

v0.9.0

19 Jan 15:49
Compare
Choose a tag to compare

Allows to run ExDTLS as a NIF (#22)