Age | Commit message (Expand) | Author |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-31 | Stop building some TLS providers as always static | Kevin Smith |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2016-03-15 | Explicitly convert between nullable and non-nullable on OS X | Tobias Markmann |
2016-02-08 | Fix and adjust TLSTest to Windows SChannel backend | Tobias Markmann |
2016-02-08 | Treat cert verify errors as non-fatal in OS X TLS backend | Tobias Markmann |
2016-02-01 | Disable certificate revocation checking in OS X TLS backend | Tobias Markmann |
2015-11-10 | Fix Cocoa memory management error in Secure Transport backend | Tobias Markmann |
2015-11-06 | Fix potential memory leaks in Cocoa API usage | Tobias Markmann |
2015-10-30 | Add support for OS X Secure Transport TLS backend | Tobias Markmann |
2015-09-22 | Add explicit includes for classes used in PlatformTLSFactories | Tobias Markmann |
2015-07-07 | Add hidden option to prevent disconnect when smartcard removed | Mili Verma |
2015-07-02 | Reestablish connection with smart card | Mili Verma |
2015-06-10 | Add ability to limit SChannel to TLS 1.0 | Kevin Smith |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2015-02-17 | Disable SSLv3 | Kim Alvefur |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-11-13 | Fix iOS build and add iOS build documentation. | Tobias Markmann |
2014-08-10 | Fix invalid characters being allowed in JID domains | Richard Maudsley |
2014-06-22 | NULL-terminate PKCS12 password buffer | Remko Tronçon |
2014-02-02 | Sluift: Add new_certificate | Remko Tronçon |
2014-01-11 | Allow TLS other than version 1 | Kevin Smith |
2013-09-23 | Don't crash if server doesn't send cert in TLS handshake | Nick Hudson |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-06 | Make IDN implementation abstract. | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-12-22 | Silence deprecated warnings. | Remko Tronçon |
2012-10-13 | Added extra comment about OpenSSL on Mac OS X. | Remko Tronçon |
2012-10-12 | Always add system's certificate store to OpenSSL on Mac OS X. | Tobias Markmann |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-05-12 | Remove peer certificate from APIs. | Remko Tronçon |
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon |
2012-05-11 | Showing stream encryption status in the roster header. Provide native certifi... | Tobias Markmann |
2012-05-07 | Only assert when requesting CRL checking on OpenSSL. | Remko Tronçon |
2012-05-05 | Windows compilation fixes. | Remko Tronçon |
2012-05-05 | Re-enable revocation check. | Remko Tronçon |
2012-05-05 | * Added additional cert store to chain validation. * Turned off revocation ch... | dreijer |
2012-05-05 | Revert "* Added additional cert store to chain validation. * Turned off revoc... | Remko Tronçon |
2012-05-05 | Revert "Re-enable revocation check." | Remko Tronçon |
2012-04-25 | Support channel binding with Schannel. | Remko Tronçon |
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon |
2012-04-24 | Re-enable revocation check. | Remko Tronçon |
2012-04-24 | * Added additional cert store to chain validation. * Turned off revocation ch... | dreijer |