[Bug 29018] New: Allow interactive TLS certificate verification
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 12 13:00:50 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29018
Summary: Allow interactive TLS certificate verification
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-spec
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: cosimoc at gnome.org
QAContact: telepathy-bugs at lists.freedesktop.org
Hi,
I am writing an implementation for interactive TLS certificate verification by
clients; I have a telepathy-spec draft branch for it here [1], and a first
implementation in Gabble here and here [2] [3].
The spec addition consists in basically two objects:
TLSCertificateCarrier [4]: a simple stateless object that carries TLS
certificate transient objects. It has only two methods, one for receiving a
certificate and one for sending it, along with some other useful properties.
TLSCertificate [5]: an object encapsulating a TLS certificate, with a state and
some other properties useful when doing handshakes, or doing XTLS (as I plan to
re-use this later for E2E encryption).
[1]
http://git.collabora.co.uk/?p=user/cosimoc/telepathy-spec.git;a=shortlog;h=refs/heads/tls-connection
[2]
http://git.collabora.co.uk/?p=user/cosimoc/telepathy-gabble.git;a=shortlog;h=refs/heads/tls-connection
[3]
http://git.collabora.co.uk/?p=user/cosimoc/wocky.git;a=shortlog;h=refs/heads/tls-connection
[4]
http://people.collabora.co.uk/~cosimoc/tls-connection-spec/Channel_Type_TLS_Certificate_Carrier.html
[5]
http://people.collabora.co.uk/~cosimoc/tls-connection-spec/Authentication_TLS_Certificate.html
Review and comments welcome.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list