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