aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.h
Commit message (Collapse)AuthorAge
* Rename pemXxx parameters to PEMXxxGravatar Muxi Yan2018-10-11
|
* Update testsGravatar Muxi Yan2018-10-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix local server tests & exceptions testsGravatar Jorge Canizales2016-08-01
|
* Fix documentation of testsGravatar Jorge Canizales2015-10-28
|
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
* Add remote interop tests to the suite of tests.Gravatar Jorge Canizales2015-08-09
| | | | | This would have caught the encoding problem with the default root certificates.
* Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
|
* Subclass InteropTests to later repeat the tests using SSLGravatar Jorge Canizales2015-08-06