Skip to content

Releases: SK-EID/smart-id-java-client

1.6.1

06 Oct 13:22
Compare
Choose a tag to compare

SID Demo SSL certificate changed + security patch

1.6

22 May 13:06
c277ab7
Compare
Choose a tag to compare
1.6

Added

  • UserSelectedWrongVerificationCodeException is now thrown when user selects wrong verification code from three-choice selection.

1.5.1

18 May 12:46
f9f25da
Compare
Choose a tag to compare

Security

  • Bumped jackson-databind from 2.9.10.1 to 2.9.10.4
  • Updated Maven Dependency Check plugin version.

Changed

  • AuthenticationRequestBuilder method withRequestProperties access modifier changed to public

Added

  • Maven wrapper to project

Version 1.5

13 Nov 14:12
Compare
Choose a tag to compare

Security

Added

  • SSL pinning to verify, that the client is communicating with SK environment #3
  • SmartIdClient.addTrustedSSLCertificates(String ...sslCertificate) - add ssl certificates when Sk starts to use new certs
  • SmartIdClient.setTrustedSSLCertificates(String ...sslCertificates) - set specific ssl certificates to trust
  • SmartIdClient.useDemoEnvSSLCertificates() - uses only demo env ssl certificates
  • SmartIdClient.useLiveEnvSSLCertificates() - uses only live env ssl certificates
  • SmartIdClient.loadSslCertificatesFromKeystore(KeyStore keyStore) - loads only the certificates from keystore

1.4

08 Nov 15:05
b0e72cd
Compare
Choose a tag to compare
1.4

add support for different jaxws implementations

1.3: Merge pull request #27 from aasaru/v1_3_documentation

13 Sep 07:00
a26cd14
Compare
Choose a tag to compare
Update Documentation for version 1.3

1.2: Merge pull request #18 from andrevka/removeBugsForCI

26 Aug 06:13
0060570
Compare
Choose a tag to compare
remove bugs discovered by spotugs plugin

v1.1

10 Dec 10:55
f42ff1a
Compare
Choose a tag to compare
Merge pull request #6 from andresvoll/expose-session-status-requestin…