aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-verifier.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-3/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* Use TpTpTLSCertificateGuillaume Desmottes2012-05-101-32/+29
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-2/+2
* coding style fixesGuillaume Desmottes2011-11-141-1/+1
* tls: Cast argument to gcr_simple_certificate_new to avoid compiler warningColin Walters2011-11-041-1/+1
* Initialize matched to FALSE to stop -Wall breaking the build (and potentially...Danilo Segan2011-04-041-1/+1
* Style changes from review for ReferenceIdentities codeStef Walter2011-03-181-6/+9
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-181-4/+34
* libempathy: Fix free of uninitialized variables.Stef Walter2010-12-241-0/+3
* libempathy: Store pinned certificate for end entity cert in the chain.Stef Walter2010-12-241-6/+21
* libempathy: Fix memory leaks and use consistent naming for various arrays.Stef Walter2010-12-241-15/+16
* libempathy: Fix leak of certificate data.Stef Walter2010-12-241-0/+1
* libempathy, tests: Wrap new function arguments properly.Stef Walter2010-12-241-5/+11
* libempathy: Match changes in libgcr terminology and debug output.Stef Walter2010-12-241-2/+29
* libempathy: Use new certificate chain facilities in libgcrStef Walter2010-12-241-188/+103
* libempathy: Complete successful verification properly.Stef Walter2010-12-241-0/+1
* libempathy: Fix reference counting of certs in verifier.Stef Walter2010-12-241-2/+4
* libempathy: Use new gcr functions properly and fix build.Stef Walter2010-12-241-4/+12
* libempathy: Load complete certificate chain even when not sent.Stef Walter2010-12-241-53/+133
* libempathy: Store certificate exceptions in gnome-keyring.Stef Walter2010-12-241-0/+21
* libempathy: Use trust assertions instead of certificate directories.Stef Walter2010-12-241-338/+122
* Compile with --without-ca-fileWill Thompson2010-12-131-0/+2
* Make ca-certs location configurable (#634197)Brian Pepple2010-11-151-1/+1
* Don't ignore the CA certificate if it's the only one in the chainCosimo Cecchi2010-10-041-1/+4
* Move _get_certificate_hostname() out of the verifierCosimo Cecchi2010-09-081-36/+1
* Remove whitespaceCosimo Cecchi2010-08-191-2/+2
* Don't allow calling verify_async() twiceCosimo Cecchi2010-08-191-0/+2
* Use tp_clear_pointer() where possibleCosimo Cecchi2010-08-191-7/+3
* Add a details hash table as an out param of the verificationCosimo Cecchi2010-08-191-6/+29
* Make it more clear which snippets are taken from GnuTLSCosimo Cecchi2010-08-191-1/+7
* Assert when we have an invalid pointerCosimo Cecchi2010-08-191-0/+2
* Build the right path when looking at user certsCosimo Cecchi2010-08-131-3/+7
* Add also certificates from our storageCosimo Cecchi2010-08-131-6/+77
* Cosmetic changesCosimo Cecchi2010-08-131-4/+7
* Implement hostname checkingCosimo Cecchi2010-08-131-5/+54
* Correctly treat the last certificate in the chainCosimo Cecchi2010-08-131-10/+33
* Use the right GnuTLS->Tp mapping for reasons.Cosimo Cecchi2010-08-131-2/+2
* Use the right index to access the cert array.Cosimo Cecchi2010-08-131-1/+1
* Add EmpathyTLSVerifierCosimo Cecchi2010-08-131-0/+558