On Thu, 11 Oct 2018 23:46:17 +0100 Dimitri John Ledkov <x...@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.

Reply via email to