[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] enable client certificates with wget when linked
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH] enable client certificates with wget when linked against GnuTLS |
Date: |
Sat, 07 Apr 2012 14:44:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
Daniel Kahn Gillmor <address@hidden> writes:
> tags 646983 + patch
> forwarded 646983
> https://lists.gnu.org/archive/html/bug-wget/2011-10/msg00051.html
> thanks
>
> It looks to me like the GnuTLS bindings for wget don't do anything
> with client-side certificate credentials. I suspect this is the cause
> of the bug Clint ran into.
>
> In debian, wget transitioned from openssl to gnutls between 1.12 and
> 1.13, which would explain why Clint's "Error in the push function"
> happened last Hallowe'en.
>
> The attached diff enables client-certficates when wget is linked against
> GnuTLS.
Thanks, I have done some trivial changes to the indentation, added a
ChangeLog entry and committed it!
Giuseppe