| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize matched to FALSE to stop -Wall breaking the build (and potentially... | Danilo Segan | 2011-04-04 | 1 | -1/+1 |
* | Style changes from review for ReferenceIdentities code | Stef Walter | 2011-03-18 | 1 | -6/+9 |
* | Use ServerTLSConnection.ReferenceIdentities to check cert identity. | Stef Walter | 2011-03-18 | 1 | -4/+34 |
* | libempathy: Fix free of uninitialized variables. | Stef Walter | 2010-12-24 | 1 | -0/+3 |
* | libempathy: Store pinned certificate for end entity cert in the chain. | Stef Walter | 2010-12-24 | 1 | -6/+21 |
* | libempathy: Fix memory leaks and use consistent naming for various arrays. | Stef Walter | 2010-12-24 | 1 | -15/+16 |
* | libempathy: Fix leak of certificate data. | Stef Walter | 2010-12-24 | 1 | -0/+1 |
* | libempathy, tests: Wrap new function arguments properly. | Stef Walter | 2010-12-24 | 1 | -5/+11 |
* | libempathy: Match changes in libgcr terminology and debug output. | Stef Walter | 2010-12-24 | 1 | -2/+29 |
* | libempathy: Use new certificate chain facilities in libgcr | Stef Walter | 2010-12-24 | 1 | -188/+103 |
* | libempathy: Complete successful verification properly. | Stef Walter | 2010-12-24 | 1 | -0/+1 |
* | libempathy: Fix reference counting of certs in verifier. | Stef Walter | 2010-12-24 | 1 | -2/+4 |
* | libempathy: Use new gcr functions properly and fix build. | Stef Walter | 2010-12-24 | 1 | -4/+12 |
* | libempathy: Load complete certificate chain even when not sent. | Stef Walter | 2010-12-24 | 1 | -53/+133 |
* | libempathy: Store certificate exceptions in gnome-keyring. | Stef Walter | 2010-12-24 | 1 | -0/+21 |
* | libempathy: Use trust assertions instead of certificate directories. | Stef Walter | 2010-12-24 | 1 | -338/+122 |
* | Compile with --without-ca-file | Will Thompson | 2010-12-13 | 1 | -0/+2 |
* | Make ca-certs location configurable (#634197) | Brian Pepple | 2010-11-15 | 1 | -1/+1 |
* | Don't ignore the CA certificate if it's the only one in the chain | Cosimo Cecchi | 2010-10-04 | 1 | -1/+4 |
* | 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 |
* | 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 |
* | 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 |