summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2012-04-24Fixed compilation problems on windows.Remko Tronçon
2012-04-24Re-enable revocation check.Remko Tronçon
2012-04-24* Added additional cert store to chain validation. * Turned off revocation ch...dreijer
2012-04-24Statically check the log severity level.Remko Tronçon
2012-04-12Tidy up of assorted Schannel/CAPI stuffs.Kevin Smith
2012-04-11Added support for determining SmartCard Reader associated with a certificate ...Alexey Melnikov
2012-03-23Forgotten file for TLSError patchKevin Smith
2012-03-23Allow TLS errors to bubble further up the stackKevin Smith
2012-03-22Manual certificate verification. Added two additional TLS errors related to r...dreijer
2012-03-08Fixed several bugs in CAPI/Schannel code on WindowsAlexey Melnikov
2012-03-06Fix missing includeKevin Smith
2012-02-28Changed certstore: URIs to use SHA1 hashes of certificatesAlexey Melnikov
2012-02-23Compile when non-SChannelKevin Smith
2012-02-22Fix up for previous CAPI patchKevin Smith
2012-02-22Initial implementation of using CAPI certificates with Schannel.Alexey Melnikov
2011-11-03Quick brush up after previous patch.Kevin Smith
2011-11-03* Added Schannel support.dreijer
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-05-18Propagate use of SafeByteArray down to the connection.Remko Tronçon
2011-05-13Removed some explicit new's.Remko Tronçon