• Guus der Kinderen's avatar
    OF-946: Help Java to find the correct Security Provider · 918b21b5
    Guus der Kinderen authored
    For some reason, the default validation fails to iterate over all providers and will fail if the default
    provider does not support the algorithm of the chain. To work around this issue, the code now iterates over
    each provider explicitly, returning success when at least one provider validates the chain successfully.
    This replaces an earlier attempt to fix this issue by explicitly naming one (and just one) provider.
    918b21b5
Name
Last commit
Last update
..
CertificateStoreConfig.java Loading commit data...
CertificateStoreConfigException.java Loading commit data...
IdentityStoreConfig.java Loading commit data...
Purpose.java Loading commit data...
TrustStoreConfig.java Loading commit data...