Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move _get_certificate_hostname() out of the verifier | Cosimo Cecchi | 2010-09-08 | 1 | -36/+1 |
| | |||||
* | Remove whitespace | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| | |||||
* | Don't allow calling verify_async() twice | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | |||||
* | Use tp_clear_pointer() where possible | Cosimo Cecchi | 2010-08-19 | 1 | -7/+3 |
| | |||||
* | Add a details hash table as an out param of the verification | Cosimo Cecchi | 2010-08-19 | 1 | -6/+29 |
| | |||||
* | Make it more clear which snippets are taken from GnuTLS | Cosimo Cecchi | 2010-08-19 | 1 | -1/+7 |
| | |||||
* | Assert when we have an invalid pointer | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| | |||||
* | Build the right path when looking at user certs | Cosimo Cecchi | 2010-08-13 | 1 | -3/+7 |
| | |||||
* | Add also certificates from our storage | Cosimo Cecchi | 2010-08-13 | 1 | -6/+77 |
| | | | | | I.e. ~/.config/telepathy/certs. Also, make sure we release memory when finalizing the object. | ||||
* | Cosmetic changes | Cosimo Cecchi | 2010-08-13 | 1 | -4/+7 |
| | |||||
* | Implement hostname checking | Cosimo Cecchi | 2010-08-13 | 1 | -5/+54 |
| | |||||
* | Correctly treat the last certificate in the chain | Cosimo Cecchi | 2010-08-13 | 1 | -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 Cecchi | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | Use the right index to access the cert array. | Cosimo Cecchi | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Add EmpathyTLSVerifier | Cosimo Cecchi | 2010-08-13 | 1 | -0/+558 |
This also introduces a dependency on GnuTLS |