summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Replace header include guards by pragma once.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0Remko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
2011-03-12Fixed OpenSSL compilation.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2010-12-30Show certificate fingerprint in 'Trust certificate' dialog.Remko Tronçon
2010-12-27Avoid more valgrind warnings.Remko Tronçon
2010-12-19Disabling timer in BenchTool.Remko Tronçon
2010-12-13Load ssl certificate store on Un*x.Remko Tronçon
2010-12-11Added SCRAM-SHA-1-PLUS support.Remko Tronçon
2010-12-05Added plumbing for persistent certificate trust checking.Remko Tronçon
2010-11-15Fixed OpenSSL compilation.Remko Tronçon
2010-11-15Fix compilation on OS XKevin Smith
2010-11-12Add Windows trust anchors to OpenSSL context.Remko Tronçon
2010-11-11Added CertificateVerificationError::ref.Remko Tronçon
2010-11-11Handle null OpenSSL X509 cert pointers better.Remko Tronçon
2010-11-11Changed misleading test name.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon