summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_read.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-231-3/+4
| | | | OK tb@
* Document PEM_def_callback(3).schwarze2020-06-151-19/+127
| | | | | | | Move pem_password_cb(3) to the file PEM_read(3) and rewrite its description from scratch for precision and conciseness. Plus some minor improvements in the vicinity. Tweaks and OK tb@.
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-121-2/+5
| | | | tweaks and OK tb@
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-101-3/+1
| | | | references were already given below RETURN VALUES right above
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+3
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* 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 pem.h rev. 1.18 2018/05/13 10:47:54, tb@ added const qualifiersschwarze2018-05-131-7/+7
| | | | | to the "name", "header", and "data" arguments of PEM_write(3) and PEM_write_bio(3). Adjust the manual.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+14
| | | | on the web, so fix up SSLeay HISTORY accordingly
* pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* import PEM_bytes_read_bio(3) from OpenSSL,schwarze2017-08-201-3/+5
| | | | dropping the secmem stuff that we don't want
* minor cleanup;jmc2016-11-291-3/+3
|
* import from OpenSSL with minor tweaksschwarze2016-11-281-0/+282