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

Re: svn commit: r1005065 - in /subversion/branches/gpg-agent-password-store: ./ build/generator/ subversion/include/ subversion/include/private/ subversion/libsvn_auth_gpg_agent/ subversion/libsvn_subr/

From: Peter Samuelson <peter_at_p12n.org>
Date: Wed, 6 Oct 2010 16:08:35 -0500

[Stefan Sperling]
> > + /* Create the CACHE_ID which will be generated based on REALMSTRING similar
> > + to other password caching mechanisms. */
> > + digest = svn_checksum_create(svn_checksum_md5, pool);
> > + svn_checksum(&digest, svn_checksum_md5, realmstring, strlen(realmstring),
> > + pool);
>
> Maybe use SHA1 instead?

Why? All you're really after here is a unique key in a trusted datastore.

Peter
Received on 2010-10-06 23:09:18 CEST

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

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