MobileID-Strong-Authentication / mobileid-client-java

MobileID client reference implementation in Java
Apache License 2.0
2 stars 4 forks source link

Configurable SSLContext for TLS config #8

Closed thomas4v closed 1 year ago

thomas4v commented 1 year ago

Goal: modify TLSConfiguration implementation to accept SSLContext parameter. Currently protocol "SSLv3" is hardcoded. Newer Java SDKs have SSLv3 support disabled as it's considered unsafe and should not be used in production environments.

thomas4v commented 1 year ago

Solution is part of release v1.5.3