summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove BIO_s_log() prototype, pointed out by schwarzetb2025-07-161-14/+13
* Remove bss_log.c: no longer linked to buildtb2025-07-161-216/+0
* correct indentation, no functional changejsg2025-06-022-7/+8
* Plug leak of bm->buf->datatb2025-05-311-1/+2
* Create bm->buf from the start to avoid arithmetic on NULLtb2025-05-241-1/+7
* Revert "bio_mem: avoid pointer arithmetic on NULL"tb2025-05-241-4/+2
* bio_mem: avoid pointer arithmetic on NULLtb2025-05-181-2/+4
* Use err_local.h rather than err.h in most placestb2025-05-1010-20/+19
* bss_log.c: don't rely on err.h pulling in bio.htb2025-05-091-2/+2
* Hide symbols for two missed public functions in bio.hbeck2024-07-092-2/+4
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* remove prototypes with no matching functionjsg2024-05-191-10/+1
* bss_conn: zap trailing whitespacetb2024-04-191-8/+8
* Move BIO_CONNECT_{new,free}() to internal-onlytb2024-04-151-5/+5
* Unify *_up_ref() implementationstb2024-03-271-3/+2
* Remove BIO_set()tb2024-03-022-11/+2
* Remove BIO_dump_*{cb,fp}()tb2024-03-022-44/+4
* Remove BIO_{sn,v,vsn}printf(3)tb2024-03-023-72/+11
* Use calloc() instead of malloc() in BIO_new().jsing2024-02-171-16/+5
* Inline and disable BIO_set().jsing2024-02-161-21/+19
* Use 'bio' more consistently for function arguments.jsing2024-02-161-58/+61
* BIO_dump*() avoid signed integer overflowtb2024-02-151-1/+10
* Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()tb2024-02-021-64/+115
* Prepare to remove the _cb() and _fp() versions of BIO_dump()tb2024-02-011-33/+30
* KNF, no assembly changeschwarze2023-08-251-13/+9
* Fix two leaks in BIO_dup_chain()tb2023-08-071-19/+17
* Add missing space before =tb2023-08-071-2/+2
* reinstate KNF for commenttb2023-07-291-2/+2
* Drop BIO_n{read,write}{,0}()tb2023-07-281-255/+2
* Make ASN.1 BIO internaltb2023-07-281-16/+1
* BIO_indent: use %*s rather than puts in a looptb2023-07-101-6/+5
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-074-10/+4
* Hide symbols in asn1 and biobeck2023-07-0521-24/+149
* Merge bio.h patch from libressl-portabletb2023-07-051-1/+15
* Correct formattingbeck2023-07-051-17/+9
* Send the linebuffer BIO to the attictb2023-05-141-377/+0
* Streaming BIOs assume they can write to NULL BIOstb2023-03-151-5/+4
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* in case of failure, always report the error with BIOerror();schwarze2022-12-221-4/+14
* Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42).schwarze2022-12-161-7/+1
* Improve the implementation of BIO_push(3) such that it changes nothingschwarze2022-12-071-1/+7
* Make sure BIO_push(3) always preserves all invariants of the prev_bioschwarze2022-12-061-3/+10
* Improve the poorly designed BIO_set_next(3) API to always preserve allschwarze2022-12-061-3/+18
* Revert bio_prev removaltb2022-12-022-2/+12
* Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.jsing2022-11-301-7/+21
* Retire prev_biotb2022-11-282-12/+2
* Avoid potential divide by zero in BIO_dump_indent_cb()jsing2022-10-171-8/+7
* Make BIO_info_cb() identical to bio_info_cb()tb2022-09-111-2/+3
* Initialize readbytes in BIO_gets()tb2022-08-151-2/+2
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2