Skip to content

Releases: MobileID-Strong-Authentication/mobileid-client-java

v1.5.7

08 Sep 23:57
66fdf3f

Choose a tag to compare

Release 1.5.7 changes:

v1.5.6

12 Sep 22:17
310ab16

Choose a tag to compare

Add support for geofencing custom policy
Bump org.bouncycastle:bcpkix-jdk18on from 1.75 to 1.78

v1.5.5

16 Nov 22:04
f057eaf

Choose a tag to compare

Add support for sslContext configuration for mid-java-client-rest via sslContext property in TlsConfiguration instance.
Introduced "geofencing" parameter to be used with SignatureRequest via cli. The change ensures geofencing data is returned
only when the geofencing parameter in the cli is explicitly set.
Introduced get-mid-sn query/param for cli interface to retrieve Mobile ID serial number, exposed getMIDSerialNumber method
via SignatureValidator interface for programmatically retrieving mentioned property.

v1.5.4

07 Nov 11:15
a40c34e

Choose a tag to compare

Update the httpclient5 to latest version 5.2.1

v1.5.3

28 Jul 08:55
9a1343a

Choose a tag to compare

Fixed hardcoded SSLContext for soap client, modify TLSConfiguration implementation to accept SSLContext parameter.
Changed the Bouncy Castle Provider from bcprov-jdk15on to bcprov-jdk18on and update it and woodstox-core libraries to newer versions.

v1.5.2

18 Oct 13:46

Choose a tag to compare

Update most of the libraries to their latest versions. Fix two vulnerabilities reported by Dependabot for the Jackson Databind libraries.

v1.5.1

28 Jul 14:25

Choose a tag to compare

Update the jackson-databind and woodstox-core libraries to newer versions to overcome the vulnerabilities reported by Sonatype Lift.

v1.5.0

27 Jul 14:03

Choose a tag to compare

Add support for signature validation, after a mobile signature is successfully created.
Add a new component that can be configured separately for validating the signing certificate, the certificate path, the actual signature and the DTBD/DTBS that was signed.
Add support for signature validation to the CLI mode.

v1.4.0

20 May 13:24

Choose a tag to compare

No changes since v1.4.0-beta2.
Since 1.3.0, proxy configuration capabilities were added to the REST and SOAP protocols. Now the Mobile ID client can be configured to connect to the Mobile ID backend via an HTTP proxy, with or without Basic authentication. This works both for command line and for programmatic mode.

v1.3.0

21 Jan 10:30

Choose a tag to compare

Add optional override of AP ID and AP Password for each request and for the tracking object of a signature operation.
This helps with sending requests on behalf of various APs, instead of relying only on the common AP ID + AP password
configured in ClientConfiguration.