atom feed38 messages in org.oasis-open.lists.dssTimestamping
FromSent OnAttachments
Trevor PerrinMar 18, 2003 1:31 pm 
Dimitri AndivahisMar 19, 2003 3:12 pm 
Trevor PerrinMar 19, 2003 8:35 pm 
Dimitri AndivahisMar 20, 2003 4:27 pm 
jmessingMar 20, 2003 4:46 pm 
Trevor PerrinMar 20, 2003 7:41 pm 
jmessingMar 20, 2003 8:42 pm 
Robert ZuccheratoMar 21, 2003 7:09 am 
Robert ZuccheratoMar 21, 2003 7:36 am 
Trevor PerrinMar 21, 2003 3:10 pm 
Dimitri AndivahisMar 21, 2003 3:35 pm 
Dimitri AndivahisMar 21, 2003 4:07 pm 
Trevor PerrinMar 21, 2003 6:24 pm 
Nick PopeMar 22, 2003 6:58 am 
Robert ZuccheratoMar 24, 2003 7:40 am 
Robert ZuccheratoMar 24, 2003 7:44 am 
Robert ZuccheratoMar 24, 2003 7:51 am 
Nick PopeMar 24, 2003 8:28 am 
Trevor PerrinMar 24, 2003 12:03 pm 
Gregor KarlingerMar 25, 2003 7:39 am.bin
Gregor KarlingerMar 25, 2003 8:05 am.bin
kare...@esat.kuleuven.ac.beMar 25, 2003 8:38 am 
Trevor PerrinMar 25, 2003 10:48 am 
Nick PopeMar 25, 2003 11:34 am 
Robert ZuccheratoMar 27, 2003 11:08 am 
Gregor KarlingerMar 31, 2003 12:07 am.bin
Nick PopeMar 31, 2003 4:42 am 
Dimitri AndivahisApr 1, 2003 3:24 pm 
Karel WoutersApr 2, 2003 4:21 am 
Trevor PerrinApr 3, 2003 11:47 am 
Robert ZuccheratoApr 3, 2003 11:49 am 
Robert ZuccheratoApr 3, 2003 12:29 pm 
Trevor PerrinApr 3, 2003 2:06 pm 
Dimitri AndivahisApr 4, 2003 5:57 am 
Dimitri AndivahisApr 4, 2003 3:00 pm 
Dimitri AndivahisApr 4, 2003 3:24 pm 
Trevor PerrinApr 4, 2003 11:39 pm 
Trevor PerrinApr 7, 2003 11:56 am 
Subject:Timestamping
From:Trevor Perrin (tre@trevp.net)
Date:Mar 18, 2003 1:31:40 pm
List:org.oasis-open.lists.dss

The requirements subcommittee is considering what the requirements should be for a timestamp format and protocol. We'd like some input from the group, since this hasn't had much discussion yet.

Currently, the notions of time-marked signatures and time-stamped signatures have been defined:

A time-marked signature is just a signature on some content with a signed attribute (created by the signer) containing the signing time.

A time-stamped signature contains, as an unsigned attribute, a timestamp "token", which somehow binds the time and a hash of the time-stamped signature's signatureValue, and is created and signed by a 3rd party TSA (Time Stamp Authority).

More generally, a timestamp token may be used to timestamp other things than a signatureValue.

Now, whatever format the timestamp token takes, a timestamp protocol just requires the client send a hash and receive back a token. This shouldn't be any different from the DSS protocol used in the "client-side hashing" and "receiving a detached signature" case. Thus, time-stamping should just be a use-case of the DSS protocol, not a separate protocol.

As for an XML timestamp token format, there's two approaches: A) Define a time-stamp token as just a time-marked signature produced by a 3rd-party that's trusted as a TSA. B) Define a time-stamp token as a signature on some new <TSTInfo> structure containing a hash of the to-be-timestamped data and the time.

In (A), the TSA produces a normal signature using the hash of the to-be-timestamped data, with time as a signed attribute. In (B), the TSA combines the hash of the to-be-timestamped data with the time into a new structure, and produces a normal signature on that. (B) is the approach used in RFC 3161, which is PKIX's timestamping protocol, and is used to timestamp CMS signatures.

The benefit of (A) is that timestamps aren't handled differently from any other signature type, they're just a particular "semantics" instead of "syntax". The argument against this, is that timestamps *are* different from other signatures: Normally signatures testify that the contents are associated with the signer as an originating entity, not that the contents are associated with a time. So timestamps should have a different syntax to ensure that they're processed correctly, and that a Relying Party understands that the time is the important thing, and doesn't mistakenly ignore a signing-time signed attribute and think the TSA originated the to-be-signed data.

One way of framing the question: what are the semantics of a raw, DSIG signature? If a DSIG signature is just a statement of the form "someone says something about some data", where - the speaker ("someone") is identified with a <KeyInfo> - the object ("some data") is identified with a <SignedInfo> - the predicate (what is being said about the object) is identified by the <KeyInfo>'s properties/policy identifiers and signed attributes

Then asserting that the data existed at a certain time is just another predicate that can be asserted about <SignedInfo>, along with asserting that you originated it, or asserting that you agree to its contents, or asserting that it really came from some Identified Requestor.

But if a DSIG signature also carries the semantics that the signer originated the data, then it would be misleading for a TSA to produce a signature on the to-be-timestamped hash while relegating the signing time to a signed attribute (but then wouldn't any use case where the server didn't originate the data, but just signed a hash, be misleading?).

But that may be unfair (I'm biased towards A). What do other people prefer?

Trevor