summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove X509_check_trust documentationtb2024-09-021-5/+2
|
* PEM_read_bio_PrivateKey: fix grammartb2024-05-071-3/+3
| | | | This old [...] routines use [...] -> These old [...] routines [...]
* Remove NETSCAPE_CERT_SEQUENCEtb2023-04-251-43/+2
|
* Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)schwarze2021-07-241-2/+5
| | | | | documenting ten functions related to X509_TRUST objects, trust identifiers, and trust indices.
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-231-2/+3
| | | | OK tb@
* Document PEM_def_callback(3).schwarze2020-06-151-70/+12
| | | | | | | 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/+8
| | | | tweaks and OK tb@
* document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andschwarze2019-11-021-3/+46
| | | | PEM_write_bio_CMS(3) which jsing@ just enabled in Symbols.list rev. 1.91
* merge a few minor improvements from the OpenSSL 1.1.1 branch,schwarze2019-08-121-15/+35
| | | | | | | | | | which is still under a free license: * mention pem_password_cb in NAME and SYNOPSIS * recommend -1 as pem_password_cb error return for OpenSSL compat * minor improvements to the pass_cb() example code * mention that the pass phrase is just a byte sequence * and minor wording and markup improvements
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-3/+9
| | | | | | | | | | | 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-27/+38
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+18
|
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+26
|
* crypto HISTORY up to 0.9.4; researched from OpenSSL gitschwarze2018-03-211-1/+19
|
* pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+46
|
* import PEM_bytes_read_bio(3) from OpenSSL,schwarze2017-08-201-3/+5
| | | | dropping the secmem stuff that we don't want
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-14/+25
| | | | related to X.509 with .Vt such that they can be searched for.
* make sure that all the BIO pages point back to the master page BIO_new(3)schwarze2016-12-061-2/+4
|
* minor cleanup;jmc2016-11-291-3/+3
|
* For unknown reasons, this summer, OpenSSL added an additional manualschwarze2016-11-281-2/+235
| | | | | | | | | | | | | | | | | page PEM_read_CMS(3) to document a bunch of functions unrelated among themselves, but very similar to those documented here. Information in that page is scantier than for the functions documented here - and besides, it is mostly wrong. Looks like they lost their way in the vast forest of functions they autogenerated with chains of macros... Document those functions documented there which are relevant to us in the present page instead, and with correct prototypes. Given that i know too little about PEM formats, information about semantics is almost certainly incomplete, but at least better than what OpenSSL provides. While here, add Copyright and license.
* various cleanup; leaving dangling PKCS7* Xr for now...jmc2016-11-241-25/+23
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-031-0/+997