summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PROXY_POLICY_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove most documentation pertaining to proxy certificates.tb2023-04-301-97/+0
| | | | | Update EXFLAG_PROXY and X509_V_FLAG_ALLOW_PROXY_CERTS documentation since we need to keep them for the time being.
* add some .Xrs involving recently added pagesschwarze2021-10-271-2/+3
|
* minor errors in previous commit pointed out by jmc@schwarze2019-06-061-2/+2
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+3
| | | | | | | | | | | 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@
* crypto HISTORY up to 0.9.7h; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-6/+8
| | | | related to X.509 with .Vt such that they can be searched for.
* Write RFC 3820 manual page PROXY_POLICY_new(3) from scratch.schwarze2016-12-231-0/+89
These four functions are listed in <openssl/x509v3.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file.