Looks fine to me.
Thanks,
Xuelei
On 1/7/2020 11:40 AM, Anthony Scarpino wrote:
FYI, there is no test included because the JCK test already exists.
On 1/7/20 11:39 AM, Anthony Scarpino wrote:
Hi,
I need a code review for a JCK issue where the AlgorithmConstraints
spec says that permits() wit
FYI, there is no test included because the JCK test already exists.
On 1/7/20 11:39 AM, Anthony Scarpino wrote:
Hi,
I need a code review for a JCK issue where the AlgorithmConstraints spec
says that permits() with a null or empty primitives throws an
IllegalArgumentsException. The code curre
Hi,
I need a code review for a JCK issue where the AlgorithmConstraints spec
says that permits() with a null or empty primitives throws an
IllegalArgumentsException. The code currently allows no primitive and
continues with the check. Additionally, there was a needed change to
JSSE SeverHel
Am 07.01.2020 um 09:19 schrieb Dawid Weiss:
I can understand how this behavior can be considered
platform-dependent but it's still a bit surprising that it shows
consistent behavior on everything except Linux... (we originally
thought it's Windows to be blamed here).
Not the only one. Open,
Hi,
We have noticed that,
src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11gcm2.h has been
added couple of month back, and in new copyright added with GPLV2 but
there is no mention of Classpath exception.
Since this code is part of release and distributed please can I request
you to add
Thank you for your feedback.
I can understand how this behavior can be considered
platform-dependent but it's still a bit surprising that it shows
consistent behavior on everything except Linux... (we originally
thought it's Windows to be blamed here).
For the SSL layer I implemented a workaround
Hi,
On Mon, Jan 6, 2020 at 5:39 PM Chris Hegarty wrote:
> // force RST
> clientChannel.setOption(StandardSocketOptions.SO_LINGER, 0);
Just want to point out that when the channel/socket is set in
non-blocking mode, SO_LINGER is either not supported or gives
undefined behavior or throws (