summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_err.c
AgeCommit message (Expand)Author
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-16replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Set error code on alloc failuresRich Salz
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-10Copy name string in BIO_meth_newRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-08-21Move BIO index lock creationRich Salz
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-04-29make updateRichard Levitte
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-04bio_err.c: remove a reappeared filename commentViktor Szakats
2016-02-03make updateRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03make updateRichard Levitte
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-03-06make errorsMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-12-27fix error codeDr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte
2002-06-11Handle read errors.Ben Laurie
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller