[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Feature Request: Changeset Signing

From: Phillip Susi <psusi_at_cfl.rr.com>
Date: 2005-08-11 23:15:46 CEST

I'd like to suggest a feature request for future versions of subversion.

When using client certificates to authenticate with the server, it would
be nice if you could also have the client digitally sign change sets
that you commit. When the client sends the change set it could just
compute an MD5 sum of the change set, sign it using the user's private
key, and add it to the commit as a revision property. That way later
you can validate the signed hash and be certain who made the change. In
effect, it's a digital signature that you authorized and approved the
change. This level of change control is required by certain standard
engineering practices that are mandated in certain fields, such as
medical devices.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 11 23:18:12 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.