Refactoring BIO: new socket-handling functions, deprecate older ones
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 20:04:54 +0000 (21:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 18:38:07 +0000 (19:38 +0100)
commitd33b215b331116e50947ca7e75d210e1db39b78d
treee6ff0dbddd1ad7a894aa69712f916b13991789d7
parent83be2778fe11ede4cd065a136c686fe664c212a2
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: Kurt Roeckx <kurt@openssl.org>
crypto/bio/Makefile.in
crypto/bio/b_sock.c
crypto/bio/b_sock2.c [new file with mode: 0644]
crypto/err/err.c
doc/crypto/BIO_connect.pod [new file with mode: 0644]
include/openssl/bio.h
include/openssl/err.h