From: Dave B. <bla...@us...> - 2013-03-14 13:50:19
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12422 Modified Files: NEWS sblim-cim-client2.properties Log Message: 2618 Need to add property to disable weak cipher suites for the secure indication Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.342 retrieving revision 1.343 diff -u -d -r1.342 -r1.343 --- NEWS 10 Mar 2013 15:04:35 -0000 1.342 +++ NEWS 14 Mar 2013 13:50:13 -0000 1.343 @@ -1,5 +1,6 @@ Changes in HEAD ================ + 2618 Need to add property to disable weak cipher suites for the secure indication 2623 Reflect SourceForge upgrade in documentation 2616 Add new API WBEMClientSBLIM.sendIndication() 2621 Not all chunked input has trailers Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- sblim-cim-client2.properties 6 Feb 2013 14:05:05 -0000 1.32 +++ sblim-cim-client2.properties 14 Mar 2013 13:50:13 -0000 1.33 @@ -517,6 +517,16 @@ # #sblim.wbem.sslServerSocketProvider= +# The comma-separated list of cipher suites that are to be disabled when +# connecting via an SSL socket. In general, this is the list of cipher +# suites considered "too weak" for use in a particular environment. +# +# Type: String +# Recognition: On initialization of a new client/listener +# Default: none +# +#sblim.wbem.sslCipherSuitesToDisable= + # The protocol used for SSLContext.getInstance(String protocol). For IBMJSSE2 provider it can # be "SSL_TLS". # |