Re: RFR 8047765: Generate blacklist.certs in build

2014-07-03 Thread Wang Weijun
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

RFR 8043071: Expose session key and KRB_CRED through extended GSS-API

2014-07-03 Thread Wang Weijun
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

RFR 8044085: Access ExtendedGSSContext.inquireSecContext() result through SASL

2014-07-03 Thread Wang Weijun
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