OpenSearch/distribution
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
..
archives Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
bwc Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
packages Verify signatures on official plugins (#30800) 2018-05-25 07:56:35 -04:00
src Move java version checker back to its own jar (#30708) 2018-06-10 20:03:21 -04:00
tools Use armored input stream for reading public key (#31229) 2018-06-12 19:13:02 -04:00
build.gradle Move java version checker back to its own jar (#30708) 2018-06-10 20:03:21 -04:00