Control: forwarded 910835 https://gitlab.com/gnutls/gnutls/issues/593
On 2018-10-12 Dimitri John Ledkov <[email protected]> wrote: > On Thu, 11 Oct 2018 23:46:17 +0100 Dimitri John Ledkov <[email protected]> > wrote: > > Package: libgnutls30 > > Version: 3.6.4-2 [...] > > $ 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. [...] Hello, Well, actually support for OPENPGP certs was deleted, not only disabled by default. So elinks should simply use gnutls_set_default_priority() instead of gnutls_priority_set_direct(). GnuTLS probably will probably accept -CTYPE-OPENPGP in priority strings in 3.6.5 again. (Treating it as the noop it is.) cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'

