corretto / amazon-corretto-crypto-provider

The Amazon Corretto Crypto Provider is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces.
Apache License 2.0
238 stars 56 forks source link

Add configuration security file for JDKs newer than 11 #226

Closed SalusaSecondus closed 2 years ago

SalusaSecondus commented 2 years ago

Issue: Fixes #175

Description of changes: General fixes to existing java.security configuration file. Introduces a new version of JDKs newer than 11 (tested on 17). Updates tests to use the new file as well as introduces a regression test which detects if we break TLS in the future.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

SalusaSecondus commented 2 years ago

Failed with a flakey entropy test. Closing to retrigger.