On Jul 2, 2014, at 15:02, Alan Bateman wrote:
> Should blacklisted.certs.pem also move into the make tree? I think there has
> been an effort to put "data files" that are used for generating something in
> the build into the make tree. Someone from the build will probably should
> comment on
Hi All
Please review the change at
http://cr.openjdk.java.net/~weijun/8043071/webrev.00/
Two new inquire type KRB5_GET_SESSION_KEY_EX and KRB5_GET_KRB_CRED are added to
get the session key (in a new format) and the KRB_CRED message. Two new classes
are created as the types of their return va
Hi All
Please review the code change at
http://cr.openjdk.java.net/~weijun/8044085/webrev.00
With this change, all existing (and future) InquireType values for
ExtendedGSSContext.inquireSecContext() are available to the SASL GSSAPI
mechanism as negotiated properties.
Code change is in GssK