summaryrefslogtreecommitdiff
path: root/spec/Authentication_TLS_Certificate.xml
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13Prepare version 0.19.13telepathy-spec-0.19.13Simon McVittie1-1/+1
2010-09-13Undraft Chan.I.Conference, Chan.T.ServerTLSConnection and TLSCertificateSimon McVittie1-4/+3
Acked-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Acked-by: Will Thompson <will.thompson@collabora.co.uk>
2010-09-13Document possible errors for Reject()Cosimo Cecchi1-0/+8
2010-09-13Document that the Rejection list can't be empty.Cosimo Cecchi1-2/+3
2010-09-13Fix a typo.Cosimo Cecchi1-1/+1
2010-09-13Expand the description of the TLS_Certificate_Rejection structCosimo Cecchi1-2/+6
2010-09-13Use multiple reject reasons for TLS errors.Cosimo Cecchi1-92/+81
2010-08-09Prepare version 0.19.11telepathy-spec-0.19.11Simon McVittie1-0/+1
2010-08-09Chan.T.ServerTLSConnection, Authentication.TLSCertificate: eliminate tabsSimon McVittie1-153/+154
2010-07-30Add the LimitExceeded error code/enum valueCosimo Cecchi1-0/+8
2010-07-30Specify the order of the certificate chainCosimo Cecchi1-3/+6
2010-07-30Keep all the cert error enums in syncCosimo Cecchi1-2/+3
2010-07-30Use the right style for pseudo-code.Cosimo Cecchi1-2/+4
2010-07-30Fix a typoCosimo Cecchi1-1/+1
2010-07-30Document the encoding for certificates.Cosimo Cecchi1-4/+13
Also, change the default for X.509 from PEM to DER.
2010-07-29Change state 'None' to 'Pending'Cosimo Cecchi1-2/+2
2010-07-29Add 'certificate-hostname' to the possible detailsCosimo Cecchi1-5/+18
Also, document how the a{sv} should appear in case of Hostname_Mismatch.
2010-07-29Move the details documentation inside the propertyCosimo Cecchi1-18/+19
Also, add 'debug-message' there.
2010-07-29Add 'RejectError' and 'RejectDetails' propertiesCosimo Cecchi1-7/+37
Also, modified the documentation of the 'Rejected' signal accordingly.
2010-07-29Merge 'None'and 'Other' values into 'Unknown'Cosimo Cecchi1-15/+9
2010-07-29Link to 'RejectReason' in the 'Rejected' signalCosimo Cecchi1-3/+2
2010-07-29Change 'Verified' into 'Accepted'Cosimo Cecchi1-5/+5
2010-07-29Drop the 'Certificate' prefix from the signalsCosimo Cecchi1-6/+6
2010-07-23Split the StateChanged signal.Cosimo Cecchi1-9/+27
Add two CertificateVerified and CertificateRejected signals, so that we can have the error information in a signal.
2010-07-23Add more arguments to the Reject() method.Cosimo Cecchi1-0/+26
Its behavior now matches the one of the ConnectionError signal on the Connection iface.
2010-07-23Add 'Fingerprint_Mismatch'.Cosimo Cecchi1-4/+11
This is needed to keep the enum in sync with the Cert.* errors defined in errors.xml.
2010-07-23Document immutable properties.Cosimo Cecchi1-0/+2
2010-07-21Add a TLS_Certificate object.Cosimo Cecchi1-0/+189