GitHub user dmvolod opened a pull request:
https://github.com/apache/thrift/pull/1486
THRIFT-4337: Able to set keyStore and trustStore as InputStream in the
TSSLTransportFactory.TSSLTransportParameters
Plus some tests cleanup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dmvolod/thrift THRIFT-4337
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1486.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1486
----
commit 9effb959985d13441029883d0e7151f287511c3c
Author: Dmitry Volodin <dmvolod@...>
Date: 2018-01-30T15:59:41Z
THRIFT-4337: Able to set keyStore and trustStore as InputStream in the
TSSLTransportFactory.TSSLTransportParameters
----
---