Hi All
Please take a review on a change in DEF_JNI_OnLoad of NativeUtil.c:
diff --git a/src/java.security.jgss/share/native/libj2gss/NativeUtil.c
b/src/java.security.jgss/share/native/libj2gss/NativeUtil.c
--- a/src/java.security.jgss/share/native/libj2gss/NativeUtil.c
+++ b/src/java.security.jg
Hi John
I see testkeys is directly referenced in AbstractSSLTubeTest.java and
FlowTest.java by an inner class also named SimpleSSLContext. Is it very
different from the one in SimpleSSLContext.java? Can they be combined?
If so, then we have a chance to ASCII-fy the testkeys file and directly in
I’d like a review of this fix for when DSA is the only key available. It’s
debatable how realistic this situation is, but it is a regression and key tool
uses dsa by default.
The fix is to remove tls1.3 from the default protocols. The placement of the
code change is to minimize the keymanager c
On 15/10/2018 03:32, Weijun Wang wrote:
Hi All
Please take a review on a change in DEF_JNI_OnLoad of NativeUtil.c:
*diff --git
a/src/java.security.jgss/share/native/libj2gss/NativeUtil.c
b/src/java.security.jgss/share/native/libj2gss/NativeUtil.c*
*--- a/src/java.security.jgss/share/native/l