OpenSearch/x-pack/qa/password-protected-keystore
Ioannis Kakavas 6984b3ef6f
Adjust reload keystore test to pass in FIPS (#57050) (#57133)
In KeystoreWrapper class we determine if the error to decrypt a
given keystore is caused by a wrong password based on the exception
that the SunJCE implementation of AES is throwing
(AEADBadTagException). Other implementations from other Security
Providers might cause decryption to fail in a different way and cause
us to throw a generic error message.
We handle this in this test by matching both possible
exception messages.

Relates: #56889
2020-05-26 11:21:50 +03:00
..
src/test Adjust reload keystore test to pass in FIPS (#57050) (#57133) 2020-05-26 11:21:50 +03:00
build.gradle [7.x] Fix ReloadSecureSettings API to consume password (#54771) (#55059) 2020-04-13 09:50:55 +03:00