| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide symbols for two missed public functions in bio.h | beck | 2024-07-09 | 2 | -2/+4 |
* | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -5/+7 |
* | remove prototypes with no matching function | jsg | 2024-05-19 | 1 | -10/+1 |
* | bss_conn: zap trailing whitespace | tb | 2024-04-19 | 1 | -8/+8 |
* | Move BIO_CONNECT_{new,free}() to internal-only | tb | 2024-04-15 | 1 | -5/+5 |
* | Unify *_up_ref() implementations | tb | 2024-03-27 | 1 | -3/+2 |
* | Remove BIO_set() | tb | 2024-03-02 | 2 | -11/+2 |
* | Remove BIO_dump_*{cb,fp}() | tb | 2024-03-02 | 2 | -44/+4 |
* | Remove BIO_{sn,v,vsn}printf(3) | tb | 2024-03-02 | 3 | -72/+11 |
* | Use calloc() instead of malloc() in BIO_new(). | jsing | 2024-02-17 | 1 | -16/+5 |
* | Inline and disable BIO_set(). | jsing | 2024-02-16 | 1 | -21/+19 |
* | Use 'bio' more consistently for function arguments. | jsing | 2024-02-16 | 1 | -58/+61 |
* | BIO_dump*() avoid signed integer overflow | tb | 2024-02-15 | 1 | -1/+10 |
* | Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf() | tb | 2024-02-02 | 1 | -64/+115 |
* | Prepare to remove the _cb() and _fp() versions of BIO_dump() | tb | 2024-02-01 | 1 | -33/+30 |
* | KNF, no assembly change | schwarze | 2023-08-25 | 1 | -13/+9 |
* | Fix two leaks in BIO_dup_chain() | tb | 2023-08-07 | 1 | -19/+17 |
* | Add missing space before = | tb | 2023-08-07 | 1 | -2/+2 |
* | reinstate KNF for comment | tb | 2023-07-29 | 1 | -2/+2 |
* | Drop BIO_n{read,write}{,0}() | tb | 2023-07-28 | 1 | -255/+2 |
* | Make ASN.1 BIO internal | tb | 2023-07-28 | 1 | -16/+1 |
* | BIO_indent: use %*s rather than puts in a loop | tb | 2023-07-10 | 1 | -6/+5 |
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 4 | -10/+4 |
* | Hide symbols in asn1 and bio | beck | 2023-07-05 | 21 | -24/+149 |
* | Merge bio.h patch from libressl-portable | tb | 2023-07-05 | 1 | -1/+15 |
* | Correct formatting | beck | 2023-07-05 | 1 | -17/+9 |
* | Send the linebuffer BIO to the attic | tb | 2023-05-14 | 1 | -377/+0 |
* | Streaming BIOs assume they can write to NULL BIOs | tb | 2023-03-15 | 1 | -5/+4 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | in case of failure, always report the error with BIOerror(); | schwarze | 2022-12-22 | 1 | -4/+14 |
* | Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42). | schwarze | 2022-12-16 | 1 | -7/+1 |
* | Improve the implementation of BIO_push(3) such that it changes nothing | schwarze | 2022-12-07 | 1 | -1/+7 |
* | Make sure BIO_push(3) always preserves all invariants of the prev_bio | schwarze | 2022-12-06 | 1 | -3/+10 |
* | Improve the poorly designed BIO_set_next(3) API to always preserve all | schwarze | 2022-12-06 | 1 | -3/+18 |
* | Revert bio_prev removal | tb | 2022-12-02 | 2 | -2/+12 |
* | Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x. | jsing | 2022-11-30 | 1 | -7/+21 |
* | Retire prev_bio | tb | 2022-11-28 | 2 | -12/+2 |
* | Avoid potential divide by zero in BIO_dump_indent_cb() | jsing | 2022-10-17 | 1 | -8/+7 |
* | Make BIO_info_cb() identical to bio_info_cb() | tb | 2022-09-11 | 1 | -2/+3 |
* | Initialize readbytes in BIO_gets() | tb | 2022-08-15 | 1 | -2/+2 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
* | Reduce memmoves in memory BIOs. | jsing | 2022-02-19 | 1 | -22/+38 |
* | Provide a struct bio_mem for memory BIO specific data. | jsing | 2022-02-19 | 1 | -47/+58 |
* | Clean up and simplify memory BIO code. | jsing | 2022-02-18 | 1 | -124/+139 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 10 | -130/+251 |
* | Make structs in bio.h opaque | tb | 2022-01-14 | 2 | -60/+60 |
* | Remove BIO_s_file_internal | tb | 2022-01-14 | 1 | -4/+1 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
* | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 17 | -16/+114 |
* | Prepare to provide BIO_set_retry_reason() | tb | 2022-01-05 | 2 | -2/+11 |