Skip to content

Releases: JKRhb/dtls2

v0.18.1

13 Dec 15:58
d739b01
Compare
Choose a tag to compare

0.18.1 (2024-12-13)

Bug Fixes

v0.18.0

11 Dec 01:25
7848837
Compare
Choose a tag to compare

0.18.0 (2024-12-11)

⚠ BREAKING CHANGES

  • add support for PEM root certificates
  • update dependencies
  • increase minimal Dart SDK version to 3.0.0

Features

  • add bindings for PEM_read_bio_X509 (a589c7a)
  • add dedicated certificate classes (2c496c0)
  • add security level parameter to DTLS contexts (25ed88f)
  • add support for PEM root certificates (61131e7)
  • generate binding for SSL_CTX_set_security_level (445c6e6)
  • regenerate bindings (7075590)

Bug Fixes

  • lower security level for main example (274edfa)

Miscellaneous Chores

  • fix release please configuration (317b92f)
  • increase minimal Dart SDK version to 3.0.0 (a4e421b)
  • update dependencies (9894b2b)

v0.17.0

13 Jul 09:01
Compare
Choose a tag to compare

What's Changed

  • fix: prevent client from crashing when using empty PSK by @JKRhb in #89
  • fix(server): actually perform shutdown on connection loss by @JKRhb in #90
  • fix!(client): throw SocketException if not connected anymore by @JKRhb in #92
  • fix!: make alert handling more robust by @JKRhb in #97

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