deprecated funtions without direct successor

Nikos Mavrogiannopoulos nmav at gnutls.org
Sun Apr 24 23:33:48 CEST 2011


On 04/24/2011 01:21 PM, Andreas Metzler wrote:
> Hello,
> 
> I have test-built most of the gnutls-depending packages, checking for
> build errors with 2.12. 
> Afaict there are a couple of recently deprecated functions without
> successor. Is this correct, do you have any pointer, suggestions?
> gnutls_certificate_get_x509_cas (neon27, openldap)

There is no direct successor to this function. It depended on internal
data that are already non-existing in 2.99.x. I'll try to check
those packages on how they use it, to see if there could be some
alternative way to achieve that functionality.

> gnutls_sign_callback_set (neon27)

The gnutls pkcs11 API. We have deprecated this API in favor of the
pkcs11 API but this callback will be present even in 3.0.0.

> gnutls_transport_set_lowat (curl, filezilla, gnustep-base,
> libgwenhywfar, net6, openvas-libraries, samba4,
> xfce4-mailwatch-plugin)

If they use set_lowat() with value of 0 then just removing
the call would do. If other value than zero is being
used then directions in
https://savannah.gnu.org/support/?107660
apply.

regards,
Nikos




More information about the Gnutls-devel mailing list