Use some more TLS/SSL conditions (revoked, insecure, limit exceeded)
@gdesmott
Submitted by Guillaume Desmottes Assigned to Telepathy bugs list
Description
Once bug #23931 has been fixed and the new errors are available in a released tp-glib, we should use them in Gable.
+++ This bug was initially created as a clone of Bug #23931 +++
There are three more specific TLS/SSL errors that were covered by the generic "other errors" case before:
- revoked (certificate in CRL or cancelled via OCSP or other mechanism)
- insecure (broken algorithm (eg MD2) or otherwise cryptographically weak)
- limit exceeded (certificate parameters large enough to indicate DOS attempt, or TLS/SSL implementation does not support sufficiently large parameter range)