Bug#910835: libgnutls30: elinks errors with SSL error with 3.6.4-2 libgnutls28 on any https website

Dimitri John Ledkov dimitri.ledkov at surgut.co.uk
Fri Oct 12 15:27:53 BST 2018


On Thu, 11 Oct 2018 23:46:17 +0100 Dimitri John Ledkov <xnox at ubuntu.com> wrote:
> Package: libgnutls30
> Version: 3.6.4-2
> Severity: important
>
> $ sudo apt install libgnutls30/experimental
>
> $ elinks -dump https://google.com
> ELinks: SSL error

Ok, I've traced this further now. ELinks does:

gnutls_priority_set_direct(*state, "NORMAL:-CTYPE-OPENPGP", NULL)

which used to pass fine in 3.5. (aka use normal, but disable OPENPGP
certs), with with 3.6 this errors out, because OPENPGP certs are
disabled now by default.... but that matches the requested
expectations.

Imho, it would be nice if -CTYPE-OPENPGP was still valid in 3.6 and be a no-op.

Regards,

Dimitri.



More information about the Pkg-gnutls-maint mailing list