Commit d33b215b authored by Richard Levitte's avatar Richard Levitte
Browse files

Refactoring BIO: new socket-handling functions, deprecate older ones



Added functions:

BIO_socket
BIO_connect
BIO_listen
BIO_accept_ex
BIO_closesocket
BIO_sock_info

These get deprecated:

BIO_gethostbyname
BIO_get_port
BIO_get_host_ip
BIO_get_accept_socket
BIO_accept

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 83be2778
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