Skip to content

Keystore conflict with crypto providers #224

@simlei

Description

@simlei

Keystore loading and item retrieval behavior is subject to the global static java.security.Security policy, which we set in https://github.com/jcryptool/core/blob/develop/de.flexiprovider/src/de/flexiprovider/FlexiProviderController.java

The keystore file from 2018 has beein reinstated (in a non-develop branch!) here: 0e5b753

It looks like TLS is only working when sun providers have preference, while our keystore files only work when with flexiprovider Providers have preference. The branch keystore_provider_experiment has these changes: https://github.com/jcryptool/core/compare/keystore_provider_experiment

However, at least as of 82e3b99, The change is only effective when the workspace is created fresh, i.e. when the shipped 2018 keystore is used. Then, it seems the format is saved to disk in the sun format. as of 280dcf8 only an unrelated error is thrown:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions