]> git.0d.be Git - empathy.git/history - libempathy/empathy-tls-verifier.c
Merge branch 'sasl'
[empathy.git] / libempathy / empathy-tls-verifier.c
2010-11-15 Emilio Pozuelo MonfortMerge branch 'bug-607146'
2010-11-15 Brian PeppleMake ca-certs location configurable (#634197)
2010-10-04 Guillaume DesmottesMerge remote branch 'sjoerd/master'
2010-10-04 Cosimo CecchiDon't ignore the CA certificate if it's the only one...
2010-09-08 Cosimo CecchiMove _get_certificate_hostname() out of the verifier
2010-08-24 Cosimo CecchiMerge branch 'tls-connection'
2010-08-18 Cosimo CecchiRemove whitespace
2010-08-18 Cosimo CecchiDon't allow calling verify_async() twice
2010-08-18 Cosimo CecchiUse tp_clear_pointer() where possible
2010-08-18 Cosimo CecchiAdd a details hash table as an out param of the verific...
2010-08-18 Cosimo CecchiMake it more clear which snippets are taken from GnuTLS
2010-08-18 Cosimo CecchiAssert when we have an invalid pointer
2010-08-13 Cosimo CecchiBuild the right path when looking at user certs
2010-08-13 Cosimo CecchiAdd also certificates from our storage
2010-08-13 Cosimo CecchiCosmetic changes
2010-08-13 Cosimo CecchiImplement hostname checking
2010-08-13 Cosimo CecchiCorrectly treat the last certificate in the chain
2010-08-13 Cosimo CecchiUse the right GnuTLS->Tp mapping for reasons.
2010-08-13 Cosimo CecchiUse the right index to access the cert array.
2010-08-13 Cosimo CecchiAdd EmpathyTLSVerifier