On 19 October 2015 at 09:05, Rob Stradling <
rob.st...@comodo.com> wrote:
> Perhaps 6962-bis should prohibit or recommend against using TLS Feature for
> the CT TLS extension then. Or...
>
> Actually, I can't find any explicit requirement in RFC7633 that says words
> to the effect of "The TLS server MUST send TLS extension X". The actual
> requirements are expressed more vaguely than that. e.g.
> "A server offering an end-entity certificate with a TLS feature
> extension MUST satisfy a client request for the specified feature"
> "If these features are requested by the client in its ClientHello
> message, then the server MUST return a ServerHello message that
> satisfies this request."
>
> So, perhaps 6962-bis could specify that, if a TLS client sends the CT TLS
> extension and the TLS server's cert contains the TLS Feature cert extension
> with the CT TLS extension identifier, then the TLS server MUST "satisfy the
> request" by sending SCTs via any of the three supported mechanisms (CT TLS
> extension, cert extension, stapled OCSP response extension).
So... you could. But it wouldn't solve the generic problem of letting
a site owner dictate that CT should always be enabled for their
domain. The reason I'm critical of 7633 is that it only applies to a
single certificate[0]. If I want to 'enforce' CT for a single
certificate, via a x509 extension... I could just put the CT x509
extension in the certificate.
I'm opposed to the idea of a x509 extension seen on one certificate,
once, applying a policy for the entire domain. For one thing it's
weird, and for another thing it has no way to indicate how long the
policy should apply for. (And it couldn't work for wildcard certs.)
[0] Now technically where 7633 really comes into play and is very
useful is when it's included in intermediates or (my pounding heart be
still) - root certs. In *that* case it would work great for requiring
CT... but not for site owners, for certificate authorities. A CA is
assured that all the certs it issues will be publicly logged, and it
can use this as a check against misissuance. I think that's great...
but it still doesn't help site owners. =)
-tom