OpenSearch/distribution/tools
Jason Tedor 905663a942
Use armored input stream for reading public key (#31229)
This was silly; Bouncy Castle has an armored input stream for reading
keys in ASCII armor format. This means that we do not need to strip the
header ourselves and base64 decode the key. This had problems anyway
because of discrepancies in the padding that Bouncy Castle would produce
and the JDK base64 decoder was expecting. Now that we armor input/output
the whole way during tests, we fix all random failures in test cases
too.
2018-06-12 19:13:02 -04:00
..
java-version-checker Move java version checker back to its own jar (#30708) 2018-06-10 20:03:21 -04:00
launchers Move java version checker back to its own jar (#30708) 2018-06-10 20:03:21 -04:00
plugin-cli Use armored input stream for reading public key (#31229) 2018-06-12 19:13:02 -04:00