summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_f_md.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.schwarze2023-04-281-10/+84
| | | | | Correct the return types of some macros. Improve the RETURN VALUES section.
* Reorder the text such that every function is discussed only onceschwarze2023-04-281-46/+41
| | | | | | | | | | | instead of discussing some of them at two different places. Also follow a more logical order: initialization first, then reading and writing, then retrieving the digest and reinitialization. Leave context handling and chain duplication at the end because both are rarely needed. While here, also tweak the wording of the shuffled text and add some precision in a few places.
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
| | | | for the various BIO types.
* new manual page BIO_dup_chain(3)schwarze2022-12-181-3/+12
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-3/+4
| | | | | | | | | | | 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@
* In evp.h rev. 1.59 2018/05/02 15:51:41, tb@ added a const qualifierschwarze2018-05-021-3/+3
| | | | | to the return value of BIO_f_base64(3), BIO_f_cipher(3), and BIO_f_base64(3). Update the documentation.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+6
| | | | on the web, so fix up SSLeay HISTORY accordingly
* evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+10
|
* a little more cleanup;jmc2017-01-071-3/+3
|
* make sure that all the BIO pages point back to the master page BIO_new(3)schwarze2016-12-061-2/+4
|
* Add Copyright and license.schwarze2016-11-141-10/+65
| | | | | For references to functions documented elsewhere, use .Xr, not .Fn. Move historic information to the HISTORY section.
* various cleanup;jmc2016-11-071-7/+7
|
* first pass; ok schwarzejmc2016-11-061-2/+4
|
* Add missing CVS Mdocdate tags. No text change, except for the changeschwarze2015-09-091-1/+1
| | | | of date that can't be helped.
* second batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-141-0/+209