Commit 3edeb622 authored by Matt Caswell's avatar Matt Caswell
Browse files

Make DTLSv1_listen a first class function and change its type



The DTLSv1_listen function exposed details of the underlying BIO
abstraction and did not properly allow for IPv6. This commit changes the
"peer" argument to be a BIO_ADDR and makes it a first class function
(rather than a ctrl) to ensure proper type checking.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 0dc22557
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment