cert retrieve function problems in 3.0.x

Nikos Mavrogiannopoulos nmav at gnutls.org
Mon Feb 6 20:25:22 CET 2012


On 02/03/2012 03:57 PM, Dan Winship wrote:

> 1) Calling gnutls_certificate_set_retrieve_function() on a server-side
> credential doesn't work in 3.0.x (because lib/auth/cert.c mistakenly
> checks if cred->server_get_cert_callback is set twice and doesn't check
> if cred->get_cert_callback is set at all)
> 
> 2) gnutls_certificate_set_retrieve_function2() is missing from the
> generated docs.
> 
> 3) The docs for gnutls_certificate_set_retrieve_function2() in the
> source tree give an incorrect prototype for the callback function. (It
> ends with "gnutls_pcert_st *", but should end with "gnutls_pcert_st **,
> unsigned int *pcert_length, gnutls_privkey_t *".)

Thank you. I've tried to address all issues in the repository.

regards,
Nikos




More information about the Gnutls-devel mailing list