[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Last call" on draft-altman-tls-channel-bindings-05.txt
Nicolas Williams <Nicolas.Williams@xxxxxxx> writes:
> But I don't want to guess at what might happen in the future
> of digital signatures.
I agree, we could decide to not resolve this concern.
> Instead I'd rather either say either that tls-server-end-point CB is
> undefined if the cert's signature alg does not use a signature, or
> pick a hash function (e.g., SHA-512) to use in such cases.
If use of SHA-512 is hard-coded, we run into problem when it is phased
out. Negotiation any other hash function will be tricky. Alas, I'm not
sure leaving it undefined is any better: negotiating what hash function
to use in that situation seems equally tricky.
This is one reason where deriving channel binding data from the TLS
channel using tls-extractor appears more robust: it leaves negotiation
of the hash function to the TLS protocol.
/Simon