Skip to content

Releases: AlCalzone/node-dtls-client

v0.3.1

13 Feb 09:10
Compare
Choose a tag to compare

Suppress spurious errors from DNS lookup after the connection has already timed out

v0.3.0

05 Feb 11:54
Compare
Choose a tag to compare
  • Fixed cipher parameters of 3DES and 256-bit AES (AEAD) cipher suites.
  • Added the possibility to limit the cipher suites to use

from 0.2.2:

  • Removed possible sources of infinite loops

from 0.2.1:

  • Fix error handling while trying to connect to a non-available endpoint

Partial support for the Alert protocol

22 Sep 10:26
Compare
Choose a tag to compare
Support alert protocol (#5)

* support sending of alerts
* fix sending alerts before closing the socket
* bump version

npm release

23 Aug 16:02
Compare
Choose a tag to compare
v0.1.0

prepare npm release, bump version

bugfixes

09 Aug 18:33
Compare
Choose a tag to compare
v0.0.3

remember receiced packets in the anti replay window

improved error and timeout handling

01 Aug 07:58
Compare
Choose a tag to compare
v0.0.2

updated changelog