summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock2.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-09-12minor fixes for WindowsViktor Szakats
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-13Update copyright yearMatt Caswell
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2016-08-05spelling fixes, just comments and readme.klemens
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Close the accept socket on errorMatt Caswell
2016-03-11Don't clobber the last errorMatt Caswell
2016-02-14Make the BIO_ADDR param optional.Rich Salz
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte