summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio
AgeCommit message (Expand)Author
2024-07-09Hide symbols for two missed public functions in bio.hBob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-04-19bss_conn: zap trailing whitespaceTheo Buehler
2024-04-15Move BIO_CONNECT_{new,free}() to internal-onlyTheo Buehler
2024-03-27Unify *_up_ref() implementationsTheo Buehler
2024-03-02Remove BIO_set()Theo Buehler
2024-03-02Remove BIO_dump_*{cb,fp}()Theo Buehler
2024-03-02Remove BIO_{sn,v,vsn}printf(3)Theo Buehler
2024-02-17Use calloc() instead of malloc() in BIO_new().Joel Sing
2024-02-16Inline and disable BIO_set().Joel Sing
2024-02-16Use 'bio' more consistently for function arguments.Joel Sing
2024-02-15BIO_dump*() avoid signed integer overflowTheo Buehler
2024-02-02Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()Theo Buehler
2024-02-01Prepare to remove the _cb() and _fp() versions of BIO_dump()Theo Buehler
2023-08-25KNF, no assembly changeIngo Schwarze
2023-08-07Fix two leaks in BIO_dup_chain()Theo Buehler
2023-08-07Add missing space before =Theo Buehler
2023-07-29reinstate KNF for commentTheo Buehler
2023-07-28Drop BIO_n{read,write}{,0}()Theo Buehler
2023-07-28Make ASN.1 BIO internalTheo Buehler
2023-07-10BIO_indent: use %*s rather than puts in a loopTheo Buehler
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-05Hide symbols in asn1 and bioBob Beck
2023-07-05Merge bio.h patch from libressl-portableTheo Buehler
2023-07-05Correct formattingBob Beck
2023-05-14Send the linebuffer BIO to the atticTheo Buehler
2023-03-15Streaming BIOs assume they can write to NULL BIOsTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-22in case of failure, always report the error with BIOerror();Ingo Schwarze
2022-12-16Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42).Ingo Schwarze
2022-12-07Improve the implementation of BIO_push(3) such that it changes nothingIngo Schwarze
2022-12-06Make sure BIO_push(3) always preserves all invariants of the prev_bioIngo Schwarze
2022-12-06Improve the poorly designed BIO_set_next(3) API to always preserve allIngo Schwarze
2022-12-02Revert bio_prev removalTheo Buehler
2022-11-30Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.Joel Sing
2022-11-28Retire prev_bioTheo Buehler
2022-10-17Avoid potential divide by zero in BIO_dump_indent_cb()Joel Sing
2022-09-11Make BIO_info_cb() identical to bio_info_cb()Theo Buehler
2022-08-15Initialize readbytes in BIO_gets()Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-02-19Reduce memmoves in memory BIOs.Joel Sing
2022-02-19Provide a struct bio_mem for memory BIO specific data.Joel Sing
2022-02-18Clean up and simplify memory BIO code.Joel Sing
2022-01-14Implement new-style OpenSSL BIO callbacksTheo Buehler
2022-01-14Make structs in bio.h opaqueTheo Buehler
2022-01-14Remove BIO_s_file_internalTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2022-01-05Prepare to provide BIO_set_retry_reason()Theo Buehler