On Fri, 26 May 2023 21:09:35 GMT, Mat Carter <maca...@openjdk.org> wrote:

> Added ability to load keystores from SST files on Windows.  Example usage:
> 
> KeyStore keyStore = KeyStore.getInstance("Windows-SST");
> try (FileInputStream fis = new FileInputStream("mykeystore.sst")) {
>    keyStore.load(fis, null);
> }
> 
> Note that its not limited to file streams, it can be any stream.
> 
> The feature is behind a runtime flag 
> ("sun.security.mscapi.keyStoreSSTSupport") as the KeyStore must have an input 
> stream, but the JCK tests assume an input stream is optional
> 
> tier1 tests for linux/macos/Windows for x86_64

Removed

From: Weijun Wang ***@***.***>
Date: Monday, December 4, 2023 at 7:01 AM
To: openjdk/jdk ***@***.***>
Cc: Mat Carter ***@***.***>, Mention ***@***.***>
Subject: Re: [openjdk/jdk] 8306688: Support Windows serialized keystores (SST 
files) (PR #14187)

@macarte<https://github.com/macarte> Please remove the Fix Version/s field of 
this bug now that it will not go into jdk22.

—
Reply to this email directly, view it on 
GitHub<https://github.com/openjdk/jdk/pull/14187#issuecomment-1838828661>, or 
unsubscribe<https://github.com/notifications/unsubscribe-auth/ANDIZQICMI4DR6J4NXEYCB3YHXQSTAVCNFSM6AAAAAAYQWFDLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZYHAZDQNRWGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14187#issuecomment-1839088753

Reply via email to