#11929 closed task (fixed)
Adapt glib-networking to GnuTLS-3.6.7 API Changes
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
GnuTLS-3.6.7 introduced a new API, G_TLS_ERROR_CERTIFICATE_REQUIRED. This new API breaks glib-networking's ability to use GnuTLS for TLS support/certificate handling, which was originally exhibited by the connection-tls (glib-networking) and test-ssl (libsoup) tests failing.
In order to fix this, we need to apply the following commits via a patch:
https://gitlab.gnome.org/GNOME/glib-networking/commit/1ce6b40da8ecbf997c5522a592a122e805aa81c4 https://gitlab.gnome.org/GNOME/glib-networking/commit/91fdd674c316af0873d495f85f9c220b6e9e0132
Change History (4)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
With the patch that I just crafted, things are looking much better:
glib-networking
libsoup
That means the note about glib-networking having a test failure can go too.