On Wed, Mar 20, 2013 at 10:22 AM, Joke de Buhr <[email protected]> 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

_______________________________________________
Gnutls-help mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-help

Reply via email to