aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-1815-223/+223
* Remove email addresses from source code.Rich Salz2017-10-131-7/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-0913-30/+30
* struct timeval include guardsPauli2017-09-011-5/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-312-2/+2
* Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying2017-08-311-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-301-3/+2
* (Re)move some things from e_os.hRich Salz2017-08-222-2/+1
* Use "" not <> for internal/ includesRich Salz2017-08-223-3/+3
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-222-6/+5
* More updates following review feedbackMatt Caswell2017-08-211-1/+1
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-211-3/+0
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-213-14/+21
* BIO range checking.Pauli2017-07-073-81/+90
* Undo commit d420ac2Rich Salz2017-07-053-45/+40
* Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte2017-06-291-0/+16
* 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