Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Releases: eclipse-archived/californium.scandium

1.0.1

20 Jan 09:05
Compare
Choose a tag to compare

This is a small bug-fix release only which mainly addresses some issues with interrupted DTLS handshakes in Scandium.Users of Californium 1.0.0 should be able to upgrade by simply replacing the 1.0.0 artifacts with the corresponding 1.0.1 artifacts.

Changelog (for californium.scandium component)

1e5716c Introduce static SessionId.emptySessionId method.
b25d40d Copy extensions passed in via constructor.
b0a1f39 Remove obsolete CookieValidationException.
650a321 Fix typos
9670721 Explicitly ignore hello request received during ongoing handshake.
da55b7b Fix Bug 483371.
9a8832a Turn into utility class by making default constructor private.
b195c91 Change test category to medium.
5c80837 Do not throw checked exception from constructor anymore.
27b0d03 Throw HandshakeException when parsing malformed alert message.
bd2d788 Fix Bug 483559.
a1e1025 Fix JavaDoc for constructor.
a646f18 Add @category annotation in order to run as part of Small test suite.
4229300 Replace some "magic numbers" with constants.
18e475a Add unchecked base exceptions intended to replace checked HandshakeException et al in the future.
4284a6c Add convenience method for checking if message contains a valid session ID.
5c9bd03 Add convenience methods for checking existence of ongoing handshake and established session.
68cd811 Only clear peerAddress field if session set using setSession() is not null.
943db8b Log failure to verify handshake hash.
2d3ea42 Remove obsolete properties, refine Eclipse repo definition.
6247cc1 Minor changes to improve code quality.
9e949e5 Abort handshake on receiving unsupported curve type in ServerKeyExchange message.