summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove prototypes with no matching functionjsg2024-05-191-10/+1
* Remove BIO_set()tb2024-03-021-2/+1
* Remove BIO_dump_*{cb,fp}()tb2024-03-021-7/+3
* Remove BIO_{sn,v,vsn}printf(3)tb2024-03-021-17/+1
* KNF, no assembly changeschwarze2023-08-251-13/+9
* Make ASN.1 BIO internaltb2023-07-281-16/+1
* Merge bio.h patch from libressl-portabletb2023-07-051-1/+15
* Correct formattingbeck2023-07-051-17/+9
* Make BIO_info_cb() identical to bio_info_cb()tb2022-09-111-2/+3
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Implement new-style OpenSSL BIO callbackstb2022-01-141-10/+19
* Make structs in bio.h opaquetb2022-01-141-59/+2
* Remove BIO_s_file_internaltb2022-01-141-4/+1
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-141-5/+1
* Prepare to provide BIO_set_retry_reason()tb2022-01-051-1/+4
* Prepare to provide BIO_set_next().tb2022-01-051-1/+4
* Hide BIO_s_file_internal() from internal view.tb2021-11-291-2/+4
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-3/+1
* Prepare to provide BIO_get_init()tb2021-10-241-4/+7
* Add const to the argument of the following callback getters:tb2018-06-021-9/+9
* Add a const qualifier to the return value of BIO_s_file().tb2018-05-301-2/+2
* const qualifiers for BIO_new_mem_buf(), BIO_new_connect() andtb2018-05-121-4/+4
* Add const qualifiers to the return values of BIO_s_mem() andtb2018-05-121-3/+3
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-011-14/+14
* Make BIO_meth_get_write() public. Omission spotted by schwarze.tb2018-03-171-1/+2
* Provide BIO_up_ref().jsing2018-02-221-1/+2
* Provide BIO_meth_{g,s}et_callback_ctrl()tb2018-02-201-1/+5
* Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()tb2018-02-201-1/+7
* Zap an 'int' that snuck in.tb2018-02-201-3/+2
* Provide BIO_{g,s}et_shutdown().tb2018-02-201-1/+3
* Provide BIO_get_new_index().jsing2018-02-201-1/+8
* Provide BIO_meth_set_gets().tb2018-02-181-1/+2
* Provide BIO_{g,s}et_data() and BIO_set_init().tb2018-02-181-1/+4
* Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb2018-02-171-1/+12
* trailing ; on end of macro definition is wrong; ok guentherderaadt2017-04-061-4/+4
* Fix warning on vax due to old gcc.doug2015-06-201-4/+4
* Jettison SCTP support in BIO dgram.jsing2015-02-091-58/+1
* Mark the format string argument to BIO_*printf as not being allowed to be NULLguenther2014-07-201-5/+7
* unbreak build this needed to be an and..beck2014-07-131-2/+2
* Take out __bounded__ in the include files we use it in when not on OpenBSD.beck2014-07-131-2/+4
* In BIO_get_port(), use strol() with appropriate range checks rather thanjsing2014-06-221-1/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove __bio_h__attr__ wrapper around __attribute__, since earlier statementsmiod2014-06-011-10/+4
* remove CONST_STRICT. ok beck deraadttedu2014-05-301-7/+0
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-6/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
* mark BIO_snprintf as deprecated, so warnings will be generated for it'sbeck2014-05-221-2/+2
* tag some functions with bounded. idea and ok djmtedu2014-04-171-3/+6
* - Why do we hide from the OpenSSL police, dad?miod2014-04-161-5/+0
* > As I walk through the valley of the shadow of deathtedu2014-04-161-9/+0