Prevent STARTTLS connection error BAD_IDENTITY: Closes bgo#726943

Certificate verification was failing because the wrong Connectable
was being passed to the TLS connection code.  This patch also cleans
up Geary.Endpoint by using a NetworkAddress object to hold the
hostname and port.
This commit is contained in:
Philipp Nordhus 2014-03-24 16:29:26 -07:00 committed by Jim Nelson
parent f1860dc8af
commit 0c1f61427b
5 changed files with 10 additions and 14 deletions

1
THANKS
View file

@ -27,6 +27,7 @@ Kai Mast <mail@kai-mast.de>
William Jon McCann <william.jon.mccann@gmail.com>
Thomas Moschny <thomas.moschny@gmx.de>
Tom Most <twm@freecog.net>
Philipp Nordhus <philipp@nhus.de>
Andreas Obergrusberger <tradiaz@yahoo.de>
Martin Olsson <martin@minimum.se>
Robert Park <rbpark@exolucere.ca>