Hi,

OpenSSL 1.1.0-dev comes with DTLS 1.2 support by adding
DTLSv1_2_*_method() and DTLS_*_method() (that supports both DTLS 1.0
and 1.2).

But it only has DTLS timeout related functions for DTLS 1.0:

  DTLSv1_get_timeout( )
  DTLSv1_handle_timeout( )

Is it safe to use them when the method is one of the above?

Thanks.


-- 
Iñaki Baz Castillo
<i...@aliax.net>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to