[gnutls-help] OpenPGP: handshake with fingerprint not working

Nikos Mavrogiannopoulos nmav at gnutls.org
Thu Mar 21 09:52:33 CET 2013


On Wed, Mar 20, 2013 at 10:22 AM, Joke de Buhr <joke at seiken.de> wrote:
> hi,
>
> the handshake with openpgp fingerprint is not working. gnutls 3.1.9.
>
> it seems the handshake procedures returns -9
> (GNUTLS_E_UNEXPECTED_PACKET_LENGTH) if clients are instructed sending
> fingerprints during an openpgp handshake.
> clients are instructed to send fingerprints via:
>   gnutls_openpgp_send_cert(session, GNUTLS_OPENPGP_CERT_FINGERPRINT);
> a valid callback function has been set on the server side via:
>   gnutls_openpgp_set_recv_key_function(...);
> during handshake the server never calls the callback function and the
> handshakes return with an error.

Hello Joke,
 Do you have some code that reproduces the issue? Was that working on
some other gnutls version?

regards,
Nikos



More information about the Gnutls-help mailing list