Re: RFR: 8061798: Add support for TLS_FALLBACK_SCSV

2015-02-03 Thread Florian Weimer
On 02/03/2015 03:18 PM, Xuelei Fan wrote: > On 1/29/2015 5:59 PM, Florian Weimer wrote: >> On 01/29/2015 04:39 AM, Xuelei Fan wrote: >>> Hi Florian, >>> >>> Thanks for contribute this patch to OpenJDK. >>> >>> The draft of TLS_FALLBACK_SCSV is moving pretty fast. Would you mind >>> wait for the in

Re: RFR: 8061798: Add support for TLS_FALLBACK_SCSV

2015-02-03 Thread Xuelei Fan
On 1/29/2015 5:59 PM, Florian Weimer wrote: > On 01/29/2015 04:39 AM, Xuelei Fan wrote: >> Hi Florian, >> >> Thanks for contribute this patch to OpenJDK. >> >> The draft of TLS_FALLBACK_SCSV is moving pretty fast. Would you mind >> wait for the integration until it becomes an official RFC in order

RFR 8072394: Performance improvement for X.509 certificate parsing

2015-02-03 Thread Florian Weimer
The sun.security.x509.PolicyInformation constructor creates java.security.cert.PolicyQualifierInfo instances and adds them to a LinkedHashSet. PolicyQualifierInfo does not override hashCode(), so the default implementation based on System.identityHashCode() is used, which is rather slow. I address

RFR 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC

2015-02-03 Thread Jaroslav Bachorik
Please, review the following change to j.s.ProtectionDomain Issue : https://bugs.openjdk.java.net/browse/JDK-8064331 Webrev: http://cr.openjdk.java.net/~jbachorik/8064331/webrev.01 This issue was reported against the JMX functionality. When a user tries to do the following ``` AccessControlCon

Re: JEP Review Request: TLS Application-Layer Protocol Negotiation Extension

2015-02-03 Thread Simone Bordet
Hi, On Mon, Feb 2, 2015 at 8:27 PM, Bradford Wetmore wrote: > The draft JEP “TLS Application-Layer Protocol Negotiation Extension” is now > available for community review: > >https://bugs.openjdk.java.net/browse/JDK-8051498 > > This JEP is to add support for the Application Layer Protocol Neg