aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/bio.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte1-0/+11
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-10-31Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.John Baldwin1-4/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-09Do no mention private headers in public headersRichard Levitte1-1/+1
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok1-4/+8
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger1-6/+3
2019-06-12Remove redundant includeAcheev Bhagat1-4/+0
2019-04-25Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell1-4/+11
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny1-2/+7
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte1-7/+7
2018-12-07bio: Linux TLS OffloadBoris Pismenny1-0/+10
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-04-03Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger1-8/+14
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-10/+10
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes1-0/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2018-02-09Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte1-1/+2
2017-12-15Fix invalid function type casts.Bernd Edlinger1-5/+5
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte1-0/+2
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell1-3/+4
2017-06-07make error tables const and separate header fileRich Salz1-96/+1
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte1-5/+1
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-20/+27
2017-04-25Document BIO_lookup_ex()Matt Caswell1-2/+2
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell1-0/+1
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell1-0/+4
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte1-4/+10
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-1/+1
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell1-4/+7
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell1-2/+2
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-2/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+6
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+13
2016-09-13bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats1-3/+3
2016-08-21Move BIO index lock creationRich Salz1-0/+1
2016-08-19Add BIO_get_new_index()Rich Salz1-28/+30
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY1-2/+0
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-08Replace all #define's in pod pages.Rich Salz1-8/+5
2016-06-20RT3925: Remove trailing semi from macroDr. Matthias St. Pierre1-3/+3
2016-05-23Remove unused error/function codes.Rich Salz1-21/+6
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+6
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala1-3/+4