You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Sperling <st...@elego.de> on 2012/01/03 23:27:33 UTC

Re: [Subversion Wiki] Update of "EncryptedPasswordStorage" by CMichaelPilato

On Tue, Jan 03, 2012 at 04:19:29PM -0000, Apache subversion Wiki wrote:
> + === GPG Agent ===
> + Subversion's 1.8-dev codebase currently offers an integration with GPG Agent, which is yet another third-party cryptographic service provider.
> + 

Even though this auth provider has "GPG" in its name, there is no crypto
involved. It is merely an in-memory cache of the password, in plaintext.
The only advantage is that the password is not written to disk.
See the "SECURITY CONSIDERATIONS" comment added in this commit:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?r1=1151053&r2=1151069

Re: [Subversion Wiki] Update of "EncryptedPasswordStorage" by CMichaelPilato

Posted by Daniel Shahaf <da...@elego.de>.
Stefan Sperling wrote on Tue, Jan 03, 2012 at 23:27:33 +0100:
> On Tue, Jan 03, 2012 at 04:19:29PM -0000, Apache subversion Wiki wrote:
> > + === GPG Agent ===
> > + Subversion's 1.8-dev codebase currently offers an integration with GPG Agent, which is yet another third-party cryptographic service provider.
> > + 
> 
> Even though this auth provider has "GPG" in its name, there is no crypto
> involved. It is merely an in-memory cache of the password, in plaintext.
> The only advantage is that the password is not written to disk.
> See the "SECURITY CONSIDERATIONS" comment added in this commit:
> http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?r1=1151053&r2=1151069

I've added the magic number URL to docs/release-notes/1.8.html.