Re: I'm thinking about updating my key - thoughts feedback ?
Simon Richter <Simon.Richter <at> hogyros.de>
2009-12-02 13:46:17 GMT
Hi,
On Wed, Dec 02, 2009 at 01:38:14PM +0100, Ludovic Hirlimann wrote:
> I've been reading
> http://www.debian-administration.org/users/dkg/weblog/48 and I'm
> thinking about updating my key. I usually never encrypt and mostly use
> my key for signing emails. Anythtoughts on the fact that I should do it
> or it's not worth it ?
In the long term. The current stance within Debian is that we should
start the transition now in order to have a strong web of trust in two
years' time, but to not panic since SHA1 has not been really broken yet.
In essence, our use case is that we need strong signatures on source
packages and uploads, so we can identify who is responsible for a
particular package found in the archive, which requires both a good
signature algorithm and a tightly meshed web of trust.
As the data segments we sign are short and have tight validity
constraints (RFC822 format with ASCII headers and UTF-8 data), the
chance of a hash collision actually being a valid document are rather
small, so the "tight web of trust" is given precedence here.
During the transition phase, each of us is introducing a second key
(4096 bit RSA) into the web of trust and uses that to sign people's old
and new keys with SHA256 or stronger hash algorithms, with the eventual
goal that we end up with everyone still strongly connected if we start
ignoring signatures using SHA1, and old keys hanging off as leaves (as
they cannot generate signatures with any other algorithm).
(Continue reading)