[openssl-users] Issue with DTLS for UDP

Grace Priscilla Jero grace.priscilla at gmail.com
Thu Oct 26 15:43:06 UTC 2017


Thankyou for the responses.
We figured the issue. But now we are getting error -5 from "SSL_connect"
and the errno is set to 22 which means invalid argument.
Is there a easy way to debug or get logs for SSL_connect.

Below is the sequence for the dtls udp connect that we are trying.
ssl = SSL_new(ctx)
bio = BIO_new_dgram(sock_id,BIO_NOCLOSE)
SSL_set_bio(ssl, bio, bio);
VI_res = SSL_connect(ssl)



Thanks,
Grace

On Tue, Oct 24, 2017 at 4:07 PM, Matt Caswell <matt at openssl.org> wrote:

>
>
> On 24/10/17 11:25, Grace Priscilla Jero wrote:
> > We are using SSL_accept to accept the connection for which we see the
> > failure. Please let know if you have any thoughts.
>
> Have you set the wbio correctly? Does SSL_get_wbio() return your wbio
> object if you call it immediately before SSL_do_handshake()?
>
> Matt
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20171026/2307af1c/attachment.html>


More information about the openssl-users mailing list