diff options
author | Nick Hudson <nick.hudson@isode.com> | 2014-07-10 13:31:24 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-07-22 11:43:14 (GMT) |
commit | f86f1c1df0fc8bfd72306d55d370e202378652b2 (patch) | |
tree | b06484367c13f4b0e704e0adbcf4809f8d961386 /.gitignore | |
parent | b6b5d495636f14d776087d9e255e7d7528522734 (diff) | |
download | stroke-f86f1c1df0fc8bfd72306d55d370e202378652b2.zip stroke-f86f1c1df0fc8bfd72306d55d370e202378652b2.tar.bz2 |
Make Stroke return peer certificate chain, rather then just EE certificate
Since the initial Stroke TLS implementation was done, some changes
were made in Swiften, starting with
"Show Certificate dialog from certificate error window."
159e773b156f531575d0d7e241e2d20c85ee6d7cA
which mean that certificate verification uses the peer's certificate
chain, and not just the peer's EE certificate.
This change updates Stroke so that its API now more closely matches
what Swiften does.
Note that any current Stroke clients that implement the
"CertificateTrustChecker" interface will break, as this patch makes an
incompatible change to that interface, requiring implementing classes
to handle a certificate chain rather than a single certificate.
Isode copyright notices are updated; Remko copyright notices are
updated to reflect the current copyright notices in any equivalent
Swiften source files.
Test-information:
Used MLC (after having patched it for CertificateTrustChecker changes)
and verified that it sees the entire certificate chain coming back.
Ran self-tests for Stroke and saw no junit failures
Change-Id: I3d863f929bfed3324446cadf3bb4d6b9ff916660
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions