aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_err.c
Commit message (Expand)AuthorAgeFilesLines
* BIO_s_dgram_pairHugo Landau2022-09-231-0/+2
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-011-0/+3
* BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau2022-08-191-0/+19
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-0/+4
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-161-1/+0
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2020-02-101-0/+3
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-64/+2
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-0/+4
* Set error code on alloc failuresRich Salz2018-04-031-0/+4
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-0/+1
* Copy name string in BIO_meth_newRich Salz2018-02-101-1/+2
* make error tables const and separate header fileRich Salz2017-06-071-102/+105
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-251-0/+1
* Add a BIO_lookup_ex() functionMatt Caswell2017-04-251-1/+2
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-281-0/+3
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+1
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+1
* Move BIO index lock creationRich Salz2016-08-211-0/+1
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-251-1/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-20/+4
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-6/+2
* make updateRichard Levitte2016-04-291-53/+8
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-0/+2
* bio_err.c: remove a reappeared filename commentViktor Szakats2016-02-041-1/+0
* make updateRichard Levitte2016-02-031-1/+8
* make updateRichard Levitte2016-02-031-0/+2
* make updateRichard Levitte2016-02-031-0/+15
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-1/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-11/+11
* make errorsMatt Caswell2015-03-061-1/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-81/+82
* fix error codeDr. Stephen Henson2011-12-271-1/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Fix various incorrect error function codes.Bodo Möller2005-04-261-0/+1
* Rebuild error codes.Dr. Stephen Henson2005-04-121-64/+67
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Handle read errors.Ben Laurie2002-06-111-0/+1
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-221-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-0/+1
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-3/+3