Re: RFR(s): 8208641: SSLSocket should throw an exception when configuring DTLS

2018-09-17 Thread Anthony Scarpino
Thanks.. I updated the copyright.. Tony On 08/29/2018 07:02 AM, Xuelei Fan wrote: Looks fine to me.   Please update the copyright years as well. Thanks, Xuelei On 8/28/2018 9:47 PM, Anthony Scarpino wrote: I need a review of this fix.  Simple change to throw an UnsupportedOperationException

Re: RFR(s): 8208641: SSLSocket should throw an exception when configuring DTLS

2018-08-29 Thread Xuelei Fan
Looks fine to me. Please update the copyright years as well. Thanks, Xuelei On 8/28/2018 9:47 PM, Anthony Scarpino wrote: I need a review of this fix.  Simple change to throw an UnsupportedOperationException using SSLSocket with DTLS.  Additionally use SSLEngine for some of the generic metho

RFR(s): 8208641: SSLSocket should throw an exception when configuring DTLS

2018-08-28 Thread Anthony Scarpino
I need a review of this fix. Simple change to throw an UnsupportedOperationException using SSLSocket with DTLS. Additionally use SSLEngine for some of the generic methods that were defaulting to SSLSocket This is only for the JSSE provider. http://cr.openjdk.java.net/~ascarpino/8208641/webr