From: Dave B. <bla...@us...> - 2010-12-06 19:43:10
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9388 Modified Files: NEWS sblim-cim-client2.properties Log Message: 3111718 - org.sblim.cimclient SSL Code is using the wrong SSL Property Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- NEWS 6 Dec 2010 19:22:30 -0000 1.201 +++ NEWS 6 Dec 2010 19:43:02 -0000 1.202 @@ -1,5 +1,6 @@ Changes in HEAD ================ +3111718 org.sblim.cimclient SSL Code is using the wrong SSL Property 3109824 Move Java link from Sun to Oracle 3078280 Fix for a null pointer exception in 1.3.9.1 3062747 SblimCIMClient does not log all CIM-XML responces. Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- sblim-cim-client2.properties 15 Sep 2010 11:21:26 -0000 1.15 +++ sblim-cim-client2.properties 6 Dec 2010 19:43:02 -0000 1.16 @@ -402,7 +402,7 @@ # Recognition: On next SSL connection # Default: Security.getProviders("SSLContext.SSL") # -#ssl.SocketFactory.provider= +#sblim.wbem.sslSocketProvider= # The provider to use for creation of SSL server sockets. # @@ -412,7 +412,7 @@ # Recognition: On next SSL connection # Default: Security.getProviders("SSLContext.SSL") # -#ssl.ServerSocketFactory.provider= +#sblim.wbem.sslServerSocketProvider= # The protocol used for SSLContext.getInstance(String protocol). For IBMJSSE2 provider it can # be "SSL_TLS". |