]> git.0d.be Git - empathy.git/history - libempathy/empathy-tls-verifier.c
Updated Greek translation
[empathy.git] / libempathy / empathy-tls-verifier.c
2013-09-09 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-09-09 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-06-26 Xavier ClaessensMerge branch 'gnome-3-8'
2013-06-26 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-06-17 Guillaume DesmottesMerge remote-tracking branch 'origin/gnome-3-8'
2013-06-11 Xavier ClaessensMerge branch 'gnome-3-8'
2013-05-24 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-05-07 Xavier ClaessensMerge branch 'gnome-3-8'
2013-05-03 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-05-03 Guillaume DesmottesMerge branch 'gnome-3-8'
2013-04-03 Xavier ClaessensMerge branch 'gnome-3-8'
2013-04-01 Emanuele AinaReorder header inclusions accordingly to the Telepathy...
2013-03-27 Emanuele AinaDrop unused/redundant header inclusions
2013-03-27 Emanuele AinaConsistently use `#include "config.h"` everywhere
2012-06-05 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-05-21 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-05-21 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-05-11 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-05-10 Guillaume DesmottesUse TpTpTLSCertificate
2012-05-09 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-04-30 Guillaume DesmottesMerge branch 'gnome-3-4'
2012-04-19 Stef Waltertls-test: Use a proper PKCS#11 mock module for testing
2011-11-29 Guillaume DesmottesMerge remote-tracking branch 'jonny/ft'
2011-11-14 Guillaume Desmottescoding style fixes
2011-11-04 Colin Walterstls: Cast argument to gcr_simple_certificate_new to...
2011-04-04 Danilo SeganInitialize matched to FALSE to stop -Wall breaking...
2011-03-22 Stef WalterMerge branch 'reference-identities'
2011-03-18 Stef WalterStyle changes from review for ReferenceIdentities code
2011-03-18 Stef WalterUse ServerTLSConnection.ReferenceIdentities to check...
2011-01-10 Guillaume DesmottesMerge remote branch 'glassrose/accounts-supporting...
2010-12-24 Stef Walterlibempathy: Fix free of uninitialized variables.
2010-12-24 Stef Walterlibempathy: Store pinned certificate for end entity...
2010-12-24 Stef Walterlibempathy: Fix memory leaks and use consistent naming...
2010-12-24 Stef Walterlibempathy: Fix leak of certificate data.
2010-12-24 Stef Walterlibempathy, tests: Wrap new function arguments properly.
2010-12-24 Stef Walterlibempathy: Match changes in libgcr terminology and...
2010-12-24 Stef Walterlibempathy: Use new certificate chain facilities in...
2010-12-24 Stef Walterlibempathy: Complete successful verification properly.
2010-12-24 Stef Walterlibempathy: Fix reference counting of certs in verifier.
2010-12-24 Stef Walterlibempathy: Use new gcr functions properly and fix...
2010-12-24 Stef Walterlibempathy: Load complete certificate chain even when...
2010-12-24 Stef Walterlibempathy: Store certificate exceptions in gnome-keyring.
2010-12-24 Stef Walterlibempathy: Use trust assertions instead of certificate...
2010-12-24 Danielle MadeleyMerge remote branch 'glassrose/enable-disable-accounts...
2010-12-15 Jonny LambMerge branch 'sasl-gui'
2010-12-13 Will ThompsonCompile with --without-ca-file
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