aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppsasl/tst_qxmppsasl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [sasl] order mechanisms to prefer the most secureJeremy Lainé2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | The previous logic was: - use the preferred SASL mechanism if available - otherwise use the first supported mechanism offered by the server However RFC 6120, section 6.3.3 states: "The initiating entity MUST maintain its own preference order independent of the preference order of the receiving entity." The new logic is: - order our supported mechanisms from most secure to least secure - if the user sets QXmppConfiguration::saslMechanism, put it first - use the best mechanism supported by the server
* [sasl] add support for SCRAM-SHA-1 and SCRAM-SHA-256Jeremy Lainé2019-01-171-1/+92
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Fix qxmppsasl testNiels Ole Salscheider2017-09-041-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* fixJeremy Lainé2012-09-271-41/+31
|
* move sasl test codeJeremy Lainé2012-09-271-0/+447