summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BUF_MEM_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* BUF_MEM_new.3: add a touch of KNFtb2024-07-241-4/+3
|
* Fix two mandoc -Tlint warnings left in previoustb2023-07-271-4/+3
|
* Remove BUF_reverse and BUF_strdup documentationtb2023-07-261-53/+2
|
* 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@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+4
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 1.0.0; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* buffer.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-5/+7
|
* BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on successjsing2017-05-081-3/+3
| | | | it returns "len", which is a size_t value, as an int...
* Fix error in the description of BUF_reverse(3), tweaked by me.schwarze2016-12-161-5/+10
| | | | | | OpenSSL commit 498180de5c766f68f6d2b65454357bc263773c66 Author: Dmitry Belyavskiy <beldmit@gmail.com> Date: Mon Dec 12 15:35:09 2016 +0300
* replace all references to BIO(3) with references to BIO_new(3)schwarze2016-12-061-3/+3
|
* fix references to bio(3) to point to BIO(3) insteadschwarze2016-11-211-3/+3
|
* grammar fix;jmc2016-11-201-2/+2
|
* Add Copyright and license.schwarze2016-11-201-2/+88
| | | | | Merge documentatin of BUF_MEM_grow_clean(3) and BUF_reverse(3) from OpenSSL. Mention that BUF_MEM_free(3) accepts NULL.
* various cleanup;jmc2016-11-101-7/+5
|
* first pass; ok schwarzejmc2016-11-061-2/+4
|
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-121-4/+1
| | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@
* typos in documentation; better wording, suggested by jmc@libressl-v2.3.0sobrado2015-09-221-2/+2
| | | | ok jmc@
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-241-0/+107
starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me.