Add BIO_bind function to bind local address for a socket.
[openssl.git] / crypto / bio / b_sock2.c
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-13 Matt CaswellUpdate copyright year
2018-01-25 Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2016-08-05 klemensspelling fixes, just comments and readme.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 Matt CaswellClose the accept socket on error
2016-03-11 Matt CaswellDon't clobber the last error
2016-02-14 Rich SalzMake the BIO_ADDR param optional.
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...