Re: OpenJDK SSL problems

2011-01-05 Thread Bradford Wetmore
Francisco, Sorry, but security-dev is not a support mailing list. I encourage you to see the API docs for SSLContext at: http://download.oracle.com/javase/6/docs/api/javax/net/ssl/SSLContext.html Best wishes, Brad On 1/5/2011 8:48 PM, Francisco Tolmasky wrote: Hi, First time poster, so

OpenJDK SSL problems

2011-01-05 Thread Francisco Tolmasky
Hi, First time poster, sorry if this is the wrong list (please point me to the right one if it is). Running the following line: javax.net.SSLContext.getInstance("Default") Gives me this error: java.net.SocketException: java.security.NoSuchAlgorithmException: Default SSLContext not available

review request for 7005608, update 1: diamond conversion of JCA and crypto providers

2011-01-05 Thread Stuart Marks
Here's an updated webrev for 7005608. I've removed the changes that use diamond in assignment statements. In these cases the variable is declared elsewhere, so using diamond for these makes the code somewhat less understandable. I've left in the use of diamond for variable initializers (which

hg: jdk7/tl/langtools: 7010194: several langtools regression failures after JSR 292 changes (b123)

2011-01-05 Thread maurizio . cimadamore
Changeset: 15484cb7e5ae Author:mcimadamore Date: 2011-01-05 09:59 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/15484cb7e5ae 7010194: several langtools regression failures after JSR 292 changes (b123) Summary: Some regression tests rely on unsupported JSR 292 features