[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cert retrieve function problems in 3.0.x
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: cert retrieve function problems in 3.0.x |
Date: |
Mon, 06 Feb 2012 20:25:22 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
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