Interesting,
Two more questions.

1. Which callback should be used to perform a specific action after a
DTLS session is setup. SSL_CTX_set_verify looks like a possibility. Is
it called again when the the DTLS session is renegotiated?

2. Can you offer any suggestions about how to de-multiplex multiple DTLS
sessions terminating on the same UDP port?

Thanks,
Jeremy

On Wed, 2006-08-30 at 12:54 +0200, Marek Marcola wrote:
> Hello,
> > Can anyone tell me if the behavior of the BIO_new_accept, BIO_do_accept, 
> > and BIO_read functions changes in any way while using DTLS?
> DTLS works over UDP so BIO_do_accept has no usage.
> Internally DTLS works on BIO created with BIO_new_dgram() and uses
> BIO_read() on that BIO (ssl3_read_n()).
> 
> Best regards,

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to