summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/BIO_s_mem.3
AgeCommit message (Collapse)Author
2023-11-16drop some duplicate statements about macrosIngo Schwarze
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsIngo Schwarze
in the manual pages of the respective BIO types.
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
for the various BIO types.
2022-12-18document BIO_FLAGS_MEM_RDONLYIngo Schwarze
2022-02-19Remove references to performance issues caused by frequent memmove().Joel Sing
ok inoguchi@ tb@
2019-06-06Tree structure for manual pages: crypto(3) links to 33 functionIngo Schwarze
group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
2018-05-12In bio.h rev. 1.43 2018/05/12 18:51:59, tb@ added a const qualifierIngo Schwarze
to the argument of BIO_new_accept(3), BIO_new_connect(3), and BIO_new_mem_buf(3). Update the documentation.
2018-05-12In bio.h rev. 1.42 2018/05/12 17:47:53, tb@ added a const qualifierIngo Schwarze
to return value of BIO_s_mem(3). Update the manual page.
2018-03-29BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;Ingo Schwarze
from <Matthias dot St dot Pierre at ncp dash e dot com> via OpenSSL commit 36359cec Mar 7 14:37:23 2018 +0100
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
on the web, so fix up SSLeay HISTORY accordingly
2018-03-22crypto HISTORY up to 0.9.5; researched from OpenSSL gitIngo Schwarze
2018-03-21crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitIngo Schwarze
2018-03-20bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitIngo Schwarze
2018-02-12Add the missing RETURN VALUES section;Ingo Schwarze
from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 with tweaks by me.
2016-12-06make sure that all the BIO pages point back to the master page BIO_new(3)Ingo Schwarze
2016-11-18Copyright and license.Ingo Schwarze
2016-11-07various cleanup;Jason McIntyre
2016-11-06first pass; ok schwarzeJason McIntyre
2015-02-16third batch of perlpod(1) to mdoc(7) conversionIngo Schwarze