aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-verifier.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | I.e. ~/.config/telepathy/certs. Also, make sure we release memory when finalizing the object.
* 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
| | | | I.e. emit SelfSigned if we don't have any trusted CAs in our cache.
* 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
This also introduces a dependency on GnuTLS