summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-09 18:52:03 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-09 18:52:03 +0100
commit25579765e5fe613a494030ec33a75fd038a3d813 (patch)
tree5fc5e2db2d9296dc37bbd30a243a3129b7dfc96c /telepathy-glib/errors.c
parent08af6ecce67340b165ccbc65aef96a7c95b63a2e (diff)
downloadtelepathy-glib-25579765e5fe613a494030ec33a75fd038a3d813.tar.gz
Update to spec 0.19.11 + patch 78fa43292e2425780
Diffstat (limited to 'telepathy-glib/errors.c')
-rw-r--r--telepathy-glib/errors.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index 267d2c5d3..63c74f6d1 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -172,6 +172,19 @@
* that raising an error is preferable to disclosing the user's
* identity
* Since 0.11.7
+ * @TP_ERROR_CERT_REVOKED: org.freedesktop.Telepathy.Error.Cert.Revoked:
+ * Raised if the server provided an SSL/TLS certificate that has been
+ * revoked.
+ * Since: 0.11.UNRELEASED
+ * @TP_ERROR_CERT_INSECURE: org.freedesktop.Telepathy.Error.Cert.Insecure:
+ * Raised if the server provided an SSL/TLS certificate that uses an
+ * insecure cipher algorithm or is cryptographically weak.
+ * Since: 0.11.UNRELEASED
+ * @TP_ERROR_CERT_LIMIT_EXCEEDED: org.freedesktop.Telepathy.Error.Cert.LimitExceeded:
+ * Raised if the length in bytes of the server certificate, or the depth
+ * of the server certificate chain, exceed the limits imposed by the
+ * crypto library.
+ * Since: 0.11.UNRELEASED
*
* Enumerated type representing the Telepathy D-Bus errors.
*/