History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SMACK-27
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: Matt Tucker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Smack

Make certification validation pluggable

Created: 11/03/04 02:24 PM   Updated: 01/17/06 02:08 PM
Component/s: Core
Affects Version/s: 1.4.1
Fix Version/s: 2.2.0

Time Tracking:
Not Specified

Resolution Date: 01/17/06 02:08 PM


 Description  « Hide
Make it easy for people to customize the logic used to validate SSL certs. In particular:
  • Determine if cert chain is trusted
  • Accept expired certs or ones that haven't started yet.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gaston Dombiak - 01/17/06 02:08 PM
Created new ServerTrustManager. Configuration is now possible by passing a ConnnectionConfiguration object to the XMPPConnection when creating a new instance. ConnnectionConfiguration allows to enable/disable certificates checkings and also to configure the truststore to use.