aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2017-09-01struct timeval include guardsPauli1-5/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz2-2/+2
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli1-3/+2
2017-08-22(Re)move some things from e_os.hRich Salz2-2/+1
2017-08-22Use "" not <> for internal/ includesRich Salz3-3/+3
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli2-6/+5
2017-08-21More updates following review feedbackMatt Caswell1-1/+1
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell1-3/+0
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell3-14/+21
2017-07-07BIO range checking.Pauli3-81/+90
2017-07-05Undo commit d420ac2Rich Salz3-45/+40
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte1-0/+16
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell1-0/+9
2017-06-07make error tables const and separate header fileRich Salz1-102/+105
2017-05-15Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz1-2/+4
2017-05-11Clean away needless VMS checkRichard Levitte1-3/+0
2017-05-11Fix gcc-7 warnings.Bernd Edlinger2-0/+3
2017-04-28Check fflush on BIO_ctrl callRich Salz1-4/+9
2017-04-25Address review feedback for the SCTP changesMatt Caswell1-1/+1
2017-04-25Document BIO_lookup_ex()Matt Caswell1-2/+1
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell1-37/+6
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2-3/+15
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell2-11/+24
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov1-43/+11
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov1-0/+1
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov1-2/+2
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte1-1/+12
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov1-29/+15
2017-02-28Remove some commented out code in libcryptoMatt Caswell4-9/+0
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short1-9/+1
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte1-9/+1
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx1-1/+1
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte1-0/+4
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte1-0/+24
2016-12-02Fix a typo in bio_read_internMatt Caswell1-1/+1
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx3-5/+6
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-12/+12
2016-10-28Fix stdio build following BIO size_t workMatt Caswell1-0/+4
2016-10-28Fix more shadowed variable warningsMatt Caswell2-19/+19
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell2-31/+35
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell1-1/+11
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2-28/+29
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-1/+1
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell1-29/+63
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell1-1/+1
2016-10-28Fix some bogus uninit variable warningsMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-111/+154
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell17-15/+101