DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: add support for setting cipher suites and protocols in TLSSocketFactory #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is currently no mechanism to define the supported SSL cipher suites and 
protocols on the LDAP client.
Update TLSSocketFactory to provide setters and getters for those fields.
Initialize the SSLSocket accordingly.

Original issue reported on code.google.com by dfis...@gmail.com on 23 Jun 2010 at 1:59

GoogleCodeExporter commented 8 years ago
Added:
  TLSSocketFactory#setEnabledCipherSuites(String[])
  TLSSocketFactory#setEnabledProtocols(String[])
which pass those values into the underlying SSLSocket when created.

Fixed in r1486.

Original comment by dfis...@gmail.com on 17 Aug 2010 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 27 Aug 2010 at 7:04