summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-09-29Explicitly handle all possible SecTrustResultType enum valuesTobias Markmann
2016-08-24Use SSL_CTX_set_default_verify_paths to set trusted CAs for OpenSSLTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-31Stop building some TLS providers as always staticKevin Smith
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-15Explicitly convert between nullable and non-nullable on OS XTobias Markmann
2016-02-08Fix and adjust TLSTest to Windows SChannel backendTobias Markmann
2016-02-08Treat cert verify errors as non-fatal in OS X TLS backendTobias Markmann
2016-02-01Disable certificate revocation checking in OS X TLS backendTobias Markmann
2015-11-10Fix Cocoa memory management error in Secure Transport backendTobias Markmann
2015-11-06Fix potential memory leaks in Cocoa API usageTobias Markmann
2015-10-30Add support for OS X Secure Transport TLS backendTobias Markmann
2015-09-22Add explicit includes for classes used in PlatformTLSFactoriesTobias Markmann
2015-07-07Add hidden option to prevent disconnect when smartcard removedMili Verma
2015-07-02Reestablish connection with smart cardMili Verma
2015-06-10Add ability to limit SChannel to TLS 1.0Kevin Smith
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2015-02-17Disable SSLv3Kim Alvefur
2014-12-15Update Copyright in SwiftenKevin Smith
2014-11-13Fix iOS build and add iOS build documentation.Tobias Markmann
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-06-22NULL-terminate PKCS12 password bufferRemko Tronçon
2014-02-02Sluift: Add new_certificateRemko Tronçon
2014-01-11Allow TLS other than version 1Kevin Smith
2013-09-23Don't crash if server doesn't send cert in TLS handshakeNick Hudson
2013-05-17Fixed unicode path handling.Remko Tronçon
2013-04-27Removing third-party hash implementations.Remko Tronçon
2013-04-06Make IDN implementation abstract.Remko Tronçon
2013-01-13Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-12-22Silence deprecated warnings.Remko Tronçon
2012-10-13Added extra comment about OpenSSL on Mac OS X.Remko Tronçon
2012-10-12Always add system's certificate store to OpenSSL on Mac OS X.Tobias Markmann
2012-09-17Support for building swiften as a DLLRemko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-05-12Remove peer certificate from APIs.Remko Tronçon
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native certifi...Tobias Markmann
2012-05-07Only assert when requesting CRL checking on OpenSSL.Remko Tronçon
2012-05-05Windows compilation fixes.Remko Tronçon
2012-05-05Re-enable revocation check.Remko Tronçon
2012-05-05* Added additional cert store to chain validation. * Turned off revocation ch...dreijer
2012-05-05Revert "* Added additional cert store to chain validation. * Turned off revoc...Remko Tronçon
2012-05-05Revert "Re-enable revocation check."Remko Tronçon
2012-04-25Support channel binding with Schannel.Remko Tronçon