Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 732 Bytes

File metadata and controls

18 lines (14 loc) · 732 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[1.2] - 2020-07-06

Added

  • Different options for ensuring secure connection with SK mobile id backend
    • MidClient.MobileIdClientBuilder.withSslKeyStore(keyStore)
    • MidClient.MobileIdClientBuilder.withSslCertificates("Pem encoded cert 1", "Pem encoded cert 2")
    • MidClient.MobileIdClientBuilder.withLiveEnvCertificates()
    • MidClient.MobileIdClientBuilder.withDemoEnvCertificates()
    • MidClient.MobileIdClientBuilder.withSslContext(sslContext)

[1.1] - 2019-03-22

Added

  • Maven dependency check plugin for continuous security