summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-12 00:12:48 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-12 00:12:48 -0400
commit81a37f0ee0f7ac8796fdb7e7905e338a597f5d07 (patch)
treea3b1c23156709a9b0159b8880744565e0d96a0bc /ChangeLog
parent5c6cb789efb4908faa6bcfbfeab4d52431834a3e (diff)
downloadglibmm-81a37f0ee0f7ac8796fdb7e7905e338a597f5d07.tar.gz
Tls Client Test: Update to test the TlsDatabase class.
* tests/giomm_tls_client/main.cc: Slightly cleaned it up from the first commit. Lookup the issuer's certificate in the database which is found when I run the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 033ae056..cc19c1d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-04-12 José Alburquerque <jaalburquerque@gmail.com>
+ Tls Client Test: Update to test the TlsDatabase class.
+
+ * tests/giomm_tls_client/main.cc: Slightly cleaned it up from the
+ first commit. Lookup the issuer's certificate in the database which
+ is found when I run the test.
+
+2013-04-12 José Alburquerque <jaalburquerque@gmail.com>
+
TlsDatabase: Make sure the cancellable param is optional in methods.
* gio/src/tlsdatabase.hg: Use the {.?} gmmproc parameter option for