aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-0/+9
* make error tables const and separate header fileRich Salz2017-06-071-102/+105
* Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz2017-05-151-2/+4
* Clean away needless VMS checkRichard Levitte2017-05-111-3/+0
* Fix gcc-7 warnings.Bernd Edlinger2017-05-112-0/+3
* Check fflush on BIO_ctrl callRich Salz2017-04-281-4/+9
* Address review feedback for the SCTP changesMatt Caswell2017-04-251-1/+1
* Document BIO_lookup_ex()Matt Caswell2017-04-251-2/+1
* Fix problem with SCTP close_notify alertsMatt Caswell2017-04-251-37/+6
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-252-3/+15
* Add a BIO_lookup_ex() functionMatt Caswell2017-04-252-11/+24
* bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov2017-04-011-43/+11
* bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov2017-03-301-0/+1
* bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov2017-03-291-2/+2
* Add z modifier parsing to the BIO_printf et all format stringRichard Levitte2017-03-291-1/+12
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* bio/b_addr.c: omit private hstrerror.Andy Polyakov2017-03-021-29/+15
* Remove some commented out code in libcryptoMatt Caswell2017-02-284-9/+0
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-281-9/+1
* Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte2017-02-281-9/+1
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-151-1/+1
* Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte2016-12-191-0/+4
* HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte2016-12-161-0/+24
* Fix a typo in bio_read_internMatt Caswell2016-12-021-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-173-5/+6
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-12/+12
* Fix stdio build following BIO size_t workMatt Caswell2016-10-281-0/+4
* Fix more shadowed variable warningsMatt Caswell2016-10-282-19/+19
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-282-31/+35
* Add some sanity checks for BIO_read* and BIO_getsMatt Caswell2016-10-281-1/+11
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-282-28/+29
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-1/+1
* Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell2016-10-281-29/+63
* Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell2016-10-281-1/+1
* Fix some bogus uninit variable warningsMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-111/+154
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-2817-15/+101
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-2818-21/+163
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Fix no-sockMatt Caswell2016-08-241-1/+2
* Remove some dead codeMatt Caswell2016-08-232-2/+0
* Move BIO index lock creationRich Salz2016-08-214-6/+17
* Add BIO_get_new_index()Rich Salz2016-08-194-1/+18
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-101-1/+1
* spelling fixes, just comments and readme.klemens2016-08-052-3/+3
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-252-33/+16
* Cast to an unsigned type before negatingKurt Roeckx2016-07-201-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2