+3
−0
+1
−1
+7
−10
+3
−4
+23
−27
Loading
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:
Richard Levitte <levitte@openssl.org>