summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-07Added convenience method for responding with a custom error payload.Remko Tronçon
2012-05-07Only assert when requesting CRL checking on OpenSSL.Remko Tronçon
2012-05-06Fixed unit test compilation failure.Remko Tronçon
2012-05-05Compilation fixes.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-05-05Serialize error payload.Remko Tronçon
2012-04-29Fixed previous commit.Remko Tronçon
2012-04-29Added debug message to double finishSession.Remko Tronçon
2012-04-28Make sure our parser doesn't handle entities.Remko Tronçon
2012-04-27Fixed LibXML parsing of &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-24Make built-in expat ignore unbound prefix namespaces.Remko Tronçon
2012-04-24Statically check the log severity level.Remko Tronçon
2012-04-23Make sure setting disco info after reconnect does not immediately send presence.Remko Tronçon
2012-04-23Added missing header.Remko Tronçon
2012-04-23Seed the random number generator.Remko Tronçon
2012-04-23Another fix for SRV selection.Remko Tronçon
2012-04-23Fixed assertion when SRV weights are all 0.Remko Tronçon
2012-04-23Select SRV randomly, taking weight into account.Remko Tronçon
2012-04-23Fixed assertion with inconsitent vcard cache.Remko Tronçon
2012-04-23Work around incorrect roster responses from ejabberd.Remko Tronçon
2012-04-23Fixed platform detection.Remko Tronçon
2012-04-17Fixing some clang warnings.Tobias Markmann
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-04-01Removing CAres resolver.Remko Tronçon
2012-03-23Forgotten file for TLSError patchKevin Smith
2012-03-23Allow TLS errors to bubble further up the stackKevin Smith
2012-03-23Use ssize_t for readlink.Remko Tronçon
2012-03-22Manual certificate verification. Added two additional TLS errors related to r...dreijer
2012-03-21Fix typo. (Thanks dreijer)Tobias Markmann
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2012-03-08Fixed several bugs in CAPI/Schannel code on WindowsAlexey Melnikov
2012-03-06Fix missing includeKevin Smith
2012-03-06don't crash if an AdHoc is deleted while inflightKevin Smith
2012-03-05Fix segfaults and deadcodeKevin Smith
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-03-03Unit tests for SettingsProviderHierachyKevin Smith
2012-02-29Don't crash when trying to join MUCs offlineKevin Smith
2012-02-28Changed certstore: URIs to use SHA1 hashes of certificatesAlexey Melnikov