index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
bio
/
bio_lib.c
Age
Commit message (
Expand
)
Author
2024-07-09
Hide symbols for two missed public functions in bio.h
Bob Beck
2024-03-27
Unify *_up_ref() implementations
Theo Buehler
2024-03-02
Remove BIO_set()
Theo Buehler
2024-02-17
Use calloc() instead of malloc() in BIO_new().
Joel Sing
2024-02-16
Inline and disable BIO_set().
Joel Sing
2024-02-16
Use 'bio' more consistently for function arguments.
Joel Sing
2023-08-07
Fix two leaks in BIO_dup_chain()
Theo Buehler
2023-07-10
BIO_indent: use %*s rather than puts in a loop
Theo Buehler
2023-07-07
Unbreak the namespace build after a broken mk.conf and tool misfire had
Bob Beck
2023-07-05
Hide symbols in asn1 and bio
Bob Beck
2023-03-15
Streaming BIOs assume they can write to NULL BIOs
Theo Buehler
2022-12-16
Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42).
Ingo Schwarze
2022-12-07
Improve the implementation of BIO_push(3) such that it changes nothing
Ingo Schwarze
2022-12-06
Make sure BIO_push(3) always preserves all invariants of the prev_bio
Ingo Schwarze
2022-12-06
Improve the poorly designed BIO_set_next(3) API to always preserve all
Ingo Schwarze
2022-12-02
Revert bio_prev removal
Theo Buehler
2022-11-30
Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.
Joel Sing
2022-11-28
Retire prev_bio
Theo Buehler
2022-08-15
Initialize readbytes in BIO_gets()
Theo Buehler
2022-01-14
Implement new-style OpenSSL BIO callbacks
Theo Buehler
2022-01-07
Add a new, mostly empty, bio_local.h and include it in the files
Theo Buehler
2022-01-05
Prepare to provide BIO_set_retry_reason()
Theo Buehler
2022-01-05
Prepare to provide BIO_set_next().
Theo Buehler
2021-12-09
Fix an issue that might possibly turn into a DOS depending on
Ingo Schwarze
2021-10-24
Prepare to provide BIO_get_init()
Theo Buehler
2019-04-14
Add input validation to BIO_read()/BIO_write().
Joel Sing
2018-05-01
const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of
Theo Buehler
2018-02-22
Provide BIO_up_ref().
Joel Sing
2018-02-20
Provide BIO_{g,s}et_shutdown().
Theo Buehler
2018-02-20
Provide BIO_get_new_index().
Joel Sing
2018-02-18
Provide BIO_{g,s}et_data() and BIO_set_init().
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2014-07-25
BIO_free() returns immediately when the sole input is NULL.
Doug Hogan
2014-07-11
Fix a memory leak in BIO_free() which no current BIO can trigger; OpenSSL
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-21
Bring malloc/calloc/realloc sequences to modern standard
Theo de Raadt
2014-04-17
kill REF_PRINT/REF_CHECK debugging framework noone would use
Theo de Raadt
2014-04-17
some KNF cleanup following the script
Theo de Raadt
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-16
More KNF.
Joel Sing
2014-04-15
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2012-10-13
resolve conflicts
Damien Miller
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
[next]