summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_bytes_read_bio.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-17/+19
| | | | | | | 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@.
* add my Copyright and license, which i forgot when adding a significantschwarze2020-06-121-3/+20
| | | | amount of text, the ERRORS section, in the previous commit
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-121-2/+50
| | | | tweaks and OK tb@
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* import PEM_bytes_read_bio(3) from OpenSSL,schwarze2017-08-201-0/+112
dropping the secmem stuff that we don't want