Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31BOSH doesn't support channel binding.python3Fedor Brunner
2014-03-29always store certificate of server, even if there is no errorYann Leboulanger
2014-04-09merge python23 branchYann Leboulanger
2014-04-09remove bad .encode()python23Yann Leboulanger
2014-04-06idlequeue uses time in microseconds (even with Python 2).Maxime Chéramy
2014-04-06Copy the timeouts' items and the alarms' keys before iterating over them.Maxime Chéramy
2014-04-06fix GLib / gobject thingsYann Leboulanger
2014-04-06Use the GLib flags when using GLib.Maxime Chéramy
2014-04-05Fork of the python3 branch to run with Python2.Maxime Chéramy
2014-03-27initialize ssl_errnum to 0Yann Leboulanger
2014-03-15prepare 0.4 releaseYann Leboulanger
2014-03-04Disable session resumption, protection against Triple Handshakes TLS attack.Fedor Brunner
2014-03-04Disable SCRAM-SHA-1-PLUS if channel binding is not supported.Fedor Brunner
2014-03-02update version numberYann Leboulanger
2014-03-01Add possibility to restrict authentication mechanisms used during login.Fedor Brunner
2014-02-26Detect downgrade attacks from SCRAM-SHA-1-PLUS to SCRAM-SHA-1.Fedor Brunner
2014-02-26SCRAM-SHA-1-PLUS authentication mechanismFedor Brunner
2013-12-31optimalizaton and clean up of challenge_splitterFedor Brunner
2014-02-25Check nonce returned from server during SCRAM-SHA-1 authentication.Fedor Brunner
2014-02-25Fix typosFedor Brunner
2014-02-19add NS_MSG_HINTSYann Leboulanger
2014-01-29Ubuntu 12.04.4 package python-openssl (0.12-1ubuntu2.1) is based onFedor Brunner
2014-01-27update version numberYann Leboulanger
2014-01-27Add ability to configure TLS protocol version.Fedor Brunner
2014-02-18Replace the obsolete method warn.Fedor Brunner
2014-01-21Don't overwrite self._owner.ssl_errnum with incorrect value. Fixes #15Fedor Brunner
2013-12-31py2 -> py3Yann Leboulanger
2013-12-23prepare 0.3 releaseYann Leboulanger
2013-12-16fix typoYann Leboulanger
2013-12-16[Fedor] Fix unit test (new parameter cipher_list)Yann Leboulanger
2013-12-14[Fedor Brunner] Use better random number generator when openssl is available....Yann Leboulanger
2013-12-07store only depth 0 certificate, and don't store fingerprint and pem. Fixes #11Yann Leboulanger
2013-11-30prevent tracebackYann Leboulanger
2013-11-30[fedor] Disable SSL v3 protocol and use only TLS 1.0, TLS 1.1, TLS 1.2. Fixes #9Yann Leboulanger
2013-11-29[fedor] fix BOSH connection. Fixes #10Yann Leboulanger
2013-11-03ability to configure cipher list. see #7Yann Leboulanger
2013-11-03[fedor] ephemeral key exchange and enable TLS 1.1 and TLS 1.2 when connecting...Yann Leboulanger
2013-09-09[fedor.brunner] Use only high encryption cipher suites and RC4 as least choic...Yann Leboulanger
2013-07-31fix encoding Protocol object before sending themYann Leboulanger
2013-07-31fix connecting via socks5 proxyYann Leboulanger
2013-07-29use get_real_time instead of get_current_timeYann Leboulanger
2013-07-28fix some new GLib thingsYann Leboulanger
2013-07-26update HTML docYann Leboulanger
2013-07-26prepare 0.2 releaseYann Leboulanger
2013-07-24add NS_MAMYann Leboulanger
2013-07-22fix connection with BOSHYann Leboulanger
2013-07-18update carbon namespace to v2Yann Leboulanger
2013-05-26Catches more general exception on socket, then disconnect.Jefry Lagrange
2013-04-24add XEP-0308 namespaceYann Leboulanger
2013-04-08add test suiteYann Leboulanger